Home
last modified time | relevance | path

Searched defs:awContents (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DAwTestBase.java83 public void enableJavaScriptOnUiThread(final AwContents awContents) { in enableJavaScriptOnUiThread()
92 public void setNetworkAvailableOnUiThread(final AwContents awContents, in setNetworkAvailableOnUiThread()
105 public void loadUrlSync(final AwContents awContents, in loadUrlSync()
111 public void loadUrlSync(final AwContents awContents, in loadUrlSync()
121 public void loadUrlSyncAndExpectError(final AwContents awContents, in loadUrlSyncAndExpectError()
137 public void loadUrlAsync(final AwContents awContents, in loadUrlAsync()
142 public void loadUrlAsync(final AwContents awContents, in loadUrlAsync()
158 public void postUrlSync(final AwContents awContents, in postUrlSync()
170 public void postUrlAsync(final AwContents awContents, in postUrlAsync()
189 public void loadDataSync(final AwContents awContents, in loadDataSync()
[all …]
DAwContentsClientShouldOverrideUrlLoadingTest.java48 private void clickOnLinkUsingJs(final AwContents awContents, in clickOnLinkUsingJs()
122 final AwContents awContents = testContainerView.getAwContents(); in testNotCalledOnLoadUrl() local
132 private void waitForNavigationRunnableAndAssertTitleChanged(AwContents awContents, in waitForNavigationRunnableAndAssertTitleChanged()
148 final AwContents awContents = testContainerView.getAwContents(); in testNotCalledOnBackForwardNavigation() local
203 final AwContents awContents = testContainerView.getAwContents(); in testCantBlockLoads() local
222 final AwContents awContents = testContainerView.getAwContents(); in testCalledBeforeOnPageStarted() local
246 final AwContents awContents = testContainerView.getAwContents(); in testDoesNotCauseOnReceivedError() local
288 final AwContents awContents = testContainerView.getAwContents(); in doTestNotCalledForAnchorNavigations() local
323 final AwContents awContents = testContainerView.getAwContents(); in testCalledWhenLinkClicked() local
344 final AwContents awContents = testContainerView.getAwContents(); in testCalledWhenTopLevelAboutBlankNavigation() local
[all …]
DAwContentsTest.java72 AwContents awContents = testView.getAwContents(); in testCreateLoadDestroyManyTimes() local
158 private int callDocumentHasImagesSync(final AwContents awContents) in callDocumentHasImagesSync()
186 AwContents awContents = testView.getAwContents(); in testDocumentHasImages() local
210 final AwContents awContents = testContainer.getAwContents(); in testClearCacheMemoryAndDisk() local
263 final AwContents awContents = testContainer.getAwContents(); in testClearCacheInQuickSuccession() local
280 final AwContents awContents = testView.getAwContents(); in testGetFavicon() local
323 AwContents awContents = testView.getAwContents(); in testDownload() local
358 AwContents awContents = testView.getAwContents(); in testSetNetworkAvailable() local
416 AwContents awContents = testView.getAwContents(); in testEscapingOfErrorPage() local
436 final AwContents awContents = testContainer.getAwContents(); in testCanInjectHeaders() local
DWebViewModalDialogOverrideTest.java51 final AwContents awContents = view.getAwContents(); in testOverrideAlertHandling() local
84 final AwContents awContents = view.getAwContents(); in testOverridePromptHandling() local
114 final AwContents awContents = view.getAwContents(); in testOverrideConfirmHandlingConfirmed() local
144 final AwContents awContents = view.getAwContents(); in testOverrideConfirmHandlingCancelled() local
170 final AwContents awContents = view.getAwContents(); in testOverrideBeforeUnloadHandling() local
DLoadUrlTest.java43 final AwContents awContents = testContainerView.getAwContents(); in testDataUrl() local
59 final AwContents awContents = testContainerView.getAwContents(); in testDataUrlBase64() local
76 final AwContents awContents = testContainerView.getAwContents(); in testDataUrlCharset() local
86 final AwContents awContents, in loadUrlWithExtraHeadersSync()
143 final AwContents awContents = testContainerView.getAwContents(); in testLoadUrlWithExtraHeaders() local
179 final AwContents awContents = testContainerView.getAwContents(); in testNoOverridingOfExistingHeaders() local
216 final AwContents awContents = testContainerView.getAwContents(); in testReloadWithExtraHeaders() local
250 final AwContents awContents = testContainerView.getAwContents(); in testRedirectAndReloadWithExtraHeaders() local
289 final AwContents awContents = testContainerView.getAwContents(); in testRendererNavigationAndGoBackWithExtraHeaders() local
DAwLegacyQuirksTest.java30 final AwContents awContents = testContainerView.getAwContents(); in testTargetDensityDpi() local
67 final AwContents awContents = testContainerView.getAwContents(); in testWideViewportInitialScaleDoesNotExpandFixedLayoutWidth() local
93 final AwContents awContents = testContainerView.getAwContents(); in testZeroValuesQuirk() local
125 final AwContents awContents = testContainerView.getAwContents(); in testScreenSizeInPhysicalPixelsQuirk() local
180 final AwContents awContents = testContainerView.getAwContents(); in testMetaMergeContentQuirk() local
218 final AwContents awContents = testContainerView.getAwContents(); in testMetaMergeContentQuirkOverrides() local
243 final AwContents awContents = testContainerView.getAwContents(); in testInitialScaleClobberQuirk() local
277 final AwContents awContents = testContainerView.getAwContents(); in testNoUserScalableQuirk() local
314 final AwContents awContents = testContainerView.getAwContents(); in testUseLegacyBackgroundSizeShorthandBehavior() local
341 private void ensureScaleBecomes(final float targetScale, final AwContents awContents) in ensureScaleBecomes()
DMediaAccessPermissionRequestTest.java87 final AwContents awContents = testContainerView.getAwContents(); in testGrantAccess() local
109 final AwContents awContents = testContainerView.getAwContents(); in testDenyAccess() local
117 private void pollTitleAs(final String title, final AwContents awContents) in pollTitleAs()
151 final AwContents awContents = testContainerView.getAwContents(); in testCancelPermission() local
DAwContentsClientVisitedHistoryTest.java97 AwContents awContents = testView.getAwContents(); in testUpdateVisitedHistoryCallback() local
137 AwContents awContents = testView.getAwContents(); in testGetVisitedHistoryExerciseCodePath() local
168 AwContents awContents = testView.getAwContents(); in testGetVisitedHistoryCallbackAfterDestroy() local
DAwSettingsTest.java1497 final AwContents awContents = testContainerView.getAwContents(); in testJavaScriptDisabledByDefault() local
1561 final AwContents awContents = testContainerView.getAwContents(); in testLoadsImagesAutomaticallyNoPageReload() local
1616 final AwContents awContents = testContainerView.getAwContents(); in testUserAgentStringDefault() local
1647 final AwContents awContents = testContainerView.getAwContents(); in testUserAgentStringOverride() local
1677 final AwContents awContents = testContainerView.getAwContents(); in testUserAgentStringOverrideForHistory() local
1726 AwContents awContents = testContainerView.getAwContents(); in testUserAgentWithTestServer() local
1825 final AwContents awContents = testContainerView.getAwContents(); in testFileAccessFromFilesImage() local
1880 final AwContents awContents = testContainerView.getAwContents(); in testBlockingContentUrlsFromDataUrls() local
1915 final AwContents awContents = testContainerView.getAwContents(); in testBlockNetworkImagesDoesNotBlockDataUrlImage() local
1935 final AwContents awContents = testContainerView.getAwContents(); in testBlockNetworkImagesBlocksNetworkImageAndReloadInPlace() local
[all …]
DClearHistoryTest.java38 final AwContents awContents = testContainerView.getAwContents(); in testClearHistory() local
DAwContentsClientGetVideoLoadingProgressViewTest.java64 final AwContents awContents = testContainerView.getAwContents(); in testGetVideoLoadingProgressView() local
DAwJavaBridgeTest.java33 final AwContents awContents = mTestContainerView.getAwContents(); in testDestroyFromJavaObject() local
DNavigationHistoryTest.java58 private NavigationHistory getNavigationHistory(final AwContents awContents) in getNavigationHistory()
DAwContentsClientAutoLoginTest.java28 AwContents awContents = testView.getAwContents(); in autoLoginTestHelper() local
DSaveRestoreStateTest.java27 public final AwContents awContents; field in SaveRestoreStateTest.TestVars
DAwContentsClientShouldInterceptRequestTest.java500 private String getHeaderValue(AwContents awContents, TestAwContentsClient contentsClient, in getHeaderValue()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
DJSUtils.java27 final AwContents awContents, in clickOnLinkUsingJs()
62 final AwContents awContents, in executeJavaScriptAndWaitForResult()
DVideoTestUtil.java27 final AwContents awContents = in runVideoTest() local
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwZoomControls.java21 AwZoomControls(AwContents awContents) { in AwZoomControls()
DAwContentViewClient.java89 AwContentsClient awContentsClient, AwSettings awSettings, AwContents awContents, in AwContentViewClient()
DNullAwViewMethods.java30 AwContents awContents, InternalAccessDelegate internalAccessAdapter, in NullAwViewMethods()
/external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
DAwTestContainerView.java44 public void initialize(AwContents awContents) { in initialize()