HomeSort by relevance Sort by last modified time
    Searched refs:response_object (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/timezone/
timezone_request.cc 187 const base::DictionaryValue* response_object = NULL; local
188 if (!response_value->GetAsDictionary(&response_object)) {
199 if (!response_object->GetStringWithoutPathExpansion(kStatusString, &status)) {
224 if (!response_object->GetDoubleWithoutPathExpansion(kDstOffsetString,
232 if (!response_object->GetDoubleWithoutPathExpansion(kRawOffsetString,
240 if (!response_object->GetStringWithoutPathExpansion(kTimeZoneIdString,
248 if (!response_object->GetStringWithoutPathExpansion(
257 response_object->GetStringWithoutPathExpansion(kErrorMessageString,
  /external/chromium_org/chrome/browser/chromeos/geolocation/
simple_geolocation_request.cc 179 base::DictionaryValue* response_object = NULL; local
180 if (!response_value->GetAsDictionary(&response_object)) {
192 response_object->GetDictionaryWithoutPathExpansion(kLocationString,
194 response_object->GetDictionaryWithoutPathExpansion(kErrorString,
225 if (!response_object->GetDoubleWithoutPathExpansion(
  /external/chromium_org/content/browser/speech/
google_one_shot_remote_engine.cc 62 const base::DictionaryValue* response_object = local
67 if (!response_object->GetInteger(kStatusString, &status)) {
92 if (!response_object->Get(kHypothesesString, &hypotheses_value)) {
  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 382 const base::DictionaryValue* response_object = local
386 response_object->GetString(kAccessTokenString, access_token);
390 if (!response_object->Get(kLocationString, &location_value)) {
425 GetAsDouble(*response_object, kAccuracyString, &position->accuracy);

Completed in 106 milliseconds