Searched defs:response_object (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Dgoogle_one_shot_remote_engine.cc62 const base::DictionaryValue* response_object = local
67 if (!response_object->GetInteger(kStatusString, &status)) {
92 if (!response_object->Get(kHypothesesString, &hypotheses_value)) {
/external/chromium_org/chrome/browser/chromeos/geolocation/
H A Dsimple_geolocation_request.cc179 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/chrome/browser/chromeos/timezone/
H A Dtimezone_request.cc187 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/content/browser/geolocation/
H A Dnetwork_location_request.cc382 const base::DictionaryValue* response_object = local
386 response_object->GetString(kAccessTokenString, access_token);
390 if (!response_object->Get(kLocationString, &location_value)) {
424 GetAsDouble(*response_object, kAccuracyString, &position->accuracy);

Completed in 163 milliseconds