Home
last modified time | relevance | path

Searched defs:notifyCalled (Results 1 – 12 of 12) sorted by relevance

/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
61 public void notifyCalled(String url) { in notifyCalled() method in TestCallbackHelperContainer.OnPageStartedHelper
78 public void notifyCalled(int errorCode, String description, String failingUrl) { in notifyCalled() method in TestCallbackHelperContainer.OnReceivedErrorHelper
170 public void notifyCalled(String jsonResult) { in notifyCalled() method
DCallbackHelper.java228 public void notifyCalled() { in notifyCalled() method in CallbackHelper
/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
172 public void notifyCalled(String url, String userAgent, String contentDisposition, in notifyCalled() method in TestAwContentsClient.OnDownloadStartHelper
216 public void notifyCalled(String realm, String account, String args) { in notifyCalled() method in TestAwContentsClient.OnReceivedLoginRequestHelper
265 void notifyCalled(int level, String message, int lineNumer, String sourceId) { in notifyCalled() method in TestAwContentsClient.AddMessageToConsoleHelper
291 void notifyCalled(Picture picture) { in notifyCalled() method in TestAwContentsClient.PictureListenerHelper
329 public void notifyCalled(String url) { in notifyCalled() method in TestAwContentsClient.ShouldOverrideUrlLoadingHelper
DAwContentsClientVisitedHistoryTest.java32 public void notifyCalled(ValueCallback<String[]> callback) { in notifyCalled() method in AwContentsClientVisitedHistoryTest.GetVisitedHistoryHelper
54 public void notifyCalled(String url, boolean isReload) { in notifyCalled() method in AwContentsClientVisitedHistoryTest.DoUpdateVisitedHistoryHelper
DExternalVideoSurfaceContainerTest.java30 public void notifyCalled(RectF rect) { in notifyCalled() method in ExternalVideoSurfaceContainerTest.OnExternalVideoSurfacePositionChanged
DAndroidScrollIntegrationTest.java51 public void notifyCalled(int deltaX, int deltaY, int scrollRangeY) { in notifyCalled() method in AndroidScrollIntegrationTest.OverScrollByCallbackHelper
DAwQuotaManagerBridgeTest.java83 public void notifyCalled(long value) { in notifyCalled() method in AwQuotaManagerBridgeTest.LongValueCallbackHelper
DAwContentsClientCallbackHelperTest.java38 public void notifyCalled(String url) { in notifyCalled() method in AwContentsClientCallbackHelperTest.OnLoadResourceHelper
DAwContentsClientShouldInterceptRequestTest.java68 public void notifyCalled(ShouldInterceptRequestParams params) { in notifyCalled() method in AwContentsClientShouldInterceptRequestTest.TestAwContentsClient.ShouldInterceptRequestHelper
83 public void notifyCalled(String url) { in notifyCalled() method in AwContentsClientShouldInterceptRequestTest.TestAwContentsClient.OnLoadResourceHelper
/external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/
DTabUtils.java66 public void notifyCalled(ContextMenu menu) { in notifyCalled() method in TabUtils.TestCallbackHelperContainerForTab.OnContextMenuShownHelper
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
DCookieUtils.java38 public void notifyCalled(T value) { in notifyCalled() method in CookieUtils.TestValueCallback.OnReceiveValueHelper
/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