HomeSort by relevance Sort by last modified time
    Searched refs:showInterstitial (Results 1 - 5 of 5) sorted by null

  /external/webview_support_interfaces/src/org/chromium/support_lib_boundary/
SafeBrowsingResponseBoundaryInterface.java 11 public void showInterstitial(boolean allowReporting);
  /frameworks/base/core/java/android/webkit/
SafeBrowsingResponse.java 22 * host application must call {@link #showInterstitial(boolean)}, {@link #proceed(boolean)}, or
36 public abstract void showInterstitial(boolean allowReporting);
WebViewClient.java 580 callback.showInterstitial(/* allowReporting */ true);
  /frameworks/support/webkit/src/main/java/androidx/webkit/
SafeBrowsingResponseCompat.java 42 public abstract void showInterstitial(boolean allowReporting);
85 public void showInterstitial(boolean allowReporting) {
92 responseDelegate.showInterstitial(allowReporting);
132 public void showInterstitial(boolean allowReporting) {
133 response.showInterstitial(allowReporting);
WebViewClientCompat.java 252 callback.showInterstitial(true);
255 // showInterstitial(), raise a runtime exception and require the WebView APK to handle

Completed in 83 milliseconds