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

1234567891011>>

/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/chrome/browser/geolocation/
H A Dgeolocation_prefs.h9 class PrefService;
12 void RegisterPrefs(PrefService* prefs);
H A Dgeolocation_prefs.cc10 void RegisterPrefs(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/chrome/browser/prefs/
H A Dbrowser_prefs.h9 class PrefService;
20 // Makes the PrefService objects aware of all the prefs.
21 void RegisterLocalState(PrefService* local_state);
22 void RegisterUserPrefs(PrefService* user_prefs);
24 void MigrateBrowserPrefs(PrefService* user_prefs, PrefService* local_state);
H A Dsession_startup_pref.h13 class PrefService;
31 static void RegisterUserPrefs(PrefService* prefs);
35 static void SetStartupPref(PrefService* prefs,
38 static SessionStartupPref GetStartupPref(PrefService* prefs);
41 static bool TypeIsManaged(PrefService* prefs);
42 static bool URLsAreManaged(PrefService* prefs);
/external/chromium/chrome/browser/search_engines/
H A Dtemplate_url_prepopulate_data.h12 class PrefService;
17 void RegisterUserPrefs(PrefService* prefs);
22 int GetDataVersion(PrefService* prefs);
28 void GetPrepopulatedEngines(PrefService* prefs,
34 TemplateURL* GetPrepopulatedDefaultSearch(PrefService* prefs);
39 TemplateURL* GetEngineForOrigin(PrefService* prefs, const GURL& url_to_find);
/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/chrome/browser/chromeos/login/
H A Dsigned_settings_temp_storage.h13 class PrefService;
24 static void RegisterPrefs(PrefService* local_state);
28 PrefService* local_state);
31 PrefService* local_state);
35 static void Finalize(PrefService* local_state);
/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/chrome/browser/ui/webui/options/
H A Dfont_settings_utils.h12 class PrefService;
19 static void ValidateSavedFonts(PrefService* prefs);
/external/chromium/chrome/browser/ui/webui/
H A Dshown_sections_handler.h15 class PrefService;
39 explicit ShownSectionsHandler(PrefService* pref_service);
43 static int GetShownSections(PrefService* pref_service);
47 static void SetShownSection(PrefService* prefs, Section section);
63 static void RegisterUserPrefs(PrefService* pref_service);
65 static void MigrateUserPrefs(PrefService* pref_service,
69 static void OnExtensionInstalled(PrefService* prefs,
73 PrefService* pref_service_;
/external/chromium_org/base/prefs/
H A Dpref_observer.h10 class PrefService;
13 // notifications between PrefService, PrefNotifierImpl and
17 virtual void OnPreferenceChanged(PrefService* service,
/external/chromium_org/chrome/browser/
H A Dchrome_browser_field_trials_desktop.h12 class PrefService;
23 PrefService* local_state);
H A Dchrome_browser_field_trials_mobile.h12 class PrefService;
22 PrefService* local_state);
/external/chromium_org/chrome/browser/component_updater/
H A Drecovery_component_installer.h10 class PrefService;
16 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);
/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/chrome/browser/net/
H A Dssl_config_service_manager.h13 class PrefService;
19 // platform. The lifetime of the PrefService objects must be longer than that
25 PrefService* user_prefs,
26 PrefService* local_state);
/external/chromium/chrome/browser/ui/cocoa/
H A Dwindow_size_autosaver.h9 class PrefService;
13 // autoremember their position or position and size in a PrefService object.
25 PrefService* prefService_; // weak
30 prefService:(PrefService*)prefs
/external/chromium_org/chrome/browser/bookmarks/
H A Dbookmark_prompt_prefs.h10 class PrefService;
21 explicit BookmarkPromptPrefs(PrefService* prefs);
40 PrefService* prefs_; // Weak.
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler_mobile.h11 class PrefService;
20 // is the PrefService that contains the time of the last fetch.
22 PrefService* local_state);
31 PrefService* local_state_;
/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

Completed in 8250 milliseconds

1234567891011>>