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

  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 45 prefs_registrar_.Add(prefs::kGeolocationContentSettings, this);
54 prefs->RegisterDictionaryPref(prefs::kGeolocationContentSettings);
90 profile_->GetPrefs()->GetDictionary(prefs::kGeolocationContentSettings);
115 profile_->GetPrefs()->GetDictionary(prefs::kGeolocationContentSettings);
163 DictionaryPrefUpdate update(prefs, prefs::kGeolocationContentSettings);
194 prefs->ClearPref(prefs::kGeolocationContentSettings);
geolocation_content_settings_map_unittest.cc 253 prefs::kGeolocationContentSettings);
  /external/chromium/chrome/browser/sync/glue/
synchronized_preferences.h 45 prefs::kGeolocationContentSettings,
preference_model_associator.cc 231 name == prefs::kGeolocationContentSettings) {
preference_model_associator_unittest.cc 403 EXPECT_TRUE(MergeDictionaryPreference(prefs::kGeolocationContentSettings));
  /external/chromium/chrome/common/
pref_names.cc 701 const char kGeolocationContentSettings[] = "geolocation.content_settings";
    [all...]
pref_names.h 437 extern const char kGeolocationContentSettings[];
  /external/chromium/chrome/browser/ui/webui/options/
content_settings_handler.cc 288 pref_change_registrar_.Add(prefs::kGeolocationContentSettings, this);
325 else if (pref_name == prefs::kGeolocationContentSettings)

Completed in 223 milliseconds