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

  /external/chromium_org/net/url_request/
url_request_test_util.cc 635 TestJobInterceptor::TestJobInterceptor() : main_intercept_job_(NULL) {
641 URLRequestJob* job = main_intercept_job_;
642 main_intercept_job_ = NULL;
647 main_intercept_job_ = job;
url_request_test_util.h 415 mutable URLRequestJob* main_intercept_job_; member in class:net::TestJobInterceptor

Completed in 109 milliseconds