Home
last modified time | relevance | path

Searched refs:notifyCalled (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
DTestAwContentsClient.java85 public void notifyCalled(float oldScale, float newScale) { in notifyCalled() method in TestAwContentsClient.OnScaleChangedHelper
88 super.notifyCalled(); in notifyCalled()
124 mOnPageStartedHelper.notifyCalled(url); in onPageStarted()
129 mOnPageFinishedHelper.notifyCalled(url); in onPageFinished()
134 mOnReceivedErrorHelper.notifyCalled(errorCode, description, failingUrl); in onReceivedError()
172 public void notifyCalled(String url, String userAgent, String contentDisposition, in notifyCalled() method in TestAwContentsClient.OnDownloadStartHelper
179 notifyCalled(); in notifyCalled()
189 getOnDownloadStartHelper().notifyCalled(url, userAgent, contentDisposition, mimeType, in onDownloadStart()
216 public void notifyCalled(String realm, String account, String args) { in notifyCalled() method in TestAwContentsClient.OnReceivedLoginRequestHelper
220 notifyCalled(); in notifyCalled()
[all …]
DAwContentsClientVisitedHistoryTest.java32 public void notifyCalled(ValueCallback<String[]> callback) { in notifyCalled() method in AwContentsClientVisitedHistoryTest.GetVisitedHistoryHelper
36 notifyCalled(); in notifyCalled()
54 public void notifyCalled(String url, boolean isReload) { in notifyCalled() method in AwContentsClientVisitedHistoryTest.DoUpdateVisitedHistoryHelper
57 notifyCalled(); in notifyCalled()
82 getGetVisitedHistoryHelper().notifyCalled(callback); in getVisitedHistory()
87 getDoUpdateVisitedHistoryHelper().notifyCalled(url, isReload); in doUpdateVisitedHistory()
DExternalVideoSurfaceContainerTest.java30 public void notifyCalled(RectF rect) { in notifyCalled() method in ExternalVideoSurfaceContainerTest.OnExternalVideoSurfacePositionChanged
32 notifyCalled(); in notifyCalled()
65 mOnRequestExternalVideoSurface.notifyCalled();
82 mOnExternalVideoSurfacePositionChanged.notifyCalled(
DMediaAccessPermissionRequestTest.java27 notifyCalled(); in notifyCanceled()
82 helper.notifyCalled(); in testGrantAccess()
104 helper.notifyCalled(); in testDenyAccess()
139 helper.notifyCalled(); in testCancelPermission()
DAwQuotaManagerBridgeTest.java83 public void notifyCalled(long value) { in notifyCalled() method in AwQuotaManagerBridgeTest.LongValueCallbackHelper
85 notifyCalled(); in notifyCalled()
107 callbackHelper.notifyCalled(quota); in getQuotaForOrigin()
131 callbackHelper.notifyCalled(usage); in getUsageForOrigin()
DFullScreenVideoTestAwContentsClient.java51 mOnShowCustomViewCallbackHelper.notifyCalled(); in onShowCustomView()
57 mOnHideCustomViewCallbackHelper.notifyCalled(); in onHideCustomView()
DAwContentsClientCallbackHelperTest.java38 public void notifyCalled(String url) { in notifyCalled() method in AwContentsClientCallbackHelperTest.OnLoadResourceHelper
40 notifyCalled(); in notifyCalled()
63 mOnLoadResourceHelper.notifyCalled(url); in onLoadResource()
DAwContentsClientShouldInterceptRequestTest.java68 public void notifyCalled(ShouldInterceptRequestParams params) { in notifyCalled() method in AwContentsClientShouldInterceptRequestTest.TestAwContentsClient.ShouldInterceptRequestHelper
71 notifyCalled(); in notifyCalled()
83 public void notifyCalled(String url) { in notifyCalled() method in AwContentsClientShouldInterceptRequestTest.TestAwContentsClient.OnLoadResourceHelper
85 notifyCalled(); in notifyCalled()
93 mShouldInterceptRequestHelper.notifyCalled(params); in shouldInterceptRequest()
100 mOnLoadResourceHelper.notifyCalled(url); in onLoadResource()
411 mReadStartedCallbackHelper.notifyCalled(); in getData()
DAwContentsClientFaviconTest.java55 super.notifyCalled(); in notifyFavicon()
60 super.notifyCalled(); in notifyTouchIcon()
DAwContentsStaticsTest.java22 notifyCalled(); in run()
DAndroidScrollIntegrationTest.java51 public void notifyCalled(int deltaX, int deltaY, int scrollRangeY) { in notifyCalled() method in AndroidScrollIntegrationTest.OverScrollByCallbackHelper
55 notifyCalled(); in notifyCalled()
91 mOverScrollByCallbackHelper.notifyCalled(deltaX, deltaY, scrollRangeY); in overScrollBy()
103 mOnScrollToCallbackHelper.notifyCalled(); in scrollTo()
758 mOnScrollUpdateGestureConsumedHelper.notifyCalled();
DAwContentsClientGetVideoLoadingProgressViewTest.java35 mViewAttachedCallbackHelper.notifyCalled(); in onViewAttachedToWindow()
DAwContentsClientGetDefaultVideoPosterTest.java39 mVideoPosterCallbackHelper.notifyCalled(); in getDefaultVideoPoster()
DAndroidViewIntegrationTest.java45 notifyCalled(); in onContentSizeChanged()
65 mOnPageScaleChangedHelper.notifyCalled(); in onPageScaleChanged()
DWebViewModalDialogOverrideTest.java166 jsBeforeUnloadHelper.notifyCalled(); in testOverrideBeforeUnloadHandling()
DAwContentsTest.java387 mCallbackHelper.notifyCalled(); in run()
DAwSettingsTest.java2047 mCallback.notifyCalled(); in onCanPlay()
2052 mCallback.notifyCalled(); in onError()
2736 videoPosterAccessedCallbackHelper.notifyCalled(); in testDefaultVideoPosterURL()
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
DTestCallbackHelperContainer.java46 public void notifyCalled(String url) { in notifyCalled() method in TestCallbackHelperContainer.OnPageFinishedHelper
48 notifyCalled(); in notifyCalled()
61 public void notifyCalled(String url) { in notifyCalled() method in TestCallbackHelperContainer.OnPageStartedHelper
63 notifyCalled(); in notifyCalled()
78 public void notifyCalled(int errorCode, String description, String failingUrl) { in notifyCalled() method in TestCallbackHelperContainer.OnReceivedErrorHelper
82 notifyCalled(); in notifyCalled()
116 notifyCalled(jsonResult); in evaluateJavaScript()
170 public void notifyCalled(String jsonResult) { in notifyCalled() method
173 notifyCalled(); in notifyCalled()
182 public void notifyCalled(String intentUrl) {
[all …]
DTestWebContentsObserver.java57 mOnPageStartedHelper.notifyCalled(url); in didStartLoading()
63 mOnPageFinishedHelper.notifyCalled(url); in didStopLoading()
70 mOnReceivedErrorHelper.notifyCalled(errorCode, description, failingUrl); in didFailLoad()
DTestContentViewClient.java39 mOnStartContentIntentHelper.notifyCalled(contentUrl); in onStartContentIntent()
DCallbackHelper.java228 public void notifyCalled() { in notifyCalled() method in CallbackHelper
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
DTabUtils.java50 mOnCloseTabHelper.notifyCalled(); in TestCallbackHelperContainerForTab()
55 mOnContextMenuShownHelper.notifyCalled(menu); in TestCallbackHelperContainerForTab()
66 public void notifyCalled(ContextMenu menu) { in notifyCalled() method in TabUtils.TestCallbackHelperContainerForTab.OnContextMenuShownHelper
68 notifyCalled(); in notifyCalled()
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
DAwQuotaManagerBridgeTestUtil.java33 public void notifyCalled(AwQuotaManagerBridge.Origins origins) {
35 notifyCalled();
57 callbackHelper.notifyCalled(origins);
DCookieUtils.java38 public void notifyCalled(T value) { in notifyCalled() method in CookieUtils.TestValueCallback.OnReceiveValueHelper
40 notifyCalled(); in notifyCalled()
56 mOnReceiveValueHelper.notifyCalled(value); in onReceiveValue()
/external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
DSmartClipProviderTest.java59 public void notifyCalled(String title, String url, String text, String html, Rect rect) { in notifyCalled() method in SmartClipProviderTest.MyCallbackHelper
65 super.notifyCalled(); in notifyCalled()
121 mCallbackHelper.notifyCalled(title, url, text, html, rect); in handleMessage()