/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
LoadDataWithBaseUrlTest.java | 12 import org.chromium.android_webview.test.util.CommonResources; 94 webServer.setResponseBase64("/" + CommonResources.FAVICON_FILENAME, 95 CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); 102 CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME), 119 CommonResources.getTextJavascriptHeaders(true)); 137 final String frameUrl = webServer.setResponse("/" + CommonResources.ABOUT_FILENAME, 138 CommonResources.ABOUT_HTML, CommonResources.getTextHtmlHeaders(true)) [all...] |
NavigationHistoryTest.java | 10 import org.chromium.android_webview.test.util.CommonResources; 82 CommonResources.makeHtmlPageFrom( 85 CommonResources.getTextHtmlHeaders(false)); 90 CommonResources.makeHtmlPageFrom( 93 CommonResources.getTextHtmlHeaders(false)); 98 CommonResources.makeHtmlPageFrom( 101 CommonResources.getTextHtmlHeaders(false)); 206 mWebServer.setResponseBase64("/" + CommonResources.FAVICON_FILENAME, 207 CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(false)) [all...] |
AwContentsClientFaviconTest.java | 14 import org.chromium.android_webview.test.util.CommonResources; 31 CommonResources.makeHtmlPageFrom( 40 CommonResources.makeHtmlPageFrom( 114 CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); 116 CommonResources.getTextHtmlHeaders(true)); 141 CommonResources.getTextHtmlHeaders(true)); 164 CommonResources.getTextHtmlHeaders(true));
|
AwContentsClientOnScaleChangedTest.java | 10 import org.chromium.android_webview.test.util.CommonResources; 38 CommonResources.ABOUT_HTML, "text/html", false);
|
AwContentsClientShouldInterceptRequestTest.java | 17 import org.chromium.android_webview.test.util.CommonResources; 135 return addPageToTestServer(webServer, "/" + CommonResources.ABOUT_FILENAME, 136 CommonResources.ABOUT_HTML); 186 assertEquals(CommonResources.ABOUT_TITLE, getTitleOnUiThread(mAwContents)); 194 CommonResources.makeHtmlPageFrom("", 212 CommonResources.makeHtmlPageWithSimplePostFormTo(pageToPostToUrl)); 234 CommonResources.makeHtmlPageWithSimpleLinkTo(aboutPageUrl)); 273 CommonResources.ABOUT_HTML); 275 CommonResources.makeHtmlPageFrom("", 600 return CommonResources.makeHtmlPageFrom("<title>" + title + "</title>" [all...] |
AwContentsClientShouldOverrideUrlLoadingTest.java | 11 import org.chromium.android_webview.test.util.CommonResources; 72 return CommonResources.makeHtmlPageFrom(getTestPageCommonHeaders() + headers, body); 127 CommonResources.makeHtmlPageWithSimpleLinkTo(DATA_URL), "text/html", false); 155 CommonResources.makeHtmlPageFrom("<title>" + title + "</title>", ""), 210 CommonResources.makeHtmlPageWithSimpleLinkTo(getTestPageCommonHeaders(), 228 CommonResources.makeHtmlPageWithSimpleLinkTo(DATA_URL), "text/html", false); 253 CommonResources.makeHtmlPageWithSimpleLinkTo(DATA_URL), "text/html", false); 295 CommonResources.makeHtmlPageWithSimpleLinkTo(anchorLinkUrl + "#anchor")); 299 CommonResources.makeHtmlPageWithSimpleLinkTo("#anchor"), "text/html", false); 329 CommonResources.makeHtmlPageWithSimpleLinkTo(DATA_URL), "text/html", false) [all...] |
AndroidViewIntegrationTest.java | 15 import org.chromium.android_webview.test.util.CommonResources; 151 loadUrlAsync(testContainerView.getAwContents(), CommonResources.ABOUT_HTML); 173 loadUrlAsync(testContainerView.getAwContents(), CommonResources.ABOUT_HTML); 199 loadUrlAsync(testContainerView.getAwContents(), CommonResources.ABOUT_HTML); 209 return CommonResources.makeHtmlPageFrom( 284 final String htmlData = CommonResources.makeHtmlPageFrom(
|
WebKitHitTestTest.java | 16 import org.chromium.android_webview.test.util.CommonResources; 60 return CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" + 264 String page = CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" + 290 String page = CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\" href=\"" + 316 String page = CommonResources.makeHtmlPageFrom("", 325 String page = CommonResources.makeHtmlPageFrom("", 376 String page = CommonResources.makeHtmlPageFrom( 400 String html = CommonResources.makeHtmlPageFrom(
|
LoadUrlTest.java | 14 import org.chromium.android_webview.test.util.CommonResources; 148 final String imagePath = "/" + CommonResources.FAVICON_FILENAME; 150 CommonResources.FAVICON_DATA_BASE64, CommonResources.getImagePngHeaders(true)); 154 CommonResources.getOnImageLoadedHtml(CommonResources.FAVICON_FILENAME),
|
CookieManagerStartupTest.java | 15 import org.chromium.android_webview.test.util.CommonResources; 68 String url = webServer.setResponse(path, CommonResources.ABOUT_HTML, null);
|
MediaAccessPermissionRequestTest.java | 11 import org.chromium.android_webview.test.util.CommonResources; 63 CommonResources.getTextHtmlHeaders(true));
|
SaveRestoreStateTest.java | 11 import org.chromium.android_webview.test.util.CommonResources; 80 String html = CommonResources.makeHtmlPageFrom(
|
AwContentsTest.java | 25 import org.chromium.android_webview.test.util.CommonResources; 63 mContentsClient.getOnPageFinishedHelper(), CommonResources.ABOUT_HTML); 191 mContentsClient.getOnPageFinishedHelper(), CommonResources.ABOUT_HTML); 332 "/" + CommonResources.FAVICON_FILENAME, CommonResources.FAVICON_DATA_BASE64, 333 CommonResources.getImagePngHeaders(false)); 335 CommonResources.FAVICON_STATIC_HTML, null);
|
ClientOnPageFinishedTest.java | 10 import org.chromium.android_webview.test.util.CommonResources; 255 final String testHtml = CommonResources.makeHtmlPageFrom("",
|
AndroidScrollIntegrationTest.java | 15 import org.chromium.android_webview.test.util.CommonResources; 170 return CommonResources.makeHtmlPageFrom(TEST_PAGE_COMMON_HEADERS, content); 569 CommonResources.makeHtmlPageFrom(pageHeaders, TEST_PAGE_COMMON_CONTENT), [all...] |
AwSettingsTest.java | 28 import org.chromium.android_webview.test.util.CommonResources; [all...] |
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/ |
ImagePageGenerator.java | 46 return CommonResources.getOnImageLoadedHtml(imageSrc); 60 CommonResources.getImagePngHeaders(false));
|
VideoTestWebServer.java | 61 return CommonResources.getContentTypeAndCacheHeaders("video/webm", disableCache); 65 return CommonResources.getContentTypeAndCacheHeaders("text/html", disableCache);
|
CommonResources.java | 15 public class CommonResources {
|