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

  /external/chromium/chrome/browser/extensions/
autoupdate_interceptor.h 17 class AutoUpdateInterceptor
19 public base::RefCountedThreadSafe<AutoUpdateInterceptor> {
21 AutoUpdateInterceptor();
37 friend class base::RefCountedThreadSafe<AutoUpdateInterceptor>;
39 virtual ~AutoUpdateInterceptor();
43 DISALLOW_COPY_AND_ASSIGN(AutoUpdateInterceptor);
autoupdate_interceptor.cc 33 AutoUpdateInterceptor::AutoUpdateInterceptor() {
37 AutoUpdateInterceptor::~AutoUpdateInterceptor() {
41 net::URLRequestJob* AutoUpdateInterceptor::MaybeIntercept(
71 void AutoUpdateInterceptor::SetResponse(const std::string url,
85 void AutoUpdateInterceptor::SetResponseOnIOThread(const std::string url,
89 NewRunnableMethod(this, &AutoUpdateInterceptor::SetResponse, url, path));
extension_management_browsertest.cc 264 scoped_refptr<AutoUpdateInterceptor> interceptor(new AutoUpdateInterceptor());
335 scoped_refptr<AutoUpdateInterceptor> interceptor(new AutoUpdateInterceptor());
408 scoped_refptr<AutoUpdateInterceptor> interceptor(new AutoUpdateInterceptor());

Completed in 62 milliseconds