Searched refs:DictionaryPrefUpdate (Results 1 - 25 of 29) sorted by relevance

12

/external/chromium/chrome/browser/prefs/
H A Dscoped_user_pref_update_unittest.cc46 DictionaryPrefUpdate update(&prefs_, kPref);
74 DictionaryPrefUpdate update(&prefs_, kPref);
H A Dscoped_user_pref_update.h100 DictionaryPrefUpdate; typedef
/external/chromium/chrome/browser/translate/
H A Dtranslate_prefs.cc70 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/
H A Dexternal_protocol_handler.cc96 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes);
117 DictionaryPrefUpdate update_excluded_schemas(pref, prefs::kExcludedSchemes);
H A Dbackground_page_tracker.cc89 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
198 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
270 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
285 DictionaryPrefUpdate update(prefs, prefs::kKnownBackgroundPages);
H A Dbackground_contents_service.cc478 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
499 DictionaryPrefUpdate update(prefs_, prefs::kRegisteredBackgroundContents);
/external/chromium/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage.cc30 DictionaryPrefUpdate temp_storage_update(
H A Duser_manager.cc60 DictionaryPrefUpdate images_update(local_state, kUserImages);
380 DictionaryPrefUpdate prefs_images_update(prefs, kUserImages);
/external/chromium/chrome/browser/geolocation/
H A Daccess_token_store.cc71 DictionaryPrefUpdate update(g_browser_process->local_state(),
H A Dgeolocation_content_settings_map.cc163 DictionaryPrefUpdate update(prefs, prefs::kGeolocationContentSettings);
H A Dgeolocation_content_settings_map_unittest.cc252 DictionaryPrefUpdate update(profile.GetPrefs(),
/external/chromium/chrome/browser/sync/glue/
H A Dpreference_model_associator_unittest.cc225 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/
H A Dextension_web_ui.cc307 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides);
372 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides);
390 DictionaryPrefUpdate update(prefs, kExtensionURLOverrides);
H A Dextension_prefs.cc117 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);
1022 DictionaryPrefUpdate updat
[all...]
H A Dextension_override_apitest.cc142 DictionaryPrefUpdate update(browser()->profile()->GetPrefs(),
H A Dextension_file_browser_private_api.cc213 DictionaryPrefUpdate prefs_usage_update(profile->GetPrefs(),
/external/chromium/chrome/browser/web_resource/
H A Dgpu_blacklist_updater.cc62 DictionaryPrefUpdate update(prefs_, prefs::kGpuBlacklist);
/external/chromium/chrome/browser/history/
H A Dtop_sites.cc153 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(),
/external/chromium/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc64 DictionaryPrefUpdate update(prefs, WideToUTF8(window_name).c_str());
H A Dtask_manager_view.cc626 DictionaryPrefUpdate update(g_browser_process->local_state(),
/external/chromium/chrome/browser/content_settings/
H A Dcontent_settings_pref_provider.cc150 DictionaryPrefUpdate update(prefs, prefs::kDefaultContentSettings);
409 DictionaryPrefUpdate update(profile_ ? profile_->GetPrefs() : NULL,
523 DictionaryPrefUpdate update(profile_->GetPrefs(),
622 DictionaryPrefUpdate update(prefs, prefs::kContentSettingsPatterns);
H A Dhost_content_settings_map_unittest.cc552 DictionaryPrefUpdate update(prefs, prefs::kContentSettingsPatterns);
/external/chromium/chrome/browser/ui/webui/
H A Dmost_visited_handler.cc245 DictionaryPrefUpdate update(prefs, prefs::kNTPMostVisitedPinnedURLs);
/external/chromium/chrome/browser/debugger/
H A Ddevtools_window.cc233 DictionaryPrefUpdate update(prefs, wp_key.c_str());
/external/chromium/chrome/browser/tab_contents/
H A Drender_view_host_delegate_helper.cc377 DictionaryPrefUpdate update(profile->GetPrefs(),

Completed in 299 milliseconds

12