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 {
30 // Interface for receiving callbacks from a NetworkLocationRequest object.
46 NetworkLocationRequest(net::URLRequestContextGetter* context,
49 virtual ~NetworkLocationRequest();
77 DISALLOW_COPY_AND_ASSIGN(NetworkLocationRequest);
network_location_request.cc 68 int NetworkLocationRequest::url_fetcher_id_for_tests = 0;
70 NetworkLocationRequest::NetworkLocationRequest(
79 NetworkLocationRequest::~NetworkLocationRequest() {
82 bool NetworkLocationRequest::MakeRequest(const string16& access_token,
86 DVLOG(1) << "NetworkLocationRequest : Cancelling pending request";
109 void NetworkLocationRequest::OnURLFetchComplete(
143 DVLOG(1) << "NetworkLocationRequest::Run() : Calling listener with position.";
250 VLOG(1) << "NetworkLocationRequest::GetLocationFromResponse() :
    [all...]

Completed in 27 milliseconds