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

  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 389 const base::Value* location_value = NULL; local
390 if (!response_object->Get(kLocationString, &location_value)) {
396 DCHECK(location_value);
398 if (!location_value->IsType(base::Value::TYPE_DICTIONARY)) {
399 if (!location_value->IsType(base::Value::TYPE_NULL)) {
401 << location_value->GetType();
409 static_cast<const base::DictionaryValue*>(location_value);
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 49 scoped_ptr<base::DictionaryValue> location_value(new base::DictionaryValue);
50 LocationSnapshotToValue(birth.location, location_value.get());
51 dictionary->Set(prefix + "_location", location_value.release());
  /external/chromium_org/extensions/browser/
extension_prefs.cc 407 int location_value; local
408 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
410 static_cast<Manifest::Location>(location_value))) {
1337 int location_value; local
    [all...]

Completed in 141 milliseconds