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 592 TestJobInterceptor::TestJobInterceptor() : main_intercept_job_(NULL) {
598 URLRequestJob* job = main_intercept_job_;
599 main_intercept_job_ = NULL;
604 main_intercept_job_ = job;
url_request_test_util.h 348 mutable URLRequestJob* main_intercept_job_; member in class:net::TestJobInterceptor

Completed in 459 milliseconds