Searched refs:GetPrefs (Results 126 - 150 of 546) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_unittest.cc63 static_cast<Profile*>(profile)->GetPrefs(),
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dsystem_menu_model_delegate.cc31 PrefService* prefs = browser_->profile()->GetPrefs();
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view_browsertest.cc93 profile->GetPrefs()->SetInteger(prefs::kProfileAvatarTutorialShown, 0);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dclear_browser_data_browsertest.cc81 PrefService* prefs = browser()->profile()->GetPrefs();
/external/chromium_org/components/autofill/core/browser/
H A Dtest_autofill_client.cc24 PrefService* TestAutofillClient::GetPrefs() { function in class:autofill::TestAutofillClient
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker.cc34 client_->GetPrefs()->GetString(prefs::kLastKnownGoogleURL)),
92 PrefService* prefs = client_->GetPrefs();
102 client_->GetPrefs()->SetString(prefs::kLastPromptedGoogleURL,
133 client_->GetPrefs()->GetString(prefs::kLastPromptedGoogleURL));
/external/chromium_org/components/password_manager/core/browser/
H A Dpassword_manager_client.h84 virtual PrefService* GetPrefs() = 0;
/external/chromium_org/components/signin/core/browser/
H A Dsignin_client.h44 virtual PrefService* GetPrefs() = 0;
H A Dtest_signin_client.h36 virtual PrefService* GetPrefs() OVERRIDE;
/external/chromium_org/chrome/browser/renderer_context_menu/
H A Dspelling_menu_observer.cc45 profile->GetPrefs());
47 profile->GetPrefs());
313 profile->GetPrefs()->SetBoolean(prefs::kSpellCheckUseSpellingService,
315 profile->GetPrefs()->SetBoolean(prefs::kEnableAutoSpellCorrect,
338 profile->GetPrefs()->SetBoolean(prefs::kEnableAutoSpellCorrect,
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc88 PrefService* pref_service = Profile::FromWebUI(web_ui())->GetPrefs();
128 std::string username = profile->GetPrefs()->GetString(
181 Profile::FromWebUI(web_ui())->GetPrefs()->SetBoolean(
198 std::string username = profile->GetPrefs()->GetString(
268 PrefService* prefs = profile->GetPrefs();
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dshared_options_browsertest.cc135 profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername,
312 ProfileHelper::Get()->GetProfileByUserUnsafe(user1)->GetPrefs();
314 ProfileHelper::Get()->GetProfileByUserUnsafe(user2)->GetPrefs();
383 ProfileHelper::Get()->GetProfileByUserUnsafe(user1)->GetPrefs();
385 ProfileHelper::Get()->GetProfileByUserUnsafe(user2)->GetPrefs();
/external/chromium_org/chrome/browser/devtools/
H A Ddevtools_file_helper.cc188 profile->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths);
232 profile_->GetPrefs()->GetDictionary(prefs::kDevToolsEditedFiles);
289 DictionaryPrefUpdate update(profile_->GetPrefs(),
346 profile_->GetPrefs()->GetDictionary(prefs::kDevToolsFileSystemPaths);
377 DictionaryPrefUpdate update(profile_->GetPrefs(),
417 DictionaryPrefUpdate update(profile_->GetPrefs(),
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_manager.cc301 IncognitoModePrefs::GetAvailability(profile->GetPrefs()) ==
782 if (!profile->GetPrefs()->HasPrefPath(prefs::kProfileAvatarIndex))
783 profile->GetPrefs()->SetInteger(prefs::kProfileAvatarIndex, avatar_index);
785 if (!profile->GetPrefs()->HasPrefPath(prefs::kProfileName))
786 profile->GetPrefs()->SetString(prefs::kProfileName, profile_name);
796 !profile->GetPrefs()->HasPrefPath(prefs::kSupervisedUserId)) {
797 profile->GetPrefs()->SetString(prefs::kSupervisedUserId,
865 profile->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles);
917 if (!(*it)->GetPrefs()->GetBoolean(prefs::kForceEphemeralProfiles) &&
1158 base::string16 username = base::UTF8ToUTF16(profile->GetPrefs()
[all...]
/external/chromium_org/chrome/browser/prefs/
H A Dprefs_syncable_service_unittest.cc195 PrefService* GetPrefs() { return &prefs_; } function in class:PrefsSyncableServiceTest
243 ListPrefUpdate update(GetPrefs(), prefs::kURLsToRestoreOnStartup);
263 ListPrefUpdate update(GetPrefs(), prefs::kURLsToRestoreOnStartup);
339 ListPrefUpdate update(GetPrefs(), prefs::kURLsToRestoreOnStartup);
383 ListPrefUpdate update(GetPrefs(), prefs::kURLsToRestoreOnStartupOld);
430 ListPrefUpdate update_old(GetPrefs(), prefs::kURLsToRestoreOnStartupOld);
434 ListPrefUpdate update(GetPrefs(), prefs::kURLsToRestoreOnStartup);
489 GetPrefs()->Set(prefs::kHomePage, expected);
497 GetPrefs()->SetString(prefs::kHomePage, kExampleUrl0);
503 GetPrefs()
[all...]
/external/chromium_org/chrome/browser/chromeos/extensions/
H A Dinfo_private_api.cc199 Profile::FromBrowserContext(context_)->GetPrefs()->GetBoolean(
227 Profile::FromBrowserContext(context_)->GetPrefs()->SetBoolean(
/external/chromium_org/chrome/browser/extensions/api/preference/
H A Dchrome_direct_setting_api.cc96 registrar_.Init(profile_->GetPrefs());
127 profile_->GetPrefs()->FindPreference(pref_key.c_str());
/external/chromium_org/chrome/browser/extensions/
H A Dextension_garbage_collector_unittest.cc70 DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings");
106 DictionaryPrefUpdate update(profile_->GetPrefs(), "extensions.settings");
H A Dplugin_apitest.cc48 browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
138 browser()->profile()->GetPrefs()->SetBoolean(prefs::kPluginsAlwaysAuthorize,
/external/chromium_org/chrome/browser/
H A Dfont_family_cache.cc22 : prefs_(profile->GetPrefs()) {
23 profile_pref_registrar_.Init(profile->GetPrefs());
/external/chromium_org/chrome/browser/history/
H A Dhistory_browsertest.cc69 PrefService* GetPrefs() { function in class:HistoryBrowserTest
70 return GetProfile()->GetPrefs();
122 EXPECT_FALSE(GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled));
145 GetPrefs()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, true);
164 EXPECT_FALSE(GetPrefs()->GetBoolean(prefs::kSavingBrowserHistoryDisabled));
178 GetPrefs()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, true);
194 GetPrefs()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, true);
204 GetPrefs()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, false);
/external/chromium_org/chrome/browser/services/gcm/
H A Dgcm_profile_service.cc141 return profile->GetPrefs()->GetBoolean(prefs::kGCMChannelEnabled);
172 profile_->GetPrefs(),
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_unittest.cc247 sync_driver::SyncPrefs sync_prefs(service()->profile()->GetPrefs());
412 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
424 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
437 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
444 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(
452 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
467 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(
582 sync_driver::SyncPrefs sync_prefs(service()->profile()->GetPrefs());
/external/chromium_org/chrome/browser/ui/startup/
H A Ddefault_browser_prompt.cc193 web_contents->GetBrowserContext())->GetPrefs(),
226 if (!profile->GetPrefs()->GetBoolean(prefs::kCheckDefaultBrowser))
/external/chromium_org/chrome/browser/ui/views/
H A Dnetwork_profile_bubble_view.cc46 PrefService* prefs = browser->profile()->GetPrefs();
139 PrefService* prefs = profile_->GetPrefs();

Completed in 2408 milliseconds

1234567891011>>