Searched refs:GetPrefs (Results 251 - 275 of 657) sorted by relevance

<<11121314151617181920>>

/external/chromium/chrome/browser/
H A Dautocomplete_history_manager.cc83 autofill_enabled_.Init(prefs::kAutofillEnabled, profile_->GetPrefs(), NULL);
204 prefs::kAutofillEnabled, profile_->GetPrefs(), NULL);
H A Dpdf_unsupported_feature.cc70 tab_contents_->profile()->GetPrefs()->SetBoolean(
331 if (tab_contents_->profile()->GetPrefs()->GetBoolean(
/external/chromium/chrome/browser/password_manager/
H A Dpassword_store_default.cc96 profile_->GetPrefs()->RegisterBooleanPref(prefs::kLoginDatabaseMigrated,
211 PrefService* prefs = profile_->GetPrefs();
/external/chromium/chrome/browser/ui/gtk/
H A Dgtk_theme_service.cc289 registrar_.Init(profile->GetPrefs());
291 use_gtk_ = profile->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme);
336 profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, false);
342 profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, false);
348 profile()->GetPrefs()->SetBoolean(prefs::kUsesSystemTheme, true);
363 use_gtk_ = profile()->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme);
668 if (profile()->GetPrefs()->GetBoolean(prefs::kUsesSystemTheme)) {
688 profile()->GetPrefs()->ClearPref(prefs::kCurrentThemeImages);
/external/chromium/chrome/browser/ui/webui/options/
H A Dfont_settings_handler.cc83 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
115 PrefService* pref_service = web_ui_->GetProfile()->GetPrefs();
H A Dpassword_manager_handler.cc75 web_ui_->GetProfile()->GetPrefs(), this);
122 web_ui_->GetProfile()->GetPrefs()->GetString(prefs::kAcceptLanguages);
/external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
H A Dprivate_api_misc.cc50 const PrefService* const service = GetProfile()->GetPrefs();
76 PrefService* const service = GetProfile()->GetPrefs();
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_prefs_unittest.cc96 const PrefService* prefs = profile->GetPrefs();
152 return profile->GetPrefs()->GetBoolean(prefs::kPowerAllowScreenWakeLocks);
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc47 PrefService* prefs = profile->GetPrefs();
58 PrefService* prefs = profile->GetPrefs();
/external/chromium_org/chrome/browser/download/
H A Ddownload_prefs.cc99 PrefService* prefs = profile->GetPrefs();
301 profile_->GetPrefs()->SetString(prefs::kDownloadExtensionsToOpen, extensions);
/external/chromium_org/chrome/browser/extensions/api/streams_private/
H A Dstreams_private_apitest.cc119 browser()->profile()->GetPrefs()->SetFilePath(
122 browser()->profile()->GetPrefs()->SetBoolean(
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer.cc67 profile->GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true);
102 PrefService* prefs = profile_->GetPrefs();
/external/chromium_org/chrome/browser/invalidation/
H A Dticl_invalidation_service.cc75 invalidator_storage_.reset(new InvalidatorStorage(profile_->GetPrefs()));
394 invalidator_storage_.reset(new InvalidatorStorage(profile_->GetPrefs()));
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_common.cc32 if (!profile->GetPrefs() ||
33 !profile->GetPrefs()->GetBoolean(prefs::kNetworkPredictionEnabled)) {
/external/chromium_org/chrome/browser/prefs/
H A Dsession_startup_pref.cc100 SetStartupPref(profile->GetPrefs(), pref);
129 return GetStartupPref(profile->GetPrefs());
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc53 ChromeVersionService::GetVersion(profile->GetPrefs());
228 PrefService* prefs = profile->GetPrefs();
H A Dprofile_manager_unittest.cc371 profile->GetPrefs()->GetString(prefs::kProfileName);
376 profile->GetPrefs()->GetInteger(prefs::kProfileAvatarIndex);
395 profile->GetPrefs()->GetString(prefs::kProfileName);
397 profile->GetPrefs()->GetInteger(prefs::kProfileAvatarIndex);
415 PrefService* prefs = profile->GetPrefs();
637 profile->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles, true);
677 ephemeral_profile1->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles,
709 ephemeral_profile2->GetPrefs()->SetBoolean(prefs::kForceEphemeralProfiles,
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.cc215 return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) !=
219 return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) !=
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dlauncher_context_menu.cc225 controller_->profile()->GetPrefs()) != IncognitoModePrefs::FORCED;
231 controller_->profile()->GetPrefs()) != IncognitoModePrefs::DISABLED;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.cc170 int times_shown = profile->GetPrefs()->GetInteger(
252 web_contents()->GetBrowserContext())->GetPrefs();
/external/chromium_org/chrome/browser/ui/gtk/
H A Dglobal_menu_bar.cc197 pref_change_registrar_.Init(browser_->profile()->GetPrefs());
298 PrefService* prefs = browser_->profile()->GetPrefs();
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_ntp_prerenderer_unittest.cc238 instant_ntp_prerenderer()->profile()->GetPrefs()->SetBoolean(
241 instant_ntp_prerenderer()->profile()->GetPrefs()->SetBoolean(
/external/chromium_org/chrome/browser/ui/views/
H A Dconflicting_module_view_win.cc86 browser->profile()->GetPrefs());
119 browser_->profile()->GetPrefs());
/external/chromium_org/chrome/browser/ui/webui/
H A Dflags_ui.cc265 profile->GetPrefs(),
270 new about_flags::PrefServiceFlagsStorage(profile->GetPrefs()),
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dlanguage_options_handler_common.cc126 PrefService* prefs = profile->GetPrefs();
264 PrefService* prefs = profile->GetPrefs();

Completed in 1097 milliseconds

<<11121314151617181920>>