HomeSort by relevance Sort by last modified time
    Searched defs:ScopedURLFetcherFactory (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/url_request/
test_url_fetcher_factory.cc 21 ScopedURLFetcherFactory::ScopedURLFetcherFactory(
27 ScopedURLFetcherFactory::~ScopedURLFetcherFactory() {
247 : ScopedURLFetcherFactory(this),
314 : ScopedURLFetcherFactory(this),
322 : ScopedURLFetcherFactory(this),
test_url_fetcher_factory.h 29 class ScopedURLFetcherFactory : public base::NonThreadSafe {
31 explicit ScopedURLFetcherFactory(URLFetcherFactory* factory);
32 virtual ~ScopedURLFetcherFactory();
35 DISALLOW_COPY_AND_ASSIGN(ScopedURLFetcherFactory);
232 public ScopedURLFetcherFactory {
334 public ScopedURLFetcherFactory {

Completed in 167 milliseconds