Searched refs:GetPrefs (Results 226 - 250 of 546) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Daccounts_options_browsertest.cc66 profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
H A Dinternet_options_handler.h121 const PrefService* GetPrefs() const;
/external/chromium_org/chrome/browser/ui/zoom/
H A Dzoom_controller_browsertest.cc110 browser()->profile()->GetPrefs()->SetDouble(prefs::kDefaultZoomLevel,
/external/chromium_org/chrome/browser/android/signin/
H A Dsignin_manager_android.cc80 pref_change_registrar_.Init(profile_->GetPrefs());
222 profile_->GetPrefs()->ClearPref(prefs::kGoogleServicesLastUsername);
/external/chromium_org/chrome/browser/
H A Dchrome_quota_permission_context.cc291 GetPrefs()->GetString(prefs::kAcceptLanguages),
309 GetPrefs()->GetString(prefs::kAcceptLanguages),
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dwallpaper_api.cc168 profile->GetPrefs()->SetString(prefs::kCurrentWallpaperAppName,
171 profile->GetPrefs()->SetString(prefs::kCurrentWallpaperAppName,
/external/chromium_org/chrome/browser/chromeos/power/
H A Dpower_prefs_unittest.cc102 const PrefService* prefs = profile->GetPrefs();
158 return profile->GetPrefs()->GetBoolean(prefs::kPowerAllowScreenWakeLocks);
/external/chromium_org/chrome/browser/chromeos/
H A Dpreferences_browsertest.cc151 ProfileHelper::Get()->GetProfileByUserUnsafe(user1)->GetPrefs();
165 ProfileHelper::Get()->GetProfileByUserUnsafe(user2)->GetPrefs();
/external/chromium_org/chrome/browser/chromeos/status/
H A Ddata_promo_notification.cc46 PrefService* prefs = profile->GetPrefs();
57 PrefService* prefs = profile->GetPrefs();
/external/chromium_org/chrome/browser/extensions/
H A Dchrome_extensions_browser_client.cc67 profile->GetPrefs()->GetBoolean(prefs::kDisableExtensions);
148 return static_cast<Profile*>(context)->GetPrefs();
/external/chromium_org/chrome/browser/extensions/error_console/
H A Derror_console.cc58 pref_registrar_.Init(profile_->GetPrefs());
161 return profile_->GetPrefs()->GetBoolean(prefs::kExtensionsUIDeveloperMode) &&
/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 Dpref_metrics_service.cc51 prefs_(profile_->GetPrefs()),
66 prefs_(profile->GetPrefs()),
H A Dsession_startup_pref.cc100 SetStartupPref(profile->GetPrefs(), pref);
129 return GetStartupPref(profile->GetPrefs());
/external/chromium_org/chrome/browser/profiles/
H A Dhost_zoom_map_browsertest.cc78 browser()->profile()->GetPrefs()->SetDouble(
105 PrefService* prefs = browser()->profile()->GetPrefs();
H A Dprofile.cc223 return GetOriginalProfile()->GetPrefs()->GetInitializationStatus() ==
233 sync_driver::SyncPrefs prefs(GetPrefs());
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_interstitial.cc180 std::string profile_image_url = profile_->GetPrefs()->GetString(
187 std::string profile_image_url2 = profile_->GetPrefs()->GetString(
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_context_menu.cc230 return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) !=
234 return IncognitoModePrefs::GetAvailability(profile_->GetPrefs()) !=
H A Dstart_page_service.cc165 profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled);
169 profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled);
/external/chromium_org/chrome/browser/ui/ash/
H A Dsession_state_delegate_chromeos_unittest.cc179 user_profile_->GetPrefs()->SetString(
281 user_profile_->GetPrefs()->SetString(
/external/chromium_org/chrome/browser/ui/autofill/
H A Dgenerated_credit_card_bubble_controller.cc171 int times_shown = profile->GetPrefs()->GetInteger(
253 web_contents()->GetBrowserContext())->GetPrefs();
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_command_controller.cc204 profile_pref_registrar_.Init(profile()->GetPrefs());
234 profile()->GetOriginalProfile()->GetPrefs(),
474 PrefService* prefs = browser_->profile()->GetPrefs();
1034 IncognitoModePrefs::GetAvailability(profile->GetPrefs());
1157 !profile()->GetPrefs()->GetBoolean(prefs::kDevToolsDisabled);
1183 !profile()->GetPrefs()->IsManagedPreference(
1241 profile()->GetPrefs()) != IncognitoModePrefs::FORCED;
1259 !profile()->GetPrefs()->GetBoolean(prefs::kFullscreenAllowed)) {
/external/chromium_org/chrome/browser/ui/views/
H A Dconflicting_module_view_win.cc85 browser->profile()->GetPrefs());
118 browser_->profile()->GetPrefs());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view_browsertest.cc199 browser()->profile()->GetPrefs()->SetBoolean(
224 browser()->profile()->GetPrefs()->SetBoolean(
/external/chromium_org/chrome/browser/ui/webui/
H A Dflags_ui.cc267 profile->GetPrefs(),
272 new about_flags::PrefServiceFlagsStorage(profile->GetPrefs()),

Completed in 7799 milliseconds

1234567891011>>