Home
last modified time | relevance | path

Searched refs:ScopedURLFetcherFactory (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/net/url_request/
Dtest_url_fetcher_factory.cc26 ScopedURLFetcherFactory::ScopedURLFetcherFactory( in ScopedURLFetcherFactory() function in net::ScopedURLFetcherFactory
32 ScopedURLFetcherFactory::~ScopedURLFetcherFactory() { in ~ScopedURLFetcherFactory()
288 : ScopedURLFetcherFactory(this), in TestURLFetcherFactory()
369 : ScopedURLFetcherFactory(this), in FakeURLFetcherFactory()
377 : ScopedURLFetcherFactory(this), in FakeURLFetcherFactory()
Dtest_url_fetcher_factory.h30 class ScopedURLFetcherFactory : public base::NonThreadSafe {
32 explicit ScopedURLFetcherFactory(URLFetcherFactory* factory);
33 virtual ~ScopedURLFetcherFactory();
36 DISALLOW_COPY_AND_ASSIGN(ScopedURLFetcherFactory);
237 public ScopedURLFetcherFactory {
360 public ScopedURLFetcherFactory {
/external/chromium_org/google_apis/gaia/
Dmock_url_fetcher_factory.h44 public net::ScopedURLFetcherFactory {
47 : net::ScopedURLFetcherFactory(this), in MockURLFetcherFactory()
Doauth2_access_token_fetcher_impl_unittest.cc28 using net::ScopedURLFetcherFactory;
58 class MockUrlFetcherFactory : public ScopedURLFetcherFactory,
61 MockUrlFetcherFactory() : ScopedURLFetcherFactory(this) {} in MockUrlFetcherFactory()
Doauth2_api_call_flow_unittest.cc31 using net::ScopedURLFetcherFactory;
57 class MockUrlFetcherFactory : public ScopedURLFetcherFactory,
61 : ScopedURLFetcherFactory(this) { in MockUrlFetcherFactory()
Dgaia_oauth_client_unittest.cc83 public net::ScopedURLFetcherFactory {
86 : net::ScopedURLFetcherFactory(this), in MockOAuthFetcherFactory()