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

  /external/chromium_org/content/browser/geolocation/
network_location_request.cc 350 const base::Value* location_value = NULL; local
351 if (!response_object->Get(kLocationString, &location_value)) {
357 DCHECK(location_value);
359 if (!location_value->IsType(base::Value::TYPE_DICTIONARY)) {
360 if (!location_value->IsType(base::Value::TYPE_NULL)) {
362 << location_value->GetType();
370 static_cast<const base::DictionaryValue*>(location_value);
  /external/chromium_org/chrome/browser/task_profiler/
task_profiler_data_serializer.cc 48 scoped_ptr<DictionaryValue> location_value(new DictionaryValue);
49 LocationSnapshotToValue(birth.location, location_value.get());
50 dictionary->Set(prefix + "_location", location_value.release());
  /external/chromium/chrome/browser/extensions/
extension_prefs.cc 286 int location_value; local
287 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
288 location_value == Extension::LOAD) {
330 int location_value; local
331 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
332 location_value == Extension::LOAD) {
1076 int location_value; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_prefs.cc 373 int location_value; local
374 if (extension_dict->GetInteger(kPrefLocation, &location_value) &&
376 static_cast<Manifest::Location>(location_value))) {
1252 int location_value; local
    [all...]

Completed in 2975 milliseconds