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

1 2 3 45 6 7 8 91011>>

  /external/chromium/chrome/browser/
external_protocol_handler.h 13 class PrefService;
54 static void RegisterPrefs(PrefService* prefs);
upgrade_detector.h 12 class PrefService;
40 static void RegisterPrefs(PrefService* prefs);
  /external/chromium/chrome/browser/net/
net_pref_observer.h 22 // The supplied PrefService must outlive this NetPrefObserver.
28 NetPrefObserver(PrefService* prefs,
37 static void RegisterPrefs(PrefService* prefs);
  /external/chromium/chrome/browser/prefs/
pref_observer_mock.h 26 const PrefService::Preference* pref =
49 void Expect(const PrefService* prefs,
session_startup_pref.cc 47 void SessionStartupPref::RegisterUserPrefs(PrefService* prefs) {
62 void SessionStartupPref::SetStartupPref(PrefService* prefs,
91 SessionStartupPref SessionStartupPref::GetStartupPref(PrefService* prefs) {
116 bool SessionStartupPref::TypeIsManaged(PrefService* prefs) {
118 const PrefService::Preference* pref_restore =
125 bool SessionStartupPref::URLsAreManaged(PrefService* prefs) {
127 const PrefService::Preference* pref_urls =
  /external/chromium_org/chrome/browser/apps/
shortcut_manager.h 15 class PrefService;
52 PrefService* prefs_;
  /external/chromium_org/chrome/browser/extensions/api/preference/
chrome_direct_setting.h 11 class PrefService;
23 PrefService* GetPrefService();
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime_android.cc 25 PrefService* pref_service = g_browser_process->local_state();
33 PrefService* prefs = g_browser_process->local_state();
  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler_mobile.cc 21 PrefService* local_state) :
47 PrefService* local_state) {
  /external/chromium_org/chrome/browser/net/spdyproxy/
proxy_advisor.h 18 class PrefService;
39 ProxyAdvisor(PrefService* pref_service,
  /external/chromium_org/chrome/browser/notifications/
notification_ui_manager.h 16 class PrefService;
26 static NotificationUIManager* Create(PrefService* local_state);
notification_prefs_manager.cc 11 NotificationPrefsManager::NotificationPrefsManager(PrefService* prefs) {
  /external/chromium_org/chrome/browser/prefs/
chrome_pref_service_factory.h 26 class PrefService;
33 // PrefService for Chrome with the applicable PrefStores. The
35 // usual way to create a new PrefService.
43 // the created PrefService or NULL if creation has failed. Note, it is
47 scoped_ptr<PrefService> CreateLocalState(
  /external/chromium_org/chrome/browser/web_resource/
promo_resource_service.h 15 class PrefService;
33 static void MigrateUserPrefs(PrefService* user_prefs);
  /external/chromium_org/chromeos/audio/
audio_devices_pref_handler.h 13 class PrefService;
49 static AudioDevicesPrefHandler* Create(PrefService* local_state);
  /external/chromium/chrome/browser/chromeos/login/
signed_settings_temp_storage.cc 21 void SignedSettingsTempStorage::RegisterPrefs(PrefService* local_state) {
28 PrefService* local_state) {
42 PrefService* local_state) {
55 void SignedSettingsTempStorage::Finalize(PrefService* local_state) {
  /external/chromium/chrome/browser/notifications/
notification_ui_manager.h 22 class PrefService;
33 explicit NotificationUIManager(PrefService* local_state);
39 static NotificationUIManager* Create(PrefService* local_state);
42 static void RegisterPrefs(PrefService* prefs);
  /external/chromium/chrome/browser/policy/
cloud_policy_subsystem.h 14 class PrefService;
83 void Initialize(PrefService* prefs,
102 static void RegisterPrefs(PrefService* pref_service);
119 PrefService* prefs_;
  /external/chromium/chrome/browser/ui/webui/
new_tab_ui.h 21 class PrefService;
36 static void RegisterUserPrefs(PrefService* prefs);
37 static void MigrateUserPrefs(PrefService* prefs, int old_pref_version,
104 static bool UpdateUserPrefsVersion(PrefService* prefs);
  /external/chromium_org/chrome/browser/chromeos/settings/
owner_flags_storage.h 22 OwnerFlagsStorage(PrefService *prefs, CrosSettings *cros_settings);
  /external/chromium_org/chrome/browser/chromeos/system/
device_change_handler.cc 38 PrefService* prefs = ProfileManager::GetPrimaryUserProfile()->GetPrefs();
51 PrefService* local_prefs = g_browser_process->local_state();
67 PrefService* prefs = ProfileManager::GetPrimaryUserProfile()->GetPrefs();
73 PrefService* local_prefs = g_browser_process->local_state();
  /external/chromium_org/chrome/browser/extensions/api/proxy/
proxy_apitest.cc 30 PrefService* pref_service) {
31 const PrefService::Preference* pref =
65 void ExpectNoSettings(PrefService* pref_service) {
66 const PrefService::Preference* pref =
79 PrefService* pref_service = browser()->profile()->GetPrefs();
90 PrefService* pref_service = browser()->profile()->GetPrefs();
101 PrefService* pref_service = browser()->profile()->GetPrefs();
115 PrefService* pref_service = browser()->profile()->GetPrefs();
129 PrefService* pref_service = browser()->profile()->GetPrefs();
140 PrefService* pref_service = browser()->profile()->GetPrefs()
    [all...]
  /external/chromium/chrome/browser/sync/glue/
preference_model_associator.h 35 : public PerDataTypeAssociatorInterface<PrefService::Preference,
53 const PrefService::Preference* pref);
76 virtual const PrefService::Preference* GetChromeNodeFromSyncId(int64 sync_id);
87 virtual void Associate(const PrefService::Preference* node, int64 sync_id);
102 static Value* MergePreference(const PrefService::Preference& local_pref,
  /external/chromium_org/base/prefs/
pref_change_registrar.cc 21 void PrefChangeRegistrar::Init(PrefService* service) {
70 const PrefService::Preference* pref =
78 void PrefChangeRegistrar::OnPreferenceChanged(PrefService* service,
89 PrefService* PrefChangeRegistrar::prefs() {
93 const PrefService* PrefChangeRegistrar::prefs() const {
  /external/chromium_org/chrome/browser/extensions/
component_loader.h 16 class PrefService;
24 PrefService* prefs,
25 PrefService* local_state);
141 PrefService* profile_prefs_;
142 PrefService* local_state_;

Completed in 3227 milliseconds

1 2 3 45 6 7 8 91011>>