Searched refs:ScopedURLFetcherFactory (Results 1 – 6 of 6) sorted by relevance
26 ScopedURLFetcherFactory::ScopedURLFetcherFactory( in ScopedURLFetcherFactory() function in net::ScopedURLFetcherFactory32 ScopedURLFetcherFactory::~ScopedURLFetcherFactory() { in ~ScopedURLFetcherFactory()288 : ScopedURLFetcherFactory(this), in TestURLFetcherFactory()369 : ScopedURLFetcherFactory(this), in FakeURLFetcherFactory()377 : ScopedURLFetcherFactory(this), in FakeURLFetcherFactory()
30 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 {
44 public net::ScopedURLFetcherFactory {47 : net::ScopedURLFetcherFactory(this), in MockURLFetcherFactory()
28 using net::ScopedURLFetcherFactory;58 class MockUrlFetcherFactory : public ScopedURLFetcherFactory,61 MockUrlFetcherFactory() : ScopedURLFetcherFactory(this) {} in MockUrlFetcherFactory()
31 using net::ScopedURLFetcherFactory;57 class MockUrlFetcherFactory : public ScopedURLFetcherFactory,61 : ScopedURLFetcherFactory(this) { in MockUrlFetcherFactory()
83 public net::ScopedURLFetcherFactory {86 : net::ScopedURLFetcherFactory(this), in MockOAuthFetcherFactory()