Searched refs:SupervisedUserResourceThrottle (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_resource_throttle.h19 class SupervisedUserResourceThrottle : public content::ResourceThrottle { class in inherits:content::ResourceThrottle
21 SupervisedUserResourceThrottle(const net::URLRequest* request,
24 virtual ~SupervisedUserResourceThrottle();
42 base::WeakPtrFactory<SupervisedUserResourceThrottle> weak_ptr_factory_;
44 DISALLOW_COPY_AND_ASSIGN(SupervisedUserResourceThrottle);
H A Dsupervised_user_resource_throttle.cc18 SupervisedUserResourceThrottle::SupervisedUserResourceThrottle( function in class:SupervisedUserResourceThrottle
27 SupervisedUserResourceThrottle::~SupervisedUserResourceThrottle() {}
29 void SupervisedUserResourceThrottle::ShowInterstitialIfNeeded(bool is_redirect,
48 &SupervisedUserResourceThrottle::OnInterstitialResult,
52 void SupervisedUserResourceThrottle::WillStartRequest(bool* defer) {
56 void SupervisedUserResourceThrottle::WillRedirectRequest(const GURL& new_url,
61 const char* SupervisedUserResourceThrottle::GetNameForLogging() const {
62 return "SupervisedUserResourceThrottle";
[all...]
/external/chromium_org/chrome/browser/renderer_host/
H A Dchrome_resource_dispatcher_host_delegate.cc515 throttles->push_back(new SupervisedUserResourceThrottle(

Completed in 619 milliseconds