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

  /external/chromium_org/google_apis/gaia/
mock_url_fetcher_factory.h 44 public net::ScopedURLFetcherFactory {
47 : net::ScopedURLFetcherFactory(this),
oauth2_access_token_fetcher_unittest.cc 28 using net::ScopedURLFetcherFactory;
58 class MockUrlFetcherFactory : public ScopedURLFetcherFactory,
62 : ScopedURLFetcherFactory(this) {
oauth2_api_call_flow_unittest.cc 31 using net::ScopedURLFetcherFactory;
57 class MockUrlFetcherFactory : public ScopedURLFetcherFactory,
61 : ScopedURLFetcherFactory(this) {
gaia_oauth_client_unittest.cc 82 public net::ScopedURLFetcherFactory {
85 : net::ScopedURLFetcherFactory(this),
  /external/chromium_org/net/url_request/
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);
234 public ScopedURLFetcherFactory {
357 public ScopedURLFetcherFactory {
test_url_fetcher_factory.cc 23 ScopedURLFetcherFactory::ScopedURLFetcherFactory(
29 ScopedURLFetcherFactory::~ScopedURLFetcherFactory() {
248 : ScopedURLFetcherFactory(this),
329 : ScopedURLFetcherFactory(this),
337 : ScopedURLFetcherFactory(this),

Completed in 531 milliseconds