Searched defs:SupervisedUserResourceThrottle (Results 1 - 2 of 2) 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...]

Completed in 77 milliseconds