HomeSort by relevance Sort by last modified time
    Searched refs:PrefService (Results 1 - 25 of 697) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/search_engines/
default_search_pref_migration.h 8 class PrefService;
13 // for the PrefService to load using an observer.
15 PrefService* pref_service);
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_util.h 10 class PrefService;
13 void SetupShowAppLauncherPromoFieldTrial(PrefService* local_state);
  /external/chromium_org/chrome/browser/ui/webui/options/
font_settings_utils_linux.cc 10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
font_settings_utils_win.cc 10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
font_settings_utils.h 10 class PrefService;
17 static void ValidateSavedFonts(PrefService* prefs);
  /external/chromium_org/components/user_prefs/
user_prefs.h 12 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/chrome/browser/component_updater/
sw_reporter_installer_win.h 9 class PrefService;
22 void ExecuteSwReporter(ComponentUpdateService* cus, PrefService* prefs);
29 void ExecutePendingSwReporter(ComponentUpdateService* cus, PrefService* prefs);
recovery_component_installer.h 9 class PrefService;
18 void RegisterRecoveryComponent(ComponentUpdateService* cus, PrefService* prefs);
  /external/chromium_org/base/prefs/
pref_observer.h 10 class PrefService;
13 // notifications between PrefService, PrefNotifierImpl and
17 virtual void OnPreferenceChanged(PrefService* service,
  /external/chromium_org/chrome/browser/chromeos/settings/
device_settings_cache.h 12 class PrefService;
27 PrefService* local_state);
31 PrefService* local_state);
35 void Finalize(PrefService* local_state);
  /external/chromium_org/chrome/browser/profiles/
chrome_version_service.h 12 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/bookmarks/
enhanced_bookmarks_features.h 12 class PrefService;
30 bool GetBookmarksExperimentExtensionID(const PrefService* user_prefs,
36 PrefService* user_prefs,
37 PrefService* local_state,
43 PrefService* local_state,
  /external/chromium_org/chrome/browser/chromeos/
ui_proxy_config_service.h 13 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/
chrome_browser_field_trials.h 11 class PrefService;
20 void SetupFieldTrials(PrefService* local_state);
chrome_browser_field_trials_desktop.h 11 class PrefService;
26 PrefService* local_state);
chrome_browser_field_trials_mobile.h 11 class PrefService;
25 PrefService* local_state);
pref_service_flags_storage.h 11 class PrefService;
15 // Implements the FlagsStorage interface with a PrefService backend.
19 explicit PrefServiceFlagsStorage(PrefService *prefs);
26 PrefService* prefs_;
  /external/chromium_org/chrome/browser/chromeos/login/
default_pinned_apps_field_trial.h 15 class PrefService;
24 void MigratePrefs(PrefService* local_state);
  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager.h 12 class PrefService;
19 // PrefService objects must be longer than that of the manager. Get SSL
22 PrefService* local_state);
  /external/chromium_org/chrome/browser/prefs/
session_startup_pref.h 12 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);
  /external/chromium_org/chrome/browser/ui/
browser_view_prefs.h 9 class PrefService;
27 void MigrateBrowserTabStripPrefs(PrefService* pref);
  /external/chromium_org/chrome/browser/metrics/
android_metrics_provider.h 12 class PrefService;
19 explicit AndroidMetricsProvider(PrefService* local_state);
41 PrefService* local_state_;
  /external/chromium_org/chrome/browser/search/suggestions/
suggestions_store.h 11 class PrefService;
23 explicit SuggestionsStore(PrefService* profile_prefs);
48 PrefService* pref_service_;
  /external/chromium_org/chrome/browser/translate/
translate_service.h 11 class PrefService;
34 static void FetchLanguageListFromTranslateServer(PrefService* prefs);
45 static std::string GetTargetLanguage(PrefService* prefs);
  /external/chromium_org/chrome/browser/ui/cocoa/
window_size_autosaver.h 8 class PrefService;
12 // autoremember their position or position and size in a PrefService object.
25 PrefService* prefService_; // weak
30 prefService:(PrefService*)prefs

Completed in 366 milliseconds

1 2 3 4 5 6 7 8 91011>>