Searched refs:PrefService (Results 1 - 25 of 748) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/search_engines/
H A Ddefault_search_pref_migration.h8 class PrefService;
13 // for the PrefService to load using an observer.
15 PrefService* pref_service);
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dfont_settings_utils_linux.cc10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
H A Dfont_settings_utils_win.cc10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
H A Dfont_settings_utils.h10 class PrefService;
17 static void ValidateSavedFonts(PrefService* prefs);
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_util.h10 class PrefService;
13 void SetupShowAppLauncherPromoFieldTrial(PrefService* local_state);
/external/chromium_org/chrome/browser/chromeos/settings/
H A Ddevice_settings_cache.h12 class PrefService;
27 PrefService* local_state);
31 PrefService* local_state);
35 void Finalize(PrefService* local_state);
/external/chromium_org/chrome/browser/bookmarks/
H A Denhanced_bookmarks_features.h16 class PrefService;
35 bool GetBookmarksExperimentExtensionID(const PrefService* user_prefs,
41 PrefService* user_prefs,
42 PrefService* local_state,
54 PrefService* local_state,
67 bool IsEnhancedBookmarkImageFetchingEnabled(const PrefService* user_prefs);
70 bool IsEnhancedBookmarksEnabled(const PrefService* user_prefs);
/external/chromium_org/components/user_prefs/
H A Duser_prefs.h12 class PrefService;
24 // It is up to the embedder to create and own the PrefService and
28 // Retrieves the PrefService for a given BrowserContext, or NULL if
30 static PrefService* Get(content::BrowserContext* context);
34 static void Set(content::BrowserContext* context, PrefService* prefs);
37 explicit UserPrefs(PrefService* prefs);
41 PrefService* prefs_;
/external/chromium_org/base/prefs/
H A Dpref_observer.h10 class PrefService;
13 // notifications between PrefService, PrefNotifierImpl and
17 virtual void OnPreferenceChanged(PrefService* service,
H A Dpref_change_registrar.h16 class PrefService;
33 void Init(PrefService* service);
61 // Return the PrefService for this registrar.
62 PrefService* prefs();
63 const PrefService* prefs() const;
67 virtual void OnPreferenceChanged(PrefService* service,
76 PrefService* service_;
/external/chromium_org/chrome/browser/
H A Dchrome_browser_field_trials_desktop.h11 class PrefService;
25 PrefService* local_state);
H A Dpref_service_flags_storage.h11 class PrefService;
15 // Implements the FlagsStorage interface with a PrefService backend.
19 explicit PrefServiceFlagsStorage(PrefService *prefs);
26 PrefService* prefs_;
H A Dchrome_browser_field_trials_mobile.h11 class PrefService;
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.h9 class PrefService;
18 void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs);
/external/chromium_org/chrome/browser/prefs/
H A Dsession_startup_pref.h12 class PrefService;
57 static void SetStartupPref(PrefService* prefs,
60 static SessionStartupPref GetStartupPref(PrefService* prefs);
65 static void MigrateIfNecessary(PrefService* prefs);
69 static void MigrateMacDefaultPrefIfNecessary(PrefService* prefs);
72 static bool TypeIsManaged(PrefService* prefs);
73 static bool URLsAreManaged(PrefService* prefs);
76 static bool TypeIsDefault(PrefService* prefs);
H A Dincognito_mode_prefs.h10 class PrefService;
45 static Availability GetAvailability(const PrefService* prefs);
49 static void SetAvailability(PrefService* prefs,
59 const PrefService* prefs);
/external/chromium_org/chrome/browser/net/
H A Dprediction_options.h12 class PrefService;
32 void MigrateNetworkPredictionUserPrefs(PrefService* pref_service);
41 bool CanPrefetchAndPrerenderUI(PrefService* prefs);
50 bool CanPreresolveAndPreconnectUI(PrefService* prefs);
/external/chromium_org/chrome/browser/profiles/
H A Dchrome_version_service.h12 class PrefService;
26 static void SetVersion(PrefService* prefs, const std::string& version);
29 static std::string GetVersion(PrefService* prefs);
32 static void OnProfileLoaded(PrefService* prefs, bool is_new_profile);
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dwindow_size_autosaver.h8 class PrefService;
12 // autoremember their position or position and size in a PrefService object.
25 PrefService* prefService_; // weak
30 prefService:(PrefService*)prefs
/external/chromium_org/components/metrics/
H A Dclean_exit_beacon.h11 class PrefService;
25 PrefService* local_state);
36 PrefService* const local_state_;
/external/chromium_org/chrome/browser/chromeos/
H A Dui_proxy_config_service.h13 class PrefService;
35 void SetPrefs(PrefService* profile_prefs, PrefService* local_state_prefs);
70 PrefService* profile_prefs_;
73 PrefService* local_state_prefs_;
/external/chromium_org/chrome/browser/translate/
H A Dtranslate_service.h11 class PrefService;
34 static void FetchLanguageListFromTranslateServer(PrefService* prefs);
45 static std::string GetTargetLanguage(PrefService* prefs);
/external/chromium_org/chrome/browser/web_resource/
H A Deula_accepted_notifier.h11 class PrefService;
23 explicit EulaAcceptedNotifier(PrefService* local_state);
48 PrefService* local_state_;
/external/chromium_org/components/translate/core/browser/
H A Dtranslate_accept_languages.h14 class PrefService;
25 TranslateAcceptLanguages(PrefService* prefs,
41 void InitAcceptLanguages(PrefService* prefs);
/external/chromium_org/chrome/browser/net/spdyproxy/
H A Ddata_reduction_proxy_chrome_settings.h13 class PrefService;
25 class PrefService;
45 PrefService* profile_prefs,
46 PrefService* local_state_prefs,

Completed in 418 milliseconds

1234567891011>>