CommonResources 15 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 159 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java return CommonResources.makeHtmlPageFrom(TEST_PAGE_COMMON_HEADERS, content); CommonResources 528 android_webview/javatests/src/org/chromium/android_webview/test/AndroidScrollIntegrationTest.java CommonResources.makeHtmlPageFrom(pageHeaders, TEST_PAGE_COMMON_CONTENT), CommonResources 15 android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 151 android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java loadUrlAsync(testContainerView.getAwContents(), CommonResources.ABOUT_HTML); CommonResources 173 android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java loadUrlAsync(testContainerView.getAwContents(), CommonResources.ABOUT_HTML); CommonResources 199 android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java loadUrlAsync(testContainerView.getAwContents(), CommonResources.ABOUT_HTML); CommonResources 209 android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java return CommonResources.makeHtmlPageFrom( CommonResources 284 android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java final String htmlData = CommonResources.makeHtmlPageFrom( CommonResources 12 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 28 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java CommonResources.makeHtmlPageFrom( CommonResources 37 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java CommonResources.makeHtmlPageFrom( CommonResources 108 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); CommonResources 110 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java CommonResources.getTextHtmlHeaders(true)); CommonResources 128 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientFaviconTest.java CommonResources.getTextHtmlHeaders(true)); CommonResources 8 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientOnScaleChangedTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 41 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientOnScaleChangedTest.java CommonResources.ABOUT_HTML, "text/html", false); CommonResources 12 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 115 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java return addPageToTestServer(webServer, "/" + CommonResources.ABOUT_FILENAME, CommonResources 116 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java CommonResources.ABOUT_HTML); CommonResources 167 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java assertEquals(CommonResources.ABOUT_TITLE, getTitleOnUiThread(mAwContents)); CommonResources 381 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java return CommonResources.makeHtmlPageFrom("<title>" + title + "</title>", CommonResources 399 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java assertEquals(0, mWebServer.getRequestCount("/" + CommonResources.ABOUT_FILENAME)); CommonResources 429 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java assertEquals(0, mWebServer.getRequestCount("/" + CommonResources.ABOUT_FILENAME)); CommonResources 435 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java final String imagePath = "/" + CommonResources.FAVICON_FILENAME; CommonResources 437 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); CommonResources 440 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME)); CommonResources 448 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java CommonResources.FAVICON_FILENAME)); CommonResources 464 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java final String imagePath = "/" + CommonResources.FAVICON_FILENAME; CommonResources 466 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); CommonResources 469 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME)); CommonResources 483 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldInterceptRequestTest.java CommonResources.makeHtmlPageFrom("", CommonResources 11 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 68 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java return CommonResources.makeHtmlPageFrom("<title>" + TITLE + "</title> " + headers, body); CommonResources 165 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldOverrideUrlLoadingTest.java CommonResources.makeHtmlPageFrom("<title>" + title + "</title>", ""), CommonResources 19 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 120 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java mContentsClient.getOnPageFinishedHelper(), CommonResources.ABOUT_HTML); CommonResources 326 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java "/" + CommonResources.FAVICON_FILENAME, CommonResources.FAVICON_DATA_BASE64, CommonResources 327 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java CommonResources.getImagePngHeaders(false)); CommonResources 329 android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java CommonResources.FAVICON_STATIC_HTML, null); CommonResources 23 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 1872 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java CommonResources.getImagePngHeaders(true)); CommonResources 2209 android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java CommonResources.getContentTypeAndCacheHeaders("text/cache-manifest", false)); CommonResources 10 android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 236 android_webview/javatests/src/org/chromium/android_webview/test/ClientOnPageFinishedTest.java final String testHtml = CommonResources.makeHtmlPageFrom("", CommonResources 13 android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerStartupTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 65 android_webview/javatests/src/org/chromium/android_webview/test/CookieManagerStartupTest.java String url = webServer.setResponse(path, CommonResources.ABOUT_HTML, null); CommonResources 12 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 94 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java webServer.setResponseBase64("/" + CommonResources.FAVICON_FILENAME, CommonResources 95 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); CommonResources 102 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME), CommonResources 119 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java CommonResources.getTextJavascriptHeaders(true)); CommonResources 137 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java final String frameUrl = webServer.setResponse("/" + CommonResources.ABOUT_FILENAME, CommonResources 138 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java CommonResources.ABOUT_HTML, CommonResources.getTextHtmlHeaders(true)); CommonResources 156 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java final String frameUrl = webServer.setResponse("/" + CommonResources.ABOUT_FILENAME, CommonResources 157 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java CommonResources.ABOUT_HTML, CommonResources.getTextHtmlHeaders(true)); CommonResources 188 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java loadDataWithBaseUrlAsync(mAwContents, CommonResources.ABOUT_HTML, "text/html", false, CommonResources 244 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java final String historyUrl = webServer.setResponse("/" + CommonResources.ABOUT_FILENAME, CommonResources 245 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java CommonResources.ABOUT_HTML, CommonResources.getTextHtmlHeaders(true)); CommonResources 265 android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java assertEquals(CommonResources.ABOUT_TITLE, getTitleOnUiThread(mAwContents)); CommonResources 14 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 148 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java final String imagePath = "/" + CommonResources.FAVICON_FILENAME; CommonResources 150 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); CommonResources 154 android_webview/javatests/src/org/chromium/android_webview/test/LoadUrlTest.java CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME), CommonResources 10 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 82 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.makeHtmlPageFrom( CommonResources 85 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.getTextHtmlHeaders(false)); CommonResources 90 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.makeHtmlPageFrom( CommonResources 93 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.getTextHtmlHeaders(false)); CommonResources 98 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.makeHtmlPageFrom( CommonResources 101 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.getTextHtmlHeaders(false)); CommonResources 206 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java mWebServer.setResponseBase64("/" + CommonResources.FAVICON_FILENAME, CommonResources 207 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(false)); CommonResources 209 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.FAVICON_STATIC_HTML, null); CommonResources 243 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.getTextHtmlHeaders(true)); CommonResources 260 android_webview/javatests/src/org/chromium/android_webview/test/NavigationHistoryTest.java CommonResources.getTextHtmlHeaders(true)); CommonResources 11 android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 80 android_webview/javatests/src/org/chromium/android_webview/test/SaveRestoreStateTest.java String html = CommonResources.makeHtmlPageFrom( CommonResources 17 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java import org.chromium.android_webview.test.util.CommonResources; CommonResources 61 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java return CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" + CommonResources 282 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String page = CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" + CommonResources 308 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String page = CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" + CommonResources 334 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String page = CommonResources.makeHtmlPageFrom("", CommonResources 343 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String page = CommonResources.makeHtmlPageFrom("", CommonResources 394 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String page = CommonResources.makeHtmlPageFrom( CommonResources 418 android_webview/javatests/src/org/chromium/android_webview/test/WebKitHitTestTest.java String html = CommonResources.makeHtmlPageFrom( CommonResources 46 android_webview/javatests/src/org/chromium/android_webview/test/util/ImagePageGenerator.java return CommonResources.getOnImageLoadedHtml(imageSrc); CommonResources 60 android_webview/javatests/src/org/chromium/android_webview/test/util/ImagePageGenerator.java CommonResources.getImagePngHeaders(false)); CommonResources 59 android_webview/javatests/src/org/chromium/android_webview/test/util/VideoTestWebServer.java return CommonResources.getContentTypeAndCacheHeaders("video/webm", disableCache); CommonResources 63 android_webview/javatests/src/org/chromium/android_webview/test/util/VideoTestWebServer.java return CommonResources.getContentTypeAndCacheHeaders("text/html", disableCache);