/external/chromium/chrome/browser/prefs/ |
D | session_startup_pref.cc | 47 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()
|
D | pref_member_unittest.cc | 24 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
|
D | pref_service_unittest.cc | 34 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
|
D | pref_member.h | 113 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/ |
D | background_page_tracker.cc | 43 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
|
D | about_flags.cc | 329 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 …]
|
D | plugin_data_remover_helper.cc | 20 explicit Internal(const char* pref_name, PrefService* prefs) in Internal() 74 PrefService* prefs, in Init()
|
/external/chromium/chrome/browser/content_settings/ |
D | content_settings_policy_provider.cc | 104 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
|
D | content_settings_pref_provider.cc | 95 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 …]
|
D | content_settings_policy_provider_unittest.cc | 37 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
|
D | host_content_settings_map_unittest.cc | 248 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 …]
|
D | content_settings_notification_provider.cc | 237 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
|
D | host_content_settings_map.cc | 77 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/ |
D | user_cros_settings_provider.cc | 113 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 …]
|
D | locale_change_guard.cc | 94 PrefService* prefs = profile_->GetPrefs(); in Observe() local 128 PrefService* prefs = profile_->GetPrefs(); in Check() local 181 PrefService* prefs = profile_->GetPrefs(); in AcceptLocaleChange() local
|
D | language_preferences_unittest.cc | 33 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/ |
D | net_pref_observer.cc | 30 NetPrefObserver::NetPrefObserver(PrefService* prefs, in NetPrefObserver() 73 void NetPrefObserver::RegisterPrefs(PrefService* prefs) { in RegisterPrefs()
|
/external/chromium/chrome/browser/geolocation/ |
D | geolocation_content_settings_map.cc | 51 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
|
D | geolocation_prefs.cc | 10 void RegisterPrefs(PrefService* prefs) { in RegisterPrefs()
|
/external/chromium/chrome/browser/tabs/ |
D | pinned_tab_codec.cc | 91 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/ |
D | SDL_main.c | 227 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/ |
D | chrome_views_delegate.cc | 59 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/ |
D | extension_content_settings_apitest.cc | 34 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/ |
D | shown_sections_handler.cc | 47 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/ |
D | promo_resource_service_unittest.cc | 55 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
|