Home
last modified time | relevance | path

Searched refs:response_object (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/timezone/
Dtimezone_request.cc187 const base::DictionaryValue* response_object = NULL; in ParseServerResponse() local
188 if (!response_value->GetAsDictionary(&response_object)) { in ParseServerResponse()
199 if (!response_object->GetStringWithoutPathExpansion(kStatusString, &status)) { in ParseServerResponse()
224 if (!response_object->GetDoubleWithoutPathExpansion(kDstOffsetString, in ParseServerResponse()
232 if (!response_object->GetDoubleWithoutPathExpansion(kRawOffsetString, in ParseServerResponse()
240 if (!response_object->GetStringWithoutPathExpansion(kTimeZoneIdString, in ParseServerResponse()
248 if (!response_object->GetStringWithoutPathExpansion( in ParseServerResponse()
257 response_object->GetStringWithoutPathExpansion(kErrorMessageString, in ParseServerResponse()
/external/chromium_org/chrome/browser/chromeos/geolocation/
Dsimple_geolocation_request.cc179 base::DictionaryValue* response_object = NULL; in ParseServerResponse() local
180 if (!response_value->GetAsDictionary(&response_object)) { in ParseServerResponse()
192 response_object->GetDictionaryWithoutPathExpansion(kLocationString, in ParseServerResponse()
194 response_object->GetDictionaryWithoutPathExpansion(kErrorString, in ParseServerResponse()
225 if (!response_object->GetDoubleWithoutPathExpansion( in ParseServerResponse()
/external/chromium_org/content/browser/speech/
Dgoogle_one_shot_remote_engine.cc62 const base::DictionaryValue* response_object = in ParseServerResponse() local
67 if (!response_object->GetInteger(kStatusString, &status)) { in ParseServerResponse()
92 if (!response_object->Get(kHypothesesString, &hypotheses_value)) { in ParseServerResponse()
/external/chromium_org/content/browser/geolocation/
Dnetwork_location_request.cc382 const base::DictionaryValue* response_object = in ParseServerResponse() local
386 response_object->GetString(kAccessTokenString, access_token); in ParseServerResponse()
390 if (!response_object->Get(kLocationString, &location_value)) { in ParseServerResponse()
425 GetAsDouble(*response_object, kAccuracyString, &position->accuracy); in ParseServerResponse()