HomeSort by relevance Sort by last modified time
    Searched refs:PrefService (Results 351 - 375 of 905) sorted by null

<<11121314151617181920>>

  /external/chromium_org/base/prefs/
pref_notifier_impl.cc 15 PrefNotifierImpl::PrefNotifierImpl(PrefService* service)
114 void PrefNotifierImpl::SetPrefService(PrefService* pref_service) {
  /external/chromium_org/chrome/browser/background/
background_contents_service.h 23 class PrefService;
190 // PrefService used to store list of background pages (or NULL if this is
192 PrefService* prefs_;
  /external/chromium_org/chrome/browser/
browser_process.h 38 class PrefService;
104 virtual PrefService* local_state() = 0;
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_persistence.cc 39 PrefService* const local_state = g_browser_process->local_state();
86 PrefService* user_prefs = NULL;
  /external/chromium_org/chrome/browser/chromeos/net/
proxy_config_handler.cc 42 const PrefService* profile_prefs,
43 const PrefService* local_state_prefs,
  /external/chromium_org/chrome/browser/extensions/api/preference/
preference_api.h 19 class PrefService;
34 void OnPrefChanged(PrefService* pref_service,
preference_helpers.cc 58 PrefService* prefs = incognito ? profile->GetOffTheRecordPrefs()
62 const PrefService::Preference* pref =
  /external/chromium_org/chrome/browser/extensions/
chrome_extensions_browser_client.cc 71 PrefService* ChromeExtensionsBrowserClient::GetPrefServiceForContext(
124 PrefService* pref_service = extension_prefs->pref_service();
  /external/chromium_org/chrome/browser/plugins/
plugin_prefs.h 55 void SetPrefs(PrefService* prefs);
155 PrefService* prefs_;
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.h 72 virtual PrefService* GetPrefs() OVERRIDE;
73 virtual PrefService* GetOffTheRecordPrefs() OVERRIDE;
  /external/chromium_org/chrome/browser/ui/webui/options/
core_options_handler.h 68 // finessed in subclasses. The PrefService pointer is included
71 virtual void OnPreferenceChanged(PrefService* service,
110 PrefService* FindServiceForPref(const std::string& pref_name);
media_devices_selection_handler.cc 76 PrefService* prefs = profile->GetPrefs();
89 PrefService* prefs = profile->GetPrefs();
  /external/chromium_org/chrome/browser/metrics/
metrics_service.cc 152 // of logs into the PrefService. This ensures that IF we crash, we won't start
345 PrefService* pref = g_browser_process->local_state();
490 void MetricsService::DiscardOldStabilityStats(PrefService* local_state) {
630 PrefService* pref = g_browser_process->local_state();
    [all...]
  /external/chromium/chrome/browser/
background_application_list_model.h 19 class PrefService;
browser_shutdown.cc 75 void RegisterPrefs(PrefService* local_state) {
143 PrefService* prefs = g_browser_process->local_state();
145 PrefService* user_prefs = profile_manager->GetDefaultProfile()->GetPrefs();
308 PrefService* prefs = g_browser_process->local_state();
page_info_model.h 18 class PrefService;
  /external/chromium/chrome/browser/extensions/
extension_prefs.h 68 explicit ExtensionPrefs(PrefService* prefs,
328 static void RegisterUserPrefs(PrefService* prefs);
330 // The underlying PrefService.
331 PrefService* pref_service() const { return prefs_; }
403 // Serializes the data and schedules a persistent save via the |PrefService|.
430 PrefService* prefs_;
  /external/chromium/chrome/browser/geolocation/
geolocation_content_settings_map.cc 51 void GeolocationContentSettingsMap::RegisterUserPrefs(PrefService* prefs) {
62 const PrefService* prefs = profile_->GetPrefs();
161 PrefService* prefs = profile_->GetPrefs();
192 PrefService* prefs = profile_->GetPrefs();
  /external/chromium/chrome/browser/net/
pref_proxy_config_service.cc 17 PrefProxyConfigTracker::PrefProxyConfigTracker(PrefService* pref_service)
60 Source<PrefService>(source).ptr() == pref_service_) {
93 const PrefService::Preference* pref =
267 void PrefProxyConfigService::RegisterPrefs(PrefService* pref_service) {
  /external/chromium/chrome/browser/prefs/
pref_change_registrar.cc 20 void PrefChangeRegistrar::Init(PrefService* service) {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_url.cc 23 PrefService* pref_service = profile_->GetPrefs();
  /external/chromium/chrome/browser/profiles/
profile.h 94 class PrefService;
175 static void RegisterUserPrefs(PrefService* prefs);
321 // Retrieves a pointer to the PrefService that manages the preferences
322 // for this user profile. The PrefService is lazily created the first
324 virtual PrefService* GetPrefs() = 0;
326 // Retrieves a pointer to the PrefService that manages the preferences
327 // for OffTheRecord Profiles. This PrefService is lazily created the first
329 virtual PrefService* GetOffTheRecordPrefs() = 0;
  /external/chromium/chrome/browser/sync/glue/
preference_change_processor.cc 47 DCHECK_EQ(pref_service_, Source<PrefService>(source).ptr());
55 const PrefService::Preference* preference =
153 const PrefService::Preference* pref =
168 const PrefService::Preference* preference =
  /external/chromium/chrome/browser/ui/cocoa/
browser_window_controller_private.h 28 - (void)saveWindowPositionToPrefs:(PrefService*)prefs;
  /external/chromium/chrome/browser/ui/gtk/
update_recommended_dialog.cc 60 PrefService* pref_service = g_browser_process->local_state();

Completed in 1096 milliseconds

<<11121314151617181920>>