HomeSort by relevance Sort by last modified time
    Searched defs:NetworkLocationRequest (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/geolocation/
network_location_request.h 26 class NetworkLocationRequest : private net::URLFetcherDelegate {
41 NetworkLocationRequest(net::URLRequestContextGetter* context,
44 virtual ~NetworkLocationRequest();
72 DISALLOW_COPY_AND_ASSIGN(NetworkLocationRequest);
network_location_request.cc 52 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(
109 NetworkLocationRequest::~NetworkLocationRequest() {
112 bool NetworkLocationRequest::MakeRequest(const base::string16& access_token,
118 DVLOG(1) << "NetworkLocationRequest : Cancelling pending request"
    [all...]

Completed in 5251 milliseconds