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

  /external/chromium_org/android_webview/browser/net/
android_stream_reader_url_request_job_unittest.cc 22 using net::TestJobInterceptor;
187 TestJobInterceptor* protocol_handler = new TestJobInterceptor;
192 protocol_handler = new TestJobInterceptor;
  /external/chromium_org/net/url_request/
url_request_test_util.cc 592 TestJobInterceptor::TestJobInterceptor() : main_intercept_job_(NULL) {
595 URLRequestJob* TestJobInterceptor::MaybeCreateJob(
603 void TestJobInterceptor::set_main_intercept_job(URLRequestJob* job) {
url_request_test_util.h 338 class TestJobInterceptor : public URLRequestJobFactory::ProtocolHandler {
340 TestJobInterceptor();
url_request_unittest.cc 600 // Adds the TestJobInterceptor to the default context.
601 TestJobInterceptor* AddTestInterceptor() {
602 TestJobInterceptor* protocol_handler_ = new TestJobInterceptor();
    [all...]

Completed in 447 milliseconds