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

  /external/chromium_org/android_webview/java/src/org/chromium/android_webview/
AwContentsIoThreadClient.java 43 AwContentsClient.ShouldInterceptRequestParams params);
51 AwContentsClient.ShouldInterceptRequestParams params =
52 new AwContentsClient.ShouldInterceptRequestParams();
AwContentsClient.java 90 public static class ShouldInterceptRequestParams {
110 ShouldInterceptRequestParams params);
AwContents.java 332 AwContentsClient.ShouldInterceptRequestParams params) {
    [all...]
  /external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
CookieManagerStartupTest.java 124 ShouldInterceptRequestParams params) {
AwContentsClientShouldInterceptRequestTest.java 14 import org.chromium.android_webview.AwContentsClient.ShouldInterceptRequestParams;
48 private ConcurrentHashMap<String, ShouldInterceptRequestParams> mParamsByUrls
49 = new ConcurrentHashMap<String, ShouldInterceptRequestParams>();
67 public ShouldInterceptRequestParams getParamsForUrl(String url) {
72 public void notifyCalled(ShouldInterceptRequestParams params) {
94 public AwWebResourceResponse shouldInterceptRequest(ShouldInterceptRequestParams params) {
    [all...]
AwSettingsTest.java 24 import org.chromium.android_webview.AwContentsClient.ShouldInterceptRequestParams;
    [all...]
  /external/chromium_org/android_webview/test/shell/src/org/chromium/android_webview/test/
NullContentsClient.java 70 AwContentsClient.ShouldInterceptRequestParams params) {

Completed in 226 milliseconds