Searched defs:server_error (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/browser/geolocation/
H A Dnetwork_location_provider.cc165 bool server_error,
163 LocationResponseAvailable( const Geoposition& position, bool server_error, const base::string16& access_token, const WifiData& wifi_data) argument
H A Dnetwork_location_request.cc163 const bool server_error = local
167 if (!server_error) {
179 callback_.Run(position, server_error, access_token, wifi_data_);

Completed in 116 milliseconds