/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | TestAwContentsClient.java | 85 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 …]
|
D | AwContentsClientVisitedHistoryTest.java | 32 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()
|
D | ExternalVideoSurfaceContainerTest.java | 30 public void notifyCalled(RectF rect) { in notifyCalled() method in ExternalVideoSurfaceContainerTest.OnExternalVideoSurfacePositionChanged 32 notifyCalled(); in notifyCalled() 65 mOnRequestExternalVideoSurface.notifyCalled(); 82 mOnExternalVideoSurfacePositionChanged.notifyCalled(
|
D | MediaAccessPermissionRequestTest.java | 27 notifyCalled(); in notifyCanceled() 82 helper.notifyCalled(); in testGrantAccess() 104 helper.notifyCalled(); in testDenyAccess() 139 helper.notifyCalled(); in testCancelPermission()
|
D | AwQuotaManagerBridgeTest.java | 83 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()
|
D | FullScreenVideoTestAwContentsClient.java | 51 mOnShowCustomViewCallbackHelper.notifyCalled(); in onShowCustomView() 57 mOnHideCustomViewCallbackHelper.notifyCalled(); in onHideCustomView()
|
D | AwContentsClientCallbackHelperTest.java | 38 public void notifyCalled(String url) { in notifyCalled() method in AwContentsClientCallbackHelperTest.OnLoadResourceHelper 40 notifyCalled(); in notifyCalled() 63 mOnLoadResourceHelper.notifyCalled(url); in onLoadResource()
|
D | AwContentsClientShouldInterceptRequestTest.java | 68 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()
|
D | AwContentsClientFaviconTest.java | 55 super.notifyCalled(); in notifyFavicon() 60 super.notifyCalled(); in notifyTouchIcon()
|
D | AwContentsStaticsTest.java | 22 notifyCalled(); in run()
|
D | AndroidScrollIntegrationTest.java | 51 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();
|
D | AwContentsClientGetVideoLoadingProgressViewTest.java | 35 mViewAttachedCallbackHelper.notifyCalled(); in onViewAttachedToWindow()
|
D | AwContentsClientGetDefaultVideoPosterTest.java | 39 mVideoPosterCallbackHelper.notifyCalled(); in getDefaultVideoPoster()
|
D | AndroidViewIntegrationTest.java | 45 notifyCalled(); in onContentSizeChanged() 65 mOnPageScaleChangedHelper.notifyCalled(); in onPageScaleChanged()
|
D | WebViewModalDialogOverrideTest.java | 166 jsBeforeUnloadHelper.notifyCalled(); in testOverrideBeforeUnloadHandling()
|
D | AwContentsTest.java | 387 mCallbackHelper.notifyCalled(); in run()
|
D | AwSettingsTest.java | 2047 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/ |
D | TestCallbackHelperContainer.java | 46 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 …]
|
D | TestWebContentsObserver.java | 57 mOnPageStartedHelper.notifyCalled(url); in didStartLoading() 63 mOnPageFinishedHelper.notifyCalled(url); in didStopLoading() 70 mOnReceivedErrorHelper.notifyCalled(errorCode, description, failingUrl); in didFailLoad()
|
D | TestContentViewClient.java | 39 mOnStartContentIntentHelper.notifyCalled(contentUrl); in onStartContentIntent()
|
D | CallbackHelper.java | 228 public void notifyCalled() { in notifyCalled() method in CallbackHelper
|
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/ |
D | TabUtils.java | 50 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/ |
D | AwQuotaManagerBridgeTestUtil.java | 33 public void notifyCalled(AwQuotaManagerBridge.Origins origins) { 35 notifyCalled(); 57 callbackHelper.notifyCalled(origins);
|
D | CookieUtils.java | 38 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/ |
D | SmartClipProviderTest.java | 59 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()
|