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

  /external/chromium_org/components/navigation_interception/
intercept_navigation_resource_throttle.h 30 class InterceptNavigationResourceThrottle : public content::ResourceThrottle {
37 InterceptNavigationResourceThrottle(
40 virtual ~InterceptNavigationResourceThrottle();
56 base::WeakPtrFactory<InterceptNavigationResourceThrottle> weak_ptr_factory_;
58 DISALLOW_COPY_AND_ASSIGN(InterceptNavigationResourceThrottle);
intercept_navigation_resource_throttle.cc 35 InterceptNavigationResourceThrottle::CheckOnUIThreadCallback
63 InterceptNavigationResourceThrottle::InterceptNavigationResourceThrottle(
71 InterceptNavigationResourceThrottle::~InterceptNavigationResourceThrottle() {
75 void InterceptNavigationResourceThrottle::WillStartRequest(bool* defer) {
80 void InterceptNavigationResourceThrottle::WillRedirectRequest(
87 const char* InterceptNavigationResourceThrottle::GetNameForLogging() const {
88 return "InterceptNavigationResourceThrottle";
91 std::string InterceptNavigationResourceThrottle::GetMethodAfterRedirect()
    [all...]
intercept_navigation_delegate.cc 66 return new InterceptNavigationResourceThrottle(
intercept_navigation_resource_throttle_unittest.cc 140 throttle_.reset(new InterceptNavigationResourceThrottle(
179 scoped_ptr<InterceptNavigationResourceThrottle> throttle_;
  /external/chromium_org/chrome/browser/apps/
ephemeral_app_throttle.cc 98 return new navigation_interception::InterceptNavigationResourceThrottle(
app_url_redirector.cc 119 return new navigation_interception::InterceptNavigationResourceThrottle(

Completed in 137 milliseconds