Searched refs:NetworkLocationRequest (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_request.h26 class NetworkLocationRequest : private net::URLFetcherDelegate { class in namespace:content
41 NetworkLocationRequest(net::URLRequestContextGetter* context,
44 virtual ~NetworkLocationRequest();
72 DISALLOW_COPY_AND_ASSIGN(NetworkLocationRequest);
H A Dnetwork_location_request.cc52 UMA_HISTOGRAM_ENUMERATION("Geolocation.NetworkLocationRequest.Event",
57 UMA_HISTOGRAM_SPARSE_SLOWLY("Geolocation.NetworkLocationRequest.ResponseCode",
65 UMA_HISTOGRAM_CUSTOM_COUNTS("Geolocation.NetworkLocationRequest.AccessPoints",
100 int NetworkLocationRequest::url_fetcher_id_for_tests = 0;
102 NetworkLocationRequest::NetworkLocationRequest( function in class:content::NetworkLocationRequest
109 NetworkLocationRequest::~NetworkLocationRequest() {
112 bool NetworkLocationRequest::MakeRequest(const base::string16& access_token,
118 DVLOG(1) << "NetworkLocationRequest
[all...]
H A Dnetwork_location_provider.h125 scoped_ptr<NetworkLocationRequest> request_;
H A Dnetwork_location_provider.cc123 request_.reset(new NetworkLocationRequest(
262 // NetworkLocationRequest for each and hold a set of pending requests.
H A Dnetwork_location_provider_unittest.cc145 NetworkLocationRequest::url_fetcher_id_for_tests);
147 ++NetworkLocationRequest::url_fetcher_id_for_tests;

Completed in 1657 milliseconds