InterceptNavigationResourceThrottle  111 chrome/browser/apps/app_url_redirector.cc       return new navigation_interception::InterceptNavigationResourceThrottle(
InterceptNavigationResourceThrottle   96 chrome/browser/apps/ephemeral_app_throttle.cc   return new navigation_interception::InterceptNavigationResourceThrottle(
InterceptNavigationResourceThrottle   66 components/navigation_interception/intercept_navigation_delegate.cc   return new InterceptNavigationResourceThrottle(
InterceptNavigationResourceThrottle   35 components/navigation_interception/intercept_navigation_resource_throttle.cc     InterceptNavigationResourceThrottle::CheckOnUIThreadCallback
InterceptNavigationResourceThrottle   63 components/navigation_interception/intercept_navigation_resource_throttle.cc InterceptNavigationResourceThrottle::InterceptNavigationResourceThrottle(
InterceptNavigationResourceThrottle   71 components/navigation_interception/intercept_navigation_resource_throttle.cc InterceptNavigationResourceThrottle::~InterceptNavigationResourceThrottle() {
InterceptNavigationResourceThrottle   75 components/navigation_interception/intercept_navigation_resource_throttle.cc void InterceptNavigationResourceThrottle::WillStartRequest(bool* defer) {
InterceptNavigationResourceThrottle   80 components/navigation_interception/intercept_navigation_resource_throttle.cc void InterceptNavigationResourceThrottle::WillRedirectRequest(
InterceptNavigationResourceThrottle   87 components/navigation_interception/intercept_navigation_resource_throttle.cc const char* InterceptNavigationResourceThrottle::GetNameForLogging() const {
InterceptNavigationResourceThrottle   91 components/navigation_interception/intercept_navigation_resource_throttle.cc std::string InterceptNavigationResourceThrottle::GetMethodAfterRedirect() {
InterceptNavigationResourceThrottle   99 components/navigation_interception/intercept_navigation_resource_throttle.cc bool InterceptNavigationResourceThrottle::CheckIfShouldIgnoreNavigation(
InterceptNavigationResourceThrottle  129 components/navigation_interception/intercept_navigation_resource_throttle.cc               &InterceptNavigationResourceThrottle::OnResultObtained,
InterceptNavigationResourceThrottle  137 components/navigation_interception/intercept_navigation_resource_throttle.cc void InterceptNavigationResourceThrottle::OnResultObtained(
InterceptNavigationResourceThrottle   30 components/navigation_interception/intercept_navigation_resource_throttle.h class InterceptNavigationResourceThrottle : public content::ResourceThrottle {
InterceptNavigationResourceThrottle   37 components/navigation_interception/intercept_navigation_resource_throttle.h   InterceptNavigationResourceThrottle(
InterceptNavigationResourceThrottle   40 components/navigation_interception/intercept_navigation_resource_throttle.h   virtual ~InterceptNavigationResourceThrottle();
InterceptNavigationResourceThrottle   56 components/navigation_interception/intercept_navigation_resource_throttle.h   base::WeakPtrFactory<InterceptNavigationResourceThrottle> weak_ptr_factory_;
InterceptNavigationResourceThrottle   58 components/navigation_interception/intercept_navigation_resource_throttle.h   DISALLOW_COPY_AND_ASSIGN(InterceptNavigationResourceThrottle);
InterceptNavigationResourceThrottle  139 components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc     throttle_.reset(new InterceptNavigationResourceThrottle(
InterceptNavigationResourceThrottle  178 components/navigation_interception/intercept_navigation_resource_throttle_unittest.cc   scoped_ptr<InterceptNavigationResourceThrottle> throttle_;