Home
last modified time | relevance | path

Searched defs:prefs (Results 1 – 25 of 173) sorted by relevance

1234567

/external/chromium/chrome/browser/prefs/
Dsession_startup_pref.cc47 void SessionStartupPref::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
62 void SessionStartupPref::SetStartupPref(PrefService* prefs, in SetStartupPref()
91 SessionStartupPref SessionStartupPref::GetStartupPref(PrefService* prefs) { in GetStartupPref()
116 bool SessionStartupPref::TypeIsManaged(PrefService* prefs) { in TypeIsManaged()
125 bool SessionStartupPref::URLsAreManaged(PrefService* prefs) { in URLsAreManaged()
Dpref_member_unittest.cc24 void RegisterTestPrefs(PrefService* prefs) { in RegisterTestPrefs()
37 void Init(const char* pref_name, PrefService* prefs) { in Init()
71 explicit PrefMemberTestClass(PrefService* prefs) in PrefMemberTestClass()
98 TestingPrefService prefs; in TEST() local
224 TestingPrefService prefs; in TEST() local
244 TestingPrefService prefs; in TEST() local
276 TestingPrefService prefs; in TEST() local
Dpref_service_unittest.cc34 TestingPrefService prefs; in TEST() local
57 TestingPrefService prefs; in TEST() local
93 TestingPrefService prefs; in TEST() local
113 TestingPrefService prefs; in TEST() local
155 TestingPrefService prefs; in TEST() local
238 scoped_ptr<PrefService> prefs(builder.Create()); in TEST() local
274 scoped_ptr<PrefService> prefs(builder.Create()); in TEST() local
307 scoped_ptr<PrefService> prefs(builder.Create()); in TEST() local
336 scoped_ptr<PrefService> prefs(builder.Create()); in TEST() local
Dpref_member.h113 PrefService* prefs() { return prefs_; } in prefs() function
114 const PrefService* prefs() const { return prefs_; } in prefs() function
141 void Init(const char* pref_name, PrefService* prefs, in Init()
/external/chromium/chrome/browser/
Dbackground_page_tracker.cc43 void BackgroundPageTracker::RegisterPrefs(PrefService* prefs) { in RegisterPrefs()
56 PrefService* prefs = GetPrefService(); in GetBackgroundPageCount() local
65 PrefService* prefs = GetPrefService(); in GetUnacknowledgedBackgroundPageCount() local
88 PrefService* prefs = GetPrefService(); in AcknowledgeBackgroundPages() local
191 PrefService* prefs = GetPrefService(); in UpdateExtensionList() local
269 PrefService* prefs = GetPrefService(); in OnBackgroundPageLoaded() local
284 PrefService* prefs = GetPrefService(); in OnExtensionUnloaded() local
Dabout_flags.cc329 void GetEnabledFlags(const PrefService* prefs, std::set<std::string>* result) { in GetEnabledFlags()
349 PrefService* prefs, const std::set<std::string>& enabled_experiments) { in SetEnabledFlags()
403 void SanitizeList(PrefService* prefs) { in SanitizeList()
423 PrefService* prefs, std::set<std::string>* result) { in GetSanitizedEnabledFlags()
431 PrefService* prefs, std::set<std::string>* result) { in GetSanitizedEnabledFlagsForCurrentPlatform()
473 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line) { in ConvertFlagsToSwitches()
477 ListValue* GetFlagsExperimentsData(PrefService* prefs) { in GetFlagsExperimentsData()
520 PrefService* prefs, const std::string& internal_name, bool enable) { in SetExperimentEnabled()
543 void RecordUMAStatistics(const PrefService* prefs) { in RecordUMAStatistics()
565 PrefService* prefs, CommandLine* command_line) { in ConvertFlagsToSwitches()
[all …]
Dplugin_data_remover_helper.cc20 explicit Internal(const char* pref_name, PrefService* prefs) in Internal()
74 PrefService* prefs, in Init()
/external/chromium/chrome/browser/content_settings/
Dcontent_settings_policy_provider.cc104 PrefService* prefs = profile->GetPrefs(); in PolicyDefaultProvider() local
231 PrefService* prefs = profile_->GetPrefs(); in UpdateManagedDefaultSetting() local
240 void PolicyDefaultProvider::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
259 void PolicyProvider::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
285 PrefService* prefs = profile_->GetPrefs(); in ReadManagedContentSettingsTypes() local
295 PrefService* prefs = profile_->GetPrefs(); in Init() local
330 PrefService* prefs, in GetContentSettingsFromPreferences()
368 PrefService* prefs = profile_->GetPrefs(); in ReadManagedContentSettings() local
Dcontent_settings_pref_provider.cc95 PrefService* prefs = profile->GetPrefs(); in PrefDefaultProvider() local
144 PrefService* prefs = profile_->GetPrefs(); in UpdateDefaultSetting() local
182 PrefService* prefs = profile_->GetPrefs(); in ResetToDefaults() local
230 PrefService* prefs = profile_->GetPrefs(); in ReadDefaultSettings() local
296 void PrefDefaultProvider::MigrateObsoleteNotificationPref(PrefService* prefs) { in MigrateObsoleteNotificationPref()
306 void PrefDefaultProvider::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
329 void PrefProvider::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
348 PrefService* prefs = profile_->GetPrefs(); in Init() local
507 PrefService* prefs = profile_->GetPrefs(); in ResetToDefaults() local
611 PrefService* prefs = profile_->GetPrefs(); in ReadExceptions() local
[all …]
Dcontent_settings_policy_provider_unittest.cc37 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
65 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
104 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
141 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
Dhost_content_settings_map_unittest.cc248 PrefService* prefs = profile.GetPrefs(); in TEST_F() local
284 PrefService* prefs = profile.GetPrefs(); in TEST_F() local
497 PrefService* prefs = profile.GetPrefs(); in TEST_F() local
522 PrefService* prefs = profile.GetPrefs(); in TEST_F() local
548 PrefService* prefs = profile.GetPrefs(); in TEST_F() local
707 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
745 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
776 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
815 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
845 TestingPrefService* prefs = profile.GetTestingPrefService(); in TEST_F() local
[all …]
Dcontent_settings_notification_provider.cc237 PrefService* prefs = profile_->GetPrefs(); in GetAllowedOrigins() local
250 PrefService* prefs = profile_->GetPrefs(); in GetBlockedOrigins() local
278 PrefService* prefs = profile_->GetPrefs(); in PersistPermissionChange() local
352 PrefService* prefs = profile_->GetPrefs(); in ResetAllowedOrigin() local
369 PrefService* prefs = profile_->GetPrefs(); in ResetBlockedOrigin() local
381 PrefService* prefs = profile_->GetPrefs(); in ResetAllOrigins() local
Dhost_content_settings_map.cc77 PrefService* prefs = profile_->GetPrefs(); in HostContentSettingsMap() local
115 void HostContentSettingsMap::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
308 PrefService* prefs = profile_->GetPrefs(); in SetBlockThirdPartyCookies() local
342 PrefService* prefs = profile_->GetPrefs(); in SetBlockNonsandboxedPlugins() local
378 PrefService* prefs = profile_->GetPrefs(); in ResetToDefaults() local
465 void HostContentSettingsMap::MigrateObsoleteCookiePref(PrefService* prefs) { in MigrateObsoleteCookiePref()
/external/chromium/chrome/browser/chromeos/
Duser_cros_settings_provider.cc113 PrefService* prefs = g_browser_process->local_state(); in UpdateCacheBool() local
124 PrefService* prefs = g_browser_process->local_state(); in UpdateCacheString() local
133 PrefService* prefs = g_browser_process->local_state(); in GetUserWhitelist() local
178 PrefService* prefs = g_browser_process->local_state(); in RequestTrustedEntity() local
183 PrefService* prefs = g_browser_process->local_state(); in RequestTrustedEntity() local
210 PrefService* prefs = g_browser_process->local_state(); in Set() local
293 PrefService* prefs = g_browser_process->local_state(); in StartFetchingSetting() local
315 PrefService* prefs = g_browser_process->local_state(); in OnRetrievePropertyCompleted() local
508 PrefService* prefs = g_browser_process->local_state(); in cached_whitelist() local
556 PrefService* prefs = g_browser_process->local_state(); in Get() local
[all …]
Dlocale_change_guard.cc94 PrefService* prefs = profile_->GetPrefs(); in Observe() local
128 PrefService* prefs = profile_->GetPrefs(); in Check() local
181 PrefService* prefs = profile_->GetPrefs(); in AcceptLocaleChange() local
Dlanguage_preferences_unittest.cc33 const LanguageMultipleChoicePreference<T>* prefs, size_t prefs_len) { in CheckDefaultValueOfMultipleChoicePrefs()
58 const LanguageMultipleChoicePreference<T>* prefs, size_t prefs_len) { in CheckDuplicationOfMultipleChoicePrefs()
85 const LanguageIntegerRangePreference* prefs, size_t prefs_len) { in CheckDefaultValueOfIntegerRangePrefs()
/external/chromium/chrome/browser/net/
Dnet_pref_observer.cc30 NetPrefObserver::NetPrefObserver(PrefService* prefs, in NetPrefObserver()
73 void NetPrefObserver::RegisterPrefs(PrefService* prefs) { in RegisterPrefs()
/external/chromium/chrome/browser/geolocation/
Dgeolocation_content_settings_map.cc51 void GeolocationContentSettingsMap::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
62 const PrefService* prefs = profile_->GetPrefs(); in GetDefaultContentSetting() local
161 PrefService* prefs = profile_->GetPrefs(); in SetContentSetting() local
192 PrefService* prefs = profile_->GetPrefs(); in ResetToDefault() local
Dgeolocation_prefs.cc10 void RegisterPrefs(PrefService* prefs) { in RegisterPrefs()
/external/chromium/chrome/browser/tabs/
Dpinned_tab_codec.cc91 void PinnedTabCodec::RegisterUserPrefs(PrefService* prefs) { in RegisterUserPrefs()
97 PrefService* prefs = profile->GetPrefs(); in WritePinnedTabs() local
118 PrefService* prefs = profile->GetPrefs(); in ReadPinnedTabs() local
/external/qemu/distrib/sdl-1.2.15/src/main/macos/
DSDL_main.c227 static int readPrefsResource (PrefsRecord *prefs) { in readPrefsResource()
258 static int writePrefsResource (PrefsRecord *prefs, short resource_file) { in writePrefsResource()
299 static int readPreferences (PrefsRecord *prefs) { in readPreferences()
327 static int writePreferences (PrefsRecord *prefs) { in writePreferences()
362 PrefsRecord prefs = { DEFAULT_ARGS, DEFAULT_VIDEO_DRIVER, DEFAULT_OUTPUT_TO_FILE }; in main() local
/external/chromium/chrome/browser/ui/views/
Dchrome_views_delegate.cc59 PrefService* prefs = GetPrefsForWindow(window); in SaveWindowPlacement() local
85 PrefService* prefs = GetPrefsForWindow(window); in GetSavedWindowBounds() local
107 PrefService* prefs = GetPrefsForWindow(window); in GetSavedMaximizedState() local
/external/chromium/chrome/browser/extensions/
Dextension_content_settings_apitest.cc34 PrefService* prefs = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F() local
84 PrefService* prefs = browser()->profile()->GetPrefs(); in IN_PROC_BROWSER_TEST_F() local
/external/chromium/chrome/browser/ui/webui/
Dshown_sections_handler.cc47 int ShownSectionsHandler::GetShownSections(PrefService* prefs) { in GetShownSections()
52 void ShownSectionsHandler::SetShownSection(PrefService* prefs, in SetShownSection()
146 void ShownSectionsHandler::OnExtensionInstalled(PrefService* prefs, in OnExtensionInstalled()
/external/chromium/chrome/browser/web_resource/
Dpromo_resource_service_unittest.cc55 PrefService* prefs = profile.GetPrefs(); in TEST_F() local
151 PrefService* prefs = profile.GetPrefs(); in TEST_F() local
223 PrefService* prefs = profile.GetPrefs(); in TEST_F() local

1234567