HomeSort by relevance Sort by last modified time
    Searched refs:NetworkLocationRequest (Results 1 - 5 of 5) 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(
111 NetworkLocationRequest::~NetworkLocationRequest() {
114 bool NetworkLocationRequest::MakeRequest(const base::string16& access_token,
120 DVLOG(1) << "NetworkLocationRequest : Cancelling pending request"
    [all...]
network_location_provider.h 125 scoped_ptr<NetworkLocationRequest> request_;
network_location_provider.cc 123 NetworkLocationRequest::LocationResponseCallback callback =
126 request_.reset(new NetworkLocationRequest(url_context_getter, url, callback));
261 // NetworkLocationRequest for each and hold a set of pending requests.
network_location_provider_unittest.cc 150 NetworkLocationRequest::url_fetcher_id_for_tests);
152 ++NetworkLocationRequest::url_fetcher_id_for_tests;

Completed in 70 milliseconds