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

  /external/chromium_org/chrome/service/cloud_print/
cloud_print_url_fetcher.h 119 static void set_factory(CloudPrintURLFetcherFactory* factory);
cloud_print_url_fetcher.cc 102 void CloudPrintURLFetcher::set_factory(CloudPrintURLFetcherFactory* factory) { function in class:cloud_print::CloudPrintURLFetcher
printer_job_handler_unittest.cc 502 CloudPrintURLFetcher::set_factory(&cloud_print_factory_);
632 CloudPrintURLFetcher::set_factory(NULL);
  /external/chromium_org/net/url_request/
url_fetcher_impl.h 111 static void set_factory(URLFetcherFactory* factory);
url_fetcher_impl.cc 220 void URLFetcherImpl::set_factory(URLFetcherFactory* factory) { function in class:net::URLFetcherImpl
test_url_fetcher_factory.cc 29 URLFetcherImpl::set_factory(factory);
34 URLFetcherImpl::set_factory(NULL);
  /external/chromium_org/chrome/browser/chromeos/
customization_wallpaper_downloader_browsertest.cc 182 net::URLFetcherImpl::set_factory(fallback_fetcher_factory_.get());
201 net::URLFetcherImpl::set_factory(NULL);
  /external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_unittest.cc 115 net::URLFetcherImpl::set_factory(NULL);
  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_unittest.cc 153 net::URLFetcherImpl::set_factory(NULL);
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller_browsertest.cc 428 net::URLFetcherImpl::set_factory(fallback_fetcher_factory_.get());
435 net::URLFetcherImpl::set_factory(NULL);
    [all...]

Completed in 2065 milliseconds