HomeSort by relevance Sort by last modified time
    Searched refs:URLFetcherImplFactory (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/sync/test/integration/
sync_test.h 32 class URLFetcherImplFactory;
373 // The URLFetcherImplFactory instance used to instantiate |fake_factory_|.
374 scoped_ptr<net::URLFetcherImplFactory> factory_;
sync_test.cc 427 factory_.reset(new net::URLFetcherImplFactory());
493 // Cancel any outstanding URL fetches and destroy the URLFetcherImplFactory we
  /external/chromium_org/net/url_request/
test_url_fetcher_factory.cc 394 URLFetcherImplFactory::URLFetcherImplFactory() {}
396 URLFetcherImplFactory::~URLFetcherImplFactory() {}
398 URLFetcher* URLFetcherImplFactory::CreateURLFetcher(
test_url_fetcher_factory.h 446 class URLFetcherImplFactory : public URLFetcherFactory {
448 URLFetcherImplFactory();
449 virtual ~URLFetcherImplFactory();
  /external/chromium_org/chrome/browser/signin/
signin_browsertest.cc 56 factory_.reset(new net::URLFetcherImplFactory());
74 // Cancel any outstanding URL fetches and destroy the URLFetcherImplFactory
85 // The URLFetcherImplFactory instance used to instantiate |fake_factory_|.
86 scoped_ptr<net::URLFetcherImplFactory> factory_;
  /external/chromium_org/chrome/browser/ui/webui/local_discovery/
local_discovery_ui_browsertest.cc 438 net::URLFetcherImplFactory fetcher_impl_factory_;
  /external/chromium_org/chrome/browser/ui/search/
instant_extended_interactive_uitest.cc 272 : factory_(new net::URLFetcherImplFactory()),
294 scoped_ptr<net::URLFetcherImplFactory> factory_;
    [all...]

Completed in 703 milliseconds