InterceptNavigationDelegate 31 android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc using navigation_interception::InterceptNavigationDelegate; InterceptNavigationDelegate 235 android_webview/browser/renderer_host/aw_resource_dispatcher_host_delegate.cc throttles->push_back(InterceptNavigationDelegate::CreateThrottleFor( InterceptNavigationDelegate 43 android_webview/java/src/org/chromium/android_webview/AwContents.java import org.chromium.components.navigation_interception.InterceptNavigationDelegate; InterceptNavigationDelegate 322 android_webview/java/src/org/chromium/android_webview/AwContents.java private class InterceptNavigationDelegateImpl implements InterceptNavigationDelegate { InterceptNavigationDelegate 2082 android_webview/java/src/org/chromium/android_webview/AwContents.java InterceptNavigationDelegate navigationInterceptionDelegate); InterceptNavigationDelegate 78 android_webview/native/aw_contents.cc using navigation_interception::InterceptNavigationDelegate; InterceptNavigationDelegate 239 android_webview/native/aw_contents.cc InterceptNavigationDelegate::Associate( InterceptNavigationDelegate 241 android_webview/native/aw_contents.cc make_scoped_ptr(new InterceptNavigationDelegate( InterceptNavigationDelegate 98 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc using navigation_interception::InterceptNavigationDelegate; InterceptNavigationDelegate 318 chrome/browser/renderer_host/chrome_resource_dispatcher_host_delegate.cc InterceptNavigationDelegate::CreateThrottleFor(request)); InterceptNavigationDelegate 38 components/navigation_interception/intercept_navigation_delegate.cc InterceptNavigationDelegate* intercept_navigation_delegate = InterceptNavigationDelegate 39 components/navigation_interception/intercept_navigation_delegate.cc InterceptNavigationDelegate::Get(source); InterceptNavigationDelegate 49 components/navigation_interception/intercept_navigation_delegate.cc void InterceptNavigationDelegate::Associate( InterceptNavigationDelegate 51 components/navigation_interception/intercept_navigation_delegate.cc scoped_ptr<InterceptNavigationDelegate> delegate) { InterceptNavigationDelegate 57 components/navigation_interception/intercept_navigation_delegate.cc InterceptNavigationDelegate* InterceptNavigationDelegate::Get( InterceptNavigationDelegate 59 components/navigation_interception/intercept_navigation_delegate.cc return reinterpret_cast<InterceptNavigationDelegate*>( InterceptNavigationDelegate 64 components/navigation_interception/intercept_navigation_delegate.cc content::ResourceThrottle* InterceptNavigationDelegate::CreateThrottleFor( InterceptNavigationDelegate 70 components/navigation_interception/intercept_navigation_delegate.cc InterceptNavigationDelegate::InterceptNavigationDelegate( InterceptNavigationDelegate 75 components/navigation_interception/intercept_navigation_delegate.cc InterceptNavigationDelegate::~InterceptNavigationDelegate() { InterceptNavigationDelegate 78 components/navigation_interception/intercept_navigation_delegate.cc bool InterceptNavigationDelegate::ShouldIgnoreNavigation( InterceptNavigationDelegate 39 components/navigation_interception/intercept_navigation_delegate.h class InterceptNavigationDelegate : public base::SupportsUserData::Data { InterceptNavigationDelegate 41 components/navigation_interception/intercept_navigation_delegate.h InterceptNavigationDelegate(JNIEnv* env, jobject jdelegate); InterceptNavigationDelegate 42 components/navigation_interception/intercept_navigation_delegate.h virtual ~InterceptNavigationDelegate(); InterceptNavigationDelegate 49 components/navigation_interception/intercept_navigation_delegate.h scoped_ptr<InterceptNavigationDelegate> delegate); InterceptNavigationDelegate 52 components/navigation_interception/intercept_navigation_delegate.h static InterceptNavigationDelegate* Get(content::WebContents* web_contents);