OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetPrefs
(Results
26 - 50
of
657
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium_org/chrome/browser/
do_not_track_browsertest.cc
23
PrefService* prefs = browser()->profile()->
GetPrefs
();
42
PrefService* prefs = browser()->profile()->
GetPrefs
();
61
PrefService* prefs = browser()->profile()->
GetPrefs
();
/external/chromium_org/chrome/browser/password_manager/
password_manager_metrics_util_unittest.cc
24
url_host, profile_.
GetPrefs
());
56
ListPrefUpdate group_indices(profile_.
GetPrefs
(),
62
kMonitoredWebsites[i], profile_.
GetPrefs
())];
/external/chromium_org/chrome/browser/themes/
theme_service_browsertest.cc
55
profile->
GetPrefs
()->GetFilePath(prefs::kCurrentThemePackFilename));
64
profile->
GetPrefs
()->GetFilePath(prefs::kCurrentThemePackFilename));
69
profile->
GetPrefs
()->SetFilePath(
/external/chromium/chrome/browser/extensions/
extension_content_settings_apitest.cc
16
PrefService* pref_service = browser()->profile()->
GetPrefs
();
34
PrefService* prefs = browser()->profile()->
GetPrefs
();
44
browser()->profile()->GetOffTheRecordProfile()->
GetPrefs
();
68
PrefService* pref_service = browser()->profile()->
GetPrefs
();
84
PrefService* prefs = browser()->profile()->
GetPrefs
();
external_policy_extension_loader.cc
41
pref_change_registrar_.Init(profile_->
GetPrefs
());
50
profile_->
GetPrefs
()->GetList(prefs::kExtensionInstallForceList);
82
if (Source<PrefService>(source).ptr() == profile_->
GetPrefs
()) {
/external/chromium_org/chrome/browser/extensions/
default_apps.cc
71
profile_->
GetPrefs
()->GetString(prefs::kDefaultApps) == "install";
74
static_cast<InstallState>(profile_->
GetPrefs
()->GetInteger(
106
profile_->
GetPrefs
()->SetInteger(
126
profile_->
GetPrefs
()->SetInteger(prefs::kDefaultAppsInstallState,
129
profile_->
GetPrefs
()->SetInteger(prefs::kDefaultAppsInstallState,
/external/chromium_org/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc
51
if (profile_->
GetPrefs
()->HasPrefPath(prefs::kCloudPrintEmail) &&
52
(!profile_->
GetPrefs
()->GetString(prefs::kCloudPrintEmail).empty() ||
53
!profile_->
GetPrefs
()->GetBoolean(prefs::kCloudPrintProxyEnabled))) {
65
pref_change_registrar_.Init(profile_->
GetPrefs
());
96
if (profile_->
GetPrefs
()->GetBoolean(prefs::kCloudPrintProxyEnabled)) {
114
if (!profile_->
GetPrefs
()->GetBoolean(prefs::kCloudPrintProxyEnabled)) {
116
profile_->
GetPrefs
()->GetString(prefs::kCloudPrintEmail);
123
profile_->
GetPrefs
()->SetString(prefs::kCloudPrintEmail, std::string());
193
profile_->
GetPrefs
()->SetString(prefs::kCloudPrintEmail, user_email);
201
profile_->
GetPrefs
()->SetString(prefs::kCloudPrintEmail, std::string())
[
all
...]
/external/chromium_org/chrome/browser/sync/
profile_sync_service_startup_unittest.cc
161
profile->
GetPrefs
()->SetString(prefs::kGoogleServicesUsername,
178
profile_->
GetPrefs
()->ClearPref(prefs::kSyncHasSetupCompleted);
192
EXPECT_EQ(0, profile_->
GetPrefs
()->GetInt64(prefs::kSyncLastSyncedTime));
193
EXPECT_FALSE(profile_->
GetPrefs
()->GetBoolean(prefs::kSyncHasSetupCompleted));
207
profile_->
GetPrefs
()->SetString(prefs::kGoogleServicesUsername,
227
profile_->
GetPrefs
()->ClearPref(prefs::kSyncHasSetupCompleted);
240
EXPECT_EQ(0, profile_->
GetPrefs
()->GetInt64(prefs::kSyncLastSyncedTime));
241
EXPECT_FALSE(profile_->
GetPrefs
()->GetBoolean(prefs::kSyncHasSetupCompleted));
247
profile_->
GetPrefs
()->SetString(prefs::kGoogleServicesUsername,
269
profile_->
GetPrefs
()->SetString(prefs::kGoogleServicesUsername
[
all
...]
/external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.cc
62
if (profile_->
GetPrefs
()->HasPrefPath(prefs::kCloudPrintEmail) &&
63
!profile_->
GetPrefs
()->GetString(prefs::kCloudPrintEmail).empty()) {
123
profile_->
GetPrefs
()->SetString(prefs::kCloudPrintEmail, std::string());
162
profile_->
GetPrefs
()->SetString(prefs::kCloudPrintEmail, email);
171
profile_->
GetPrefs
()->SetString(prefs::kCloudPrintEmail, std::string());
175
profile_->
GetPrefs
()->SetString(prefs::kCloudPrintEmail,
cloud_print_url.cc
23
PrefService* pref_service = profile_->
GetPrefs
();
42
profile_->
GetPrefs
()->GetString(prefs::kCloudPrintServiceURL));
/external/chromium/chrome/browser/search_engines/
template_url_prepopulate_data_unittest.cc
78
profile.
GetPrefs
()->SetInteger(prefs::kCountryIDAtInstall, kCountryIds[i]);
82
profile.
GetPrefs
(), &(urls.get()), &default_index);
140
profile.
GetPrefs
()->SetInteger(prefs::kCountryIDAtInstall,
145
profile.
GetPrefs
(), &(urls.get()), &default_index);
162
TemplateURLPrepopulateData::GetEngineForOrigin(profile.
GetPrefs
(),
172
profile.
GetPrefs
(),
/external/chromium_org/chrome/browser/network_time/
network_time_service.cc
35
profile_->
GetPrefs
()->GetDictionary(prefs::kNetworkTimeMapping);
44
profile_->
GetPrefs
()->ClearPref(prefs::kNetworkTimeMapping);
67
profile_->
GetPrefs
()->Set(prefs::kNetworkTimeMapping, time_mapping);
/external/chromium_org/chrome/browser/tab_contents/
spellchecker_submenu_observer_mac.cc
85
return profile->
GetPrefs
()->GetBoolean(prefs::kEnableContinuousSpellcheck);
113
profile->
GetPrefs
()->SetBoolean(
115
!profile->
GetPrefs
()->GetBoolean(prefs::kEnableContinuousSpellcheck));
spelling_menu_observer_browsertest.cc
77
PrefService*
GetPrefs
();
84
// A dummy profile used in this test. Call
GetPrefs
() when a test needs to
199
PrefService* MockRenderViewContextMenu::
GetPrefs
() {
200
return profile_->
GetPrefs
();
295
menu()->
GetPrefs
()->SetBoolean(prefs::kSpellCheckUseSpellingService, true);
307
menu()->
GetPrefs
()->SetBoolean(prefs::kSpellCheckUseSpellingService, true);
308
menu()->
GetPrefs
()->SetString(prefs::kSpellCheckDictionary, std::string());
326
menu()->
GetPrefs
()->SetBoolean(prefs::kSpellCheckUseSpellingService, true);
331
menu()->
GetPrefs
()->SetString(prefs::kSpellCheckDictionary, "en");
368
menu()->
GetPrefs
()->SetBoolean(prefs::kSpellCheckUseSpellingService, true)
[
all
...]
/external/chromium/android/autofill/
profile_android.cc
66
PrefService* ProfileImplAndroid::
GetPrefs
() {
/external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.cc
89
encoding = browser_profile->
GetPrefs
()->GetString(prefs::kDefaultCharset);
92
return browser_profile->
GetPrefs
()->GetBoolean(
124
profile->
GetPrefs
()->GetString(prefs::kStaticEncodings),
125
profile->
GetPrefs
()->GetString(prefs::kRecentlySelectedEncoding));
/external/chromium_org/chrome/browser/extensions/api/i18n/
i18n_api.cc
32
GetProfile()->
GetPrefs
()->GetString(prefs::kAcceptLanguages);
36
// profile()->
GetPrefs
()->GetString(prefs::kAcceptLanguages) is guranteed to
/external/chromium_org/chrome/browser/managed_mode/
managed_user_service_browsertest.cc
35
PrefService* prefs = profile->
GetPrefs
();
42
PrefService* prefs = profile->
GetPrefs
();
55
PrefService* prefs = profile->
GetPrefs
();
62
PrefService* prefs = profile->
GetPrefs
();
/external/chromium_org/chrome/browser/ui/toolbar/
encoding_menu_controller.cc
89
encoding = browser_profile->
GetPrefs
()->GetString(prefs::kDefaultCharset);
92
return browser_profile->
GetPrefs
()->GetBoolean(
124
profile->
GetPrefs
()->GetString(prefs::kStaticEncodings),
125
profile->
GetPrefs
()->GetString(prefs::kRecentlySelectedEncoding));
/external/chromium_org/chrome/browser/ui/webui/chromeos/
slow_ui.cc
99
user_pref_registrar_->Init(profile_->
GetPrefs
());
106
PrefService* pref_service = profile_->
GetPrefs
();
111
PrefService* pref_service = profile_->
GetPrefs
();
120
PrefService* pref_service = profile_->
GetPrefs
();
/external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc
43
prefs_registrar_.Init(profile_->
GetPrefs
());
62
const PrefService* prefs = profile_->
GetPrefs
();
74
return profile_->
GetPrefs
()->IsManagedPreference(
90
profile_->
GetPrefs
()->GetDictionary(prefs::kGeolocationContentSettings);
115
profile_->
GetPrefs
()->GetDictionary(prefs::kGeolocationContentSettings);
143
profile_->
GetPrefs
()->SetInteger(prefs::kGeolocationDefaultContentSetting,
161
PrefService* prefs = profile_->
GetPrefs
();
192
PrefService* prefs = profile_->
GetPrefs
();
/external/chromium/chrome/browser/history/
history_browsertest.cc
90
PrefService*
GetPrefs
() {
91
return GetProfile()->
GetPrefs
();
134
EXPECT_FALSE(
GetPrefs
()->GetBoolean(prefs::kSavingBrowserHistoryDisabled));
157
GetPrefs
()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, true);
182
EXPECT_FALSE(
GetPrefs
()->GetBoolean(prefs::kSavingBrowserHistoryDisabled));
200
GetPrefs
()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, true);
219
GetPrefs
()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, true);
228
GetPrefs
()->SetBoolean(prefs::kSavingBrowserHistoryDisabled, false);
/external/chromium/chrome/browser/
spellcheck_host.cc
37
accept_languages_pref.Init(prefs::kAcceptLanguages, profile->
GetPrefs
(),
40
profile->
GetPrefs
(), NULL);
/external/chromium_org/chrome/browser/chromeos/login/
multi_profile_first_run_notification.cc
75
user_profile->
GetPrefs
()->GetBoolean(
103
user_profile->
GetPrefs
()->SetBoolean(
/external/chromium_org/chrome/browser/chromeos/system/
device_change_handler.cc
38
PrefService* prefs = ProfileManager::GetPrimaryUserProfile()->
GetPrefs
();
67
PrefService* prefs = ProfileManager::GetPrimaryUserProfile()->
GetPrefs
();
Completed in 1136 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>