Home
last modified time | relevance | path

Searched refs:url_fetcher_id_for_tests (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/content/browser/speech/
Dgoogle_one_shot_remote_engine.h33 static int url_fetcher_id_for_tests; in NON_EXPORTED_BASE() local
Dgoogle_one_shot_remote_engine.cc149 int GoogleOneShotRemoteEngine::url_fetcher_id_for_tests = 0; member in content::GoogleOneShotRemoteEngine
213 url_fetcher_.reset(net::URLFetcher::Create(url_fetcher_id_for_tests, in StartRecognition()
/external/chromium_org/content/browser/geolocation/
Dnetwork_location_request.h29 CONTENT_EXPORT static int url_fetcher_id_for_tests;
Dnetwork_location_request.cc100 int NetworkLocationRequest::url_fetcher_id_for_tests = 0; member in content::NetworkLocationRequest
127 url_fetcher_id_for_tests, request_url, net::URLFetcher::POST, this)); in MakeRequest()
Dnetwork_location_provider_unittest.cc145 NetworkLocationRequest::url_fetcher_id_for_tests); in get_url_fetcher_and_advance_id()
147 ++NetworkLocationRequest::url_fetcher_id_for_tests; in get_url_fetcher_and_advance_id()