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 26 ScopedURLFetcherFactory::ScopedURLFetcherFactory(
32 ScopedURLFetcherFactory::~ScopedURLFetcherFactory() {
288 : ScopedURLFetcherFactory(this),
369 : ScopedURLFetcherFactory(this),
377 : ScopedURLFetcherFactory(this),
test_url_fetcher_factory.h 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 {

Completed in 94 milliseconds