Home
last modified time | relevance | path

Searched refs:GetPrefs (Results 1 – 25 of 567) sorted by relevance

12345678910>>...23

/external/chromium_org/chrome/browser/extensions/activity_log/
Dactivity_log_enabled_unittest.cc56 profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
61 profile->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
81 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
83 profile2->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
99 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
101 profile2->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
103 profile3->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
105 profile1->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, 1); in TEST_F()
106 profile3->GetPrefs()->SetInteger(prefs::kWatchdogExtensionActive, 2); in TEST_F()
112 profile1->GetPrefs()->GetInteger(prefs::kWatchdogExtensionActive)); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/sync/test/integration/
Dpreferences_helper.cc21 PrefService* GetPrefs(int index) { in GetPrefs() function
22 return test()->GetProfile(index)->GetPrefs(); in GetPrefs()
26 return test()->verifier()->GetPrefs(); in GetVerifierPrefs()
30 bool new_value = !GetPrefs(index)->GetBoolean(pref_name); in ChangeBooleanPref()
31 GetPrefs(index)->SetBoolean(pref_name, new_value); in ChangeBooleanPref()
37 GetPrefs(index)->SetInteger(pref_name, new_value); in ChangeIntegerPref()
43 GetPrefs(index)->SetInt64(pref_name, new_value); in ChangeInt64Pref()
49 GetPrefs(index)->SetDouble(pref_name, new_value); in ChangeDoublePref()
57 GetPrefs(index)->SetString(pref_name, new_value); in ChangeStringPref()
65 GetPrefs(index)->SetFilePath(pref_name, new_value); in ChangeFilePathPref()
[all …]
/external/chromium_org/chrome/browser/prefs/
Dpref_functional_browsertest.cc54 browser()->profile()->GetPrefs()->SetFilePath( in IN_PROC_BROWSER_TEST_F()
93 browser()->profile()->GetPrefs()->Set(prefs::kDefaultContentSettings, in IN_PROC_BROWSER_TEST_F()
112 EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
119 browser()->profile()->GetPrefs()->SetBoolean(prefs::kWebKitJavascriptEnabled, in IN_PROC_BROWSER_TEST_F()
130 EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
132 browser()->profile()->GetPrefs()->SetBoolean(prefs::kNetworkPredictionEnabled, in IN_PROC_BROWSER_TEST_F()
134 EXPECT_FALSE(browser()->profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
141 EXPECT_FALSE(browser()->profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
143 browser()->profile()->GetPrefs()->SetBoolean( in IN_PROC_BROWSER_TEST_F()
145 EXPECT_TRUE(browser()->profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/api/proxy/
Dproxy_apitest.cc92 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
98 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
109 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
120 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
126 pref_service = browser()->profile()->GetOffTheRecordProfile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
150 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
164 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
175 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
189 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
200 PrefService* pref_service = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/sync/
Dprofile_sync_service_startup_unittest.cc162 profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, in SimulateTestUserSignin()
213 profile->GetPrefs()->SetString(prefs::kGoogleServicesUsername, in BuildCrosService()
232 profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); in TEST_F()
246 profile_->GetPrefs()->GetInt64(sync_driver::prefs::kSyncLastSyncedTime)); in TEST_F()
247 EXPECT_FALSE(profile_->GetPrefs()->GetBoolean( in TEST_F()
274 profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); in TEST_F()
287 profile_->GetPrefs()->GetInt64(sync_driver::prefs::kSyncLastSyncedTime)); in TEST_F()
288 EXPECT_FALSE(profile_->GetPrefs()->GetBoolean( in TEST_F()
311 profile_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, in TEST_F()
357 profile_->GetPrefs()->ClearPref(sync_driver::prefs::kSyncHasSetupCompleted); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/
Ddefault_apps_unittest.cc52 int state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); in TEST_F()
57 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); in TEST_F()
62 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, in TEST_F()
65 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); in TEST_F()
69 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, in TEST_F()
72 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); in TEST_F()
86 profile->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, in TEST_F()
89 state = profile->GetPrefs()->GetInteger(prefs::kDefaultAppsInstallState); in TEST_F()
Dextension_error_controller_unittest.cc113 ExtensionPrefs* GetPrefs();
133 GetPrefs()->SetExtensionBlacklisted(extension->id(), true); in AddBlacklistedExtension()
146 ExtensionPrefs* ExtensionErrorControllerUnitTest::GetPrefs() { in GetPrefs() function in extensions::ExtensionErrorControllerUnitTest
174 EXPECT_TRUE(GetPrefs()->IsBlacklistedExtensionAcknowledged(extension->id())); in TEST_F()
194 EXPECT_TRUE(GetPrefs()->IsBlacklistedExtensionAcknowledged(extension->id())); in TEST_F()
205 GetPrefs()->AcknowledgeBlacklistedExtension(extension->id()); in TEST_F()
Ddefault_apps.cc68 profile_->GetPrefs()->GetString(prefs::kDefaultApps) == "install"; in ShouldInstallInProfile()
71 static_cast<InstallState>(profile_->GetPrefs()->GetInteger( in ShouldInstallInProfile()
96 profile_->GetPrefs()->SetInteger( in ShouldInstallInProfile()
116 profile_->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, in ShouldInstallInProfile()
119 profile_->GetPrefs()->SetInteger(prefs::kDefaultAppsInstallState, in ShouldInstallInProfile()
/external/chromium_org/chrome/browser/android/
Dnew_tab_page_prefs.cc38 PrefService* prefs = profile_->GetPrefs(); in GetCurrentlyOpenTabsCollapsed()
45 PrefService* prefs = profile_->GetPrefs(); in SetCurrentlyOpenTabsCollapsed()
51 return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSnapshotDocument); in GetSnapshotDocumentCollapsed()
57 PrefService* prefs = profile_->GetPrefs(); in SetSnapshotDocumentCollapsed()
63 return profile_->GetPrefs()->GetBoolean( in GetRecentlyClosedTabsCollapsed()
70 PrefService* prefs = profile_->GetPrefs(); in SetRecentlyClosedTabsCollapsed()
76 return profile_->GetPrefs()->GetBoolean(prefs::kNtpCollapsedSyncPromo); in GetSyncPromoCollapsed()
82 PrefService* prefs = profile_->GetPrefs(); in SetSyncPromoCollapsed()
89 const base::DictionaryValue* dict = profile_->GetPrefs()->GetDictionary( in GetForeignSessionCollapsed()
100 PrefService* prefs = profile_->GetPrefs(); in SetForeignSessionCollapsed()
/external/chromium_org/chrome/browser/printing/cloud_print/
Dcloud_print_proxy_service.cc50 if (profile_->GetPrefs()->HasPrefPath(prefs::kCloudPrintEmail) && in Initialize()
51 (!profile_->GetPrefs()->GetString(prefs::kCloudPrintEmail).empty() || in Initialize()
52 !profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled))) { in Initialize()
64 pref_change_registrar_.Init(profile_->GetPrefs()); in Initialize()
97 if (profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled)) { in EnableForUserWithRobot()
117 if (!profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled)) { in ApplyCloudPrintConnectorPolicy()
119 profile_->GetPrefs()->GetString(prefs::kCloudPrintEmail); in ApplyCloudPrintConnectorPolicy()
126 profile_->GetPrefs()->SetString(prefs::kCloudPrintEmail, std::string()); in ApplyCloudPrintConnectorPolicy()
144 if (!profile_->GetPrefs()->GetBoolean(prefs::kCloudPrintProxyEnabled)) in GetPrinters()
203 profile_->GetPrefs()->SetString(prefs::kCloudPrintEmail, user_email); in EnableCloudPrintProxyWithRobot()
[all …]
/external/chromium_org/chrome/browser/search_engines/
Ddefault_search_pref_migration_unittest.cc54 profile_->GetPrefs(), DefaultSearchManager::ObserverCallback())); in SetUp()
74 profile()->GetPrefs()); in TEST_F()
77 ConfigureDefaultSearchPrefMigrationToDictionaryValue(profile()->GetPrefs()); in TEST_F()
95 profile()->GetPrefs()); in TEST_F()
98 ConfigureDefaultSearchPrefMigrationToDictionaryValue(profile()->GetPrefs()); in TEST_F()
112 ConfigureDefaultSearchPrefMigrationToDictionaryValue(profile()->GetPrefs()); in TEST_F()
127 profile()->GetPrefs()); in TEST_F()
133 ConfigureDefaultSearchPrefMigrationToDictionaryValue(profile()->GetPrefs()); in TEST_F()
157 profile()->GetPrefs()); in TEST_F()
160 ConfigureDefaultSearchPrefMigrationToDictionaryValue(profile()->GetPrefs()); in TEST_F()
/external/chromium_org/chrome/browser/search/
Dhotword_service.cc108 if (!profile->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)) in RecordLoggingMetrics()
113 profile->GetPrefs()->GetBoolean(prefs::kHotwordAudioLoggingEnabled)); in RecordLoggingMetrics()
148 profile->GetPrefs()->GetString(prefs::kApplicationLocale); in GetCurrentLocale()
197 if (profile_->GetPrefs()->HasPrefPath(prefs::kHotwordSearchEnabled)) { in HotwordService()
198 if (profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)) in HotwordService()
212 pref_registrar_.Init(profile_->GetPrefs()); in HotwordService()
230 if (profile_->GetPrefs()->HasPrefPath( in HotwordService()
232 profile_->GetPrefs()->ClearPref(hotword_internal::kHotwordUnusablePrefName); in HotwordService()
298 if (!profile_->GetPrefs()->HasPrefPath(prefs::kHotwordPreviousLanguage)) in OnExtensionInstalled()
320 !profile_->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)) { in OnExtensionInstalled()
[all …]
/external/chromium_org/chrome/browser/background/
Dbackground_contents_service_unittest.cc49 const base::DictionaryValue* GetPrefs(Profile* profile) { in GetPrefs() function in BackgroundContentsServiceTest
50 return profile->GetPrefs()->GetDictionary( in GetPrefs()
56 const base::DictionaryValue* pref = GetPrefs(profile); in GetPrefURLForApp()
246 EXPECT_EQ(0U, GetPrefs(&profile)->size()); in TEST_F()
250 EXPECT_EQ(1U, GetPrefs(&profile)->size()); in TEST_F()
255 EXPECT_EQ(1U, GetPrefs(&profile)->size()); in TEST_F()
259 EXPECT_EQ(1U, GetPrefs(&profile)->size()); in TEST_F()
270 EXPECT_EQ(0U, GetPrefs(&profile)->size()); in TEST_F()
273 EXPECT_EQ(1U, GetPrefs(&profile)->size()); in TEST_F()
278 EXPECT_EQ(0U, GetPrefs(&profile)->size()); in TEST_F()
[all …]
/external/chromium_org/chrome/browser/extensions/api/hotword_private/
Dhotword_private_apitest.cc124 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)); in IN_PROC_BROWSER_TEST_F()
129 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)); in IN_PROC_BROWSER_TEST_F()
134 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean(prefs::kHotwordSearchEnabled)); in IN_PROC_BROWSER_TEST_F()
139 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
146 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
154 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
160 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
167 EXPECT_TRUE(profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
174 EXPECT_FALSE(profile()->GetPrefs()->GetBoolean( in IN_PROC_BROWSER_TEST_F()
205 profile()->GetPrefs()->SetBoolean(prefs::kHotwordAlwaysOnSearchEnabled, true); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/signin/
Deasy_unlock_service_regular.cc122 profile()->GetPrefs()->GetDictionary(prefs::kEasyUnlockPairing); in GetPermitAccess()
133 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in SetPermitAccess()
139 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in ClearPermitAccess()
146 profile()->GetPrefs()->GetDictionary(prefs::kEasyUnlockPairing); in GetRemoteDevices()
156 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in SetRemoteDevices()
185 DictionaryPrefUpdate pairing_update(profile()->GetPrefs(), in ClearRemoteDevices()
201 profile()->GetPrefs()->GetDictionary(prefs::kEasyUnlockPairing); in RunTurnOffFlow()
253 registrar_.Init(profile()->GetPrefs()); in InitializeInternal()
279 if (!profile()->GetPrefs()->GetBoolean(prefs::kEasyUnlockAllowed)) in IsAllowedInternal()
283 if (!profile()->GetPrefs()->IsManagedPreference(prefs::kEasyUnlockAllowed)) { in IsAllowedInternal()
/external/chromium_org/components/signin/core/browser/
Dsignin_manager_base.cc40 client_->GetPrefs()->ClearPref(prefs::kGoogleServicesUsername); in Initialize()
43 client_->GetPrefs()->GetString(prefs::kGoogleServicesUsername); in Initialize()
59 return client_->GetPrefs()->GetBoolean(prefs::kSigninAllowed); in IsSigninAllowed()
90 client_->GetPrefs()->GetString(prefs::kGoogleServicesUsername); in SetAuthenticatedUsername()
94 client_->GetPrefs()->SetString(prefs::kGoogleServicesUsername, username); in SetAuthenticatedUsername()
100 client_->GetPrefs()->SetString(prefs::kGoogleServicesLastUsername, username); in SetAuthenticatedUsername()
/external/chromium_org/chrome/browser/renderer_context_menu/
Dspellchecker_submenu_observer_browsertest.cc101 PrefService* GetPrefs() { in GetPrefs() function in __anon0c1021710111::MockRenderViewContextMenu
102 return profile_->GetPrefs(); in GetPrefs()
139 menu->GetPrefs()->SetString(prefs::kAcceptLanguages, "en-US"); in IN_PROC_BROWSER_TEST_F()
140 menu->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en-US"); in IN_PROC_BROWSER_TEST_F()
141 menu->GetPrefs()->SetBoolean(prefs::kEnableContinuousSpellcheck, true); in IN_PROC_BROWSER_TEST_F()
155 menu->GetPrefs()->GetBoolean(prefs::kEnableContinuousSpellcheck)); in IN_PROC_BROWSER_TEST_F()
Dspelling_menu_observer_browsertest.cc75 PrefService* GetPrefs();
199 PrefService* MockRenderViewContextMenu::GetPrefs() { in GetPrefs() function in __anon026597100111::MockRenderViewContextMenu
200 return profile_->GetPrefs(); in GetPrefs()
236 menu()->GetPrefs()->SetBoolean(prefs::kSpellCheckUseSpellingService, true); in ForceSuggestMode()
238 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "fr"); in ForceSuggestMode()
305 menu()->GetPrefs()->SetBoolean(prefs::kSpellCheckUseSpellingService, true); in IN_PROC_BROWSER_TEST_F()
317 menu()->GetPrefs()->SetBoolean(prefs::kSpellCheckUseSpellingService, true); in IN_PROC_BROWSER_TEST_F()
318 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, std::string()); in IN_PROC_BROWSER_TEST_F()
370 menu()->GetPrefs()->SetBoolean(prefs::kSpellCheckUseSpellingService, true); in IN_PROC_BROWSER_TEST_F()
373 menu()->GetPrefs()->SetString(prefs::kSpellCheckDictionary, "en"); in IN_PROC_BROWSER_TEST_F()
[all …]
/external/chromium_org/chrome/browser/chromeos/extensions/
Daccessibility_features_apitest.cc55 PrefService* GetPrefs() { return browser()->profile()->GetPrefs(); } in GetPrefs() function in extensions::__anon7752d6830111::AccessibilityFeaturesApiTest
186 InitPrefServiceForTest(GetPrefs(), enabled_features, disabled_features)); in IN_PROC_BROWSER_TEST_P()
218 InitPrefServiceForTest(GetPrefs(), enabled_features, disabled_features)); in IN_PROC_BROWSER_TEST_P()
231 VerifyPrefServiceState(GetPrefs(), disabled_features, enabled_features); in IN_PROC_BROWSER_TEST_P()
233 VerifyPrefServiceState(GetPrefs(), enabled_features, disabled_features); in IN_PROC_BROWSER_TEST_P()
251 InitPrefServiceForTest(GetPrefs(), enabled_features, disabled_features)); in IN_PROC_BROWSER_TEST_F()
268 InitPrefServiceForTest(GetPrefs(), disabled_features, enabled_features)); in IN_PROC_BROWSER_TEST_F()
/external/chromium_org/chrome/browser/supervised_user/
Dsupervised_user_pref_mapping_service_unittest.cc22 profile_.GetPrefs()->SetString(prefs::kSupervisedUserId, in SupervisedUserPrefMappingServiceTest()
52 profile_.GetPrefs()->SetInteger(prefs::kProfileAvatarIndex, 4); in TEST_F()
61 EXPECT_EQ(profile_.GetPrefs()->GetInteger(prefs::kProfileAvatarIndex), -1); in TEST_F()
68 EXPECT_EQ(profile_.GetPrefs()->GetInteger(prefs::kProfileAvatarIndex), 1); in TEST_F()
/external/chromium_org/chrome/browser/profiles/
Dprofile_impl.cc510 PrefService* prefs = GetPrefs(); in DoFinalInit()
798 return GetPrefs()->GetFilePath(prefs::kSelectFileLastDirectory); in last_selected_directory()
802 GetPrefs()->SetFilePath(prefs::kSelectFileLastDirectory, path); in set_last_selected_directory()
852 return GetPrefs()->GetString(prefs::kGoogleServicesUsername); in GetProfileName()
902 return !GetPrefs()->GetString(prefs::kSupervisedUserId).empty(); in IsSupervised()
1006 GetPrefs(); in GetLastSessionExitType()
1010 PrefService* ProfileImpl::GetPrefs() { in GetPrefs() function in ProfileImpl
1105 host_content_settings_map_ = new HostContentSettingsMap(GetPrefs(), false); in GetHostContentSettingsMap()
1204 std::string pref_locale = GetPrefs()->GetString(prefs::kApplicationLocale); in ChangeAppLocale()
1213 GetPrefs()->SetString(prefs::kApplicationLocaleBackup, new_locale); in ChangeAppLocale()
[all …]
/external/chromium_org/chrome/browser/safe_browsing/
Dsafe_browsing_blocking_page_unittest.cc218 profile->GetPrefs()->SetBoolean( in TEST_F()
254 profile->GetPrefs()->SetBoolean( in TEST_F()
288 profile->GetPrefs()->SetBoolean( in TEST_F()
325 profile->GetPrefs()->SetBoolean( in TEST_F()
360 profile->GetPrefs()->SetBoolean( in TEST_F()
403 profile->GetPrefs()->SetBoolean( in TEST_F()
462 profile->GetPrefs()->SetBoolean( in TEST_F()
515 profile->GetPrefs()->SetBoolean( in TEST_F()
565 profile->GetPrefs()->SetBoolean( in TEST_F()
602 profile->GetPrefs()->SetBoolean( in TEST_F()
[all …]
/external/chromium_org/chrome/browser/plugins/
Dplugin_status_pref_setter.cc34 profile->GetPrefs(), observer); in Init()
36 profile->GetPrefs(), observer); in Init()
66 profile_->GetPrefs()->SetBoolean( in GotPlugins()
69 profile_->GetPrefs()->SetBoolean( in GotPlugins()
/external/chromium_org/chrome/browser/chromeos/accessibility/
Dmagnification_manager.cc79 PrefService* prefs = profile_->GetPrefs(); in SetMagnifierEnabled()
88 PrefService* prefs = profile_->GetPrefs(); in SetMagnifierType()
97 profile_->GetPrefs()->SetDouble(prefs::kAccessibilityScreenMagnifierScale, in SaveScreenMagnifierScale()
105 return profile_->GetPrefs()->GetDouble( in GetSavedScreenMagnifierScale()
125 pref_change_registrar_->Init(profile->GetPrefs()); in SetProfile()
175 const bool enabled = profile_->GetPrefs()->GetBoolean( in UpdateMagnifierFromPrefs()
177 const int type_integer = profile_->GetPrefs()->GetInteger( in UpdateMagnifierFromPrefs()
/external/chromium_org/chrome/browser/notifications/
Dextension_welcome_notification.cc77 profile_->GetPrefs()->SetBoolean(prefs::kWelcomeNotificationDismissedLocal, in MarkAsDismissed()
148 profile_->GetPrefs(), in ExtensionWelcomeNotification()
154 profile_->GetPrefs()); in ExtensionWelcomeNotification()
196 PrefService* const pref_service = profile_->GetPrefs(); in ShowWelcomeNotificationIfNecessary()
301 bool shown_synced = profile_->GetPrefs()->GetBoolean( in UserHasDismissedWelcomeNotification()
303 bool shown_local = profile_->GetPrefs()->GetBoolean( in UserHasDismissedWelcomeNotification()
341 profile_->GetPrefs()->SetBoolean( in ExpireWelcomeNotification()
347 PrefService* const pref_service = profile_->GetPrefs(); in GetExpirationTimestamp()
356 PrefService* const pref_service = profile_->GetPrefs(); in SetExpirationTimestampFromNow()

12345678910>>...23