HomeSort by relevance Sort by last modified time
    Searched defs:notifyCalled (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
AndroidScrollIntegrationTest.java 51 public void notifyCalled(int deltaX, int deltaY, int scrollRangeY) {
55 notifyCalled();
91 mOverScrollByCallbackHelper.notifyCalled(deltaX, deltaY, scrollRangeY);
103 mOnScrollToCallbackHelper.notifyCalled();
    [all...]
AndroidViewIntegrationTest.java 45 notifyCalled();
65 mOnPageScaleChangedHelper.notifyCalled();
FullScreenVideoTestAwContentsClient.java 51 mOnShowCustomViewCallbackHelper.notifyCalled();
57 mOnHideCustomViewCallbackHelper.notifyCalled();
AwContentsStaticsTest.java 22 notifyCalled();
AwContentsClientGetVideoLoadingProgressViewTest.java 35 mViewAttachedCallbackHelper.notifyCalled();
ExternalVideoSurfaceContainerTest.java 30 public void notifyCalled(RectF rect) {
32 notifyCalled();
65 mOnRequestExternalVideoSurface.notifyCalled();
82 mOnExternalVideoSurfacePositionChanged.notifyCalled(
TestAwContentsClient.java 101 public void notifyCalled(float oldScale, float newScale) {
104 super.notifyCalled();
140 mOnPageStartedHelper.notifyCalled(url);
145 mOnPageFinishedHelper.notifyCalled(url);
150 mOnReceivedErrorHelper.notifyCalled(errorCode, description, failingUrl);
156 mOnReceivedSslErrorHelper.notifyCalled();
198 public void notifyCalled(String url, String userAgent, String contentDisposition,
205 notifyCalled();
215 getOnDownloadStartHelper().notifyCalled(url, userAgent, contentDisposition, mimeType,
242 public void notifyCalled(String realm, String account, String args)
    [all...]
AwContentsClientGetDefaultVideoPosterTest.java 39 mVideoPosterCallbackHelper.notifyCalled();
AwContentsClientVisitedHistoryTest.java 33 public void notifyCalled(ValueCallback<String[]> callback) {
37 notifyCalled();
55 getGetVisitedHistoryHelper().notifyCalled(callback);
MediaAccessPermissionRequestTest.java 27 notifyCalled();
82 helper.notifyCalled();
104 helper.notifyCalled();
139 helper.notifyCalled();
AwQuotaManagerBridgeTest.java 83 public void notifyCalled(long value) {
85 notifyCalled();
107 callbackHelper.notifyCalled(quota);
131 callbackHelper.notifyCalled(usage);
AwContentsClientCallbackHelperTest.java 38 public void notifyCalled(String url) {
40 notifyCalled();
63 mOnLoadResourceHelper.notifyCalled(url);
AwContentsClientFaviconTest.java 55 super.notifyCalled();
60 super.notifyCalled();
AwContentsClientShouldInterceptRequestTest.java 72 public void notifyCalled(ShouldInterceptRequestParams params) {
75 notifyCalled();
87 public void notifyCalled(String url) {
89 notifyCalled();
97 mShouldInterceptRequestHelper.notifyCalled(params);
104 mOnLoadResourceHelper.notifyCalled(url);
431 mReadStartedCallbackHelper.notifyCalled();
    [all...]
AwContentsTest.java 432 mCallbackHelper.notifyCalled();
AwSettingsTest.java     [all...]
  /external/chromium_org/content/public/android/javatests/src/org/chromium/content/browser/
WebContentsObserverAndroidTest.java 38 mDidFirstVisuallyNonEmptyPaintCallbackHelper.notifyCalled();
  /external/chromium_org/chrome/android/javatests/src/org/chromium/chrome/browser/
SmartClipProviderTest.java 61 public void notifyCalled(String title, String url, String text, String html, Rect rect) {
67 super.notifyCalled();
128 mCallbackHelper.notifyCalled(title, url, text, html, rect);
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
CookieUtils.java 38 public void notifyCalled(T value) {
40 notifyCalled();
56 mOnReceiveValueHelper.notifyCalled(value);
  /external/chromium_org/chrome/test/android/javatests/src/org/chromium/chrome/test/util/browser/contextmenu/
ContextMenuUtils.java 34 public void notifyCalled(ContextMenu menu) {
36 notifyCalled();
61 helper.notifyCalled(menu);
  /external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
CallbackHelper.java 42 * public void notifyCalled(String errorMessage) {
45 * notifyCalled();
63 * mOnOperationFailedHelper.notifyCalled(errorMessage);
68 * mOnDataPersistedHelper.notifyCalled();
119 * // implementation will then call operationHelper.notifyCalled().
228 public void notifyCalled() {
TestWebContentsObserver.java 57 mOnPageStartedHelper.notifyCalled(url);
63 mOnPageFinishedHelper.notifyCalled(url);
70 mOnReceivedErrorHelper.notifyCalled(errorCode, description, failingUrl);
TestCallbackHelperContainer.java 47 public void notifyCalled(String url) {
49 notifyCalled();
62 public void notifyCalled(String url) {
64 notifyCalled();
79 public void notifyCalled(int errorCode, String description, String failingUrl) {
83 notifyCalled();
117 notifyCalled(jsonResult);
171 public void notifyCalled(String jsonResult) {
174 notifyCalled();
183 public void notifyCalled(String intentUrl)
    [all...]

Completed in 246 milliseconds