Searched defs:get_interceptor_ (Results 1 - 3 of 3) sorted by path

/external/chromium_org/chrome/browser/component_updater/test/
H A Dcomponent_updater_service_unittest.h68 scoped_ptr<GetInterceptor> get_interceptor_; member in class:component_updater::ComponentUpdaterTest
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dwrite_from_url_operation_unittest.cc81 get_interceptor_.reset(new GetInterceptor(
85 get_interceptor_->SetResponse(GURL(kTestImageUrl),
110 scoped_ptr<GetInterceptor> get_interceptor_; member in class:extensions::image_writer::__anon3739::ImageWriterWriteFromUrlOperationTest
176 EXPECT_EQ(1, get_interceptor_->GetHitCount());
/external/chromium_org/components/component_updater/test/
H A Dcrx_downloader_unittest.cc60 scoped_ptr<GetInterceptor> get_interceptor_; member in class:component_updater::CrxDownloaderTest
103 get_interceptor_.reset();
120 get_interceptor_.reset(new GetInterceptor(base::MessageLoopProxy::current(),
184 get_interceptor_->SetResponse(expected_crx_url, test_file);
189 EXPECT_EQ(1, get_interceptor_->GetHitCount());
218 get_interceptor_->SetResponse(expected_crx_url, test_file);
227 EXPECT_EQ(1, get_interceptor_->GetHitCount());
249 get_interceptor_->SetResponse(expected_crx_url, test_file);
257 EXPECT_EQ(0, get_interceptor_->GetHitCount());
271 get_interceptor_
[all...]

Completed in 1277 milliseconds