HomeSort by relevance Sort by last modified time
    Searched refs:DictionaryPrefUpdate (Results 1 - 25 of 29) sorted by null

1 2

  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update_unittest.cc 46 DictionaryPrefUpdate update(&prefs_, kPref);
74 DictionaryPrefUpdate update(&prefs_, kPref);
scoped_user_pref_update.h 100 DictionaryPrefUpdate;
  /external/chromium/chrome/browser/translate/
translate_prefs.cc 70 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
83 DictionaryPrefUpdate update(prefs_, kPrefTranslateWhitelists);
102 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount);
111 DictionaryPrefUpdate update(prefs_, kPrefTranslateDeniedCount);
124 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
133 DictionaryPrefUpdate update(prefs_, kPrefTranslateAcceptedCount);
187 DictionaryPrefUpdate update(user_prefs, kPrefTranslateWhitelists);
  /external/chromium/chrome/browser/
external_protocol_handler.cc 96 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes);
117 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes);
background_page_tracker.cc 89 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
198 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
270 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
285 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
background_contents_service.cc 478 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
499 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.cc 30 DictionaryPrefUpdate temp_storage_update(
user_manager.cc 60 DictionaryPrefUpdate images_update(local_state, kUserImages);
380 DictionaryPrefUpdate prefs_images_update(prefs, kUserImages);
  /external/chromium/chrome/browser/geolocation/
access_token_store.cc 71 DictionaryPrefUpdate update(g_browser_process->local_state(),
geolocation_content_settings_map.cc 163 DictionaryPrefUpdate update(prefs, prefs::kGeolocationContentSettings);
geolocation_content_settings_map_unittest.cc 252 DictionaryPrefUpdate update(profile.GetPrefs(),
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator_unittest.cc 225 DictionaryPrefUpdate update(pref_service_, prefs::kContentSettingsPatterns);
242 DictionaryPrefUpdate update(pref_service_, prefs::kContentSettingsPatterns);
258 DictionaryPrefUpdate update(pref_service_, prefs::kContentSettingsPatterns);
277 DictionaryPrefUpdate update(pref_service_, prefs::kContentSettingsPatterns);
300 DictionaryPrefUpdate update(pref_service_, prefs::kContentSettingsPatterns);
315 DictionaryPrefUpdate update(pref_service_, prefs::kContentSettingsPatterns);
362 DictionaryPrefUpdate update(pref_service_, pref);
  /external/chromium/chrome/browser/extensions/
extension_web_ui.cc 307 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides);
372 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides);
390 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides);
extension_prefs.cc 117 class ScopedExtensionPrefUpdate : public DictionaryPrefUpdate {
121 DictionaryPrefUpdate(service, ExtensionPrefs::kExtensionsPref),
125 DictionaryValue* dict = DictionaryPrefUpdate::Get();
142 class ScopedExtensionControlledPrefUpdate : public DictionaryPrefUpdate {
146 DictionaryPrefUpdate(service, ExtensionPrefs::kExtensionsPref),
150 DictionaryValue* dict = DictionaryPrefUpdate::Get();
209 DictionaryPrefUpdate update(prefs, ExtensionPrefs::kExtensionsPref);
303 DictionaryPrefUpdate update(prefs_, kExtensionsPref);
613 DictionaryPrefUpdate update(prefs_, kExtensionsBlacklistUpdate);
    [all...]
extension_override_apitest.cc 142 DictionaryPrefUpdate update(browser()->profile()->GetPrefs(),
extension_file_browser_private_api.cc 213 DictionaryPrefUpdate prefs_usage_update(profile->GetPrefs(),
    [all...]
  /external/chromium/chrome/browser/web_resource/
gpu_blacklist_updater.cc 62 DictionaryPrefUpdate update(prefs_, prefs::kGpuBlacklist);
  /external/chromium/chrome/browser/history/
top_sites.cc 153 DictionaryPrefUpdate(profile_->GetPrefs(),
155 DictionaryPrefUpdate(profile_->GetPrefs(),
353 DictionaryPrefUpdate update(profile_->GetPrefs(),
365 DictionaryPrefUpdate update(profile_->GetPrefs(),
381 DictionaryPrefUpdate update(profile_->GetPrefs(),
402 DictionaryPrefUpdate update(profile_->GetPrefs(),
420 DictionaryPrefUpdate update(profile_->GetPrefs(),
676 DictionaryPrefUpdate update(profile_->GetPrefs(),
    [all...]
  /external/chromium/chrome/browser/ui/views/
chrome_views_delegate.cc 64 DictionaryPrefUpdate update(prefs, WideToUTF8(window_name).c_str());
task_manager_view.cc 626 DictionaryPrefUpdate update(g_browser_process->local_state(),
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc 150 DictionaryPrefUpdate update(prefs, prefs::kDefaultContentSettings);
409 DictionaryPrefUpdate update(profile_ ? profile_->GetPrefs() : NULL,
523 DictionaryPrefUpdate update(profile_->GetPrefs(),
622 DictionaryPrefUpdate update(prefs, prefs::kContentSettingsPatterns);
host_content_settings_map_unittest.cc 552 DictionaryPrefUpdate update(prefs, prefs::kContentSettingsPatterns);
    [all...]
  /external/chromium/chrome/browser/ui/webui/
most_visited_handler.cc 245 DictionaryPrefUpdate update(prefs, prefs::kNTPMostVisitedPinnedURLs);
  /external/chromium/chrome/browser/debugger/
devtools_window.cc 233 DictionaryPrefUpdate update(prefs, wp_key.c_str());
  /external/chromium/chrome/browser/tab_contents/
render_view_host_delegate_helper.cc 377 DictionaryPrefUpdate update(profile->GetPrefs(),

Completed in 1362 milliseconds

1 2