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_unittest.cc28 using net::ScopedURLFetcherFactory;
53 class MockUrlFetcherFactory : public ScopedURLFetcherFactory,
57 : 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.cc82 public net::ScopedURLFetcherFactory {
85 : net::ScopedURLFetcherFactory(this),
/external/chromium_org/net/url_request/
H A Dtest_url_fetcher_factory.cc21 ScopedURLFetcherFactory::ScopedURLFetcherFactory( function in class:net::ScopedURLFetcherFactory
27 ScopedURLFetcherFactory::~ScopedURLFetcherFactory() {
247 : ScopedURLFetcherFactory(this),
314 : ScopedURLFetcherFactory(this),
322 : ScopedURLFetcherFactory(this),
H A Dtest_url_fetcher_factory.h29 class ScopedURLFetcherFactory : public base::NonThreadSafe { class in namespace:net
31 explicit ScopedURLFetcherFactory(URLFetcherFactory* factory);
32 virtual ~ScopedURLFetcherFactory();
35 DISALLOW_COPY_AND_ASSIGN(ScopedURLFetcherFactory);
232 public ScopedURLFetcherFactory {
334 public ScopedURLFetcherFactory {

Completed in 311 milliseconds