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

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

Completed in 1150 milliseconds