/external/chromium_org/chrome/browser/ui/webui/options/ |
H A D | font_settings_utils_linux.cc | 10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
|
H A D | font_settings_utils_win.cc | 10 void FontSettingsUtilities::ValidateSavedFonts(PrefService* prefs) {
|
H A D | font_settings_utils.h | 10 class PrefService; 17 static void ValidateSavedFonts(PrefService* prefs);
|
/external/chromium/chrome/browser/geolocation/ |
H A D | geolocation_prefs.h | 9 class PrefService; 12 void RegisterPrefs(PrefService* prefs);
|
H A D | geolocation_prefs.cc | 10 void RegisterPrefs(PrefService* prefs) {
|
/external/chromium_org/chrome/browser/ui/app_list/ |
H A D | app_list_util.h | 10 class PrefService; 13 void SetupShowAppLauncherPromoFieldTrial(PrefService* local_state);
|
/external/chromium/chrome/browser/prefs/ |
H A D | browser_prefs.h | 9 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 D | session_startup_pref.h | 13 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 D | template_url_prepopulate_data.h | 12 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 D | device_settings_cache.h | 12 class PrefService; 27 PrefService* local_state); 31 PrefService* local_state); 35 void Finalize(PrefService* local_state);
|
/external/chromium/chrome/browser/chromeos/login/ |
H A D | signed_settings_temp_storage.h | 13 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 D | 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/chrome/browser/ui/webui/options/ |
H A D | font_settings_utils.h | 12 class PrefService; 19 static void ValidateSavedFonts(PrefService* prefs);
|
/external/chromium/chrome/browser/ui/webui/ |
H A D | shown_sections_handler.h | 15 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 D | pref_observer.h | 10 class PrefService; 13 // notifications between PrefService, PrefNotifierImpl and 17 virtual void OnPreferenceChanged(PrefService* service,
|
/external/chromium_org/chrome/browser/ |
H A D | chrome_browser_field_trials_desktop.h | 12 class PrefService; 23 PrefService* local_state);
|
H A D | chrome_browser_field_trials_mobile.h | 12 class PrefService; 22 PrefService* local_state);
|
/external/chromium_org/chrome/browser/component_updater/ |
H A D | recovery_component_installer.h | 10 class PrefService; 16 PrefService* prefs);
|
/external/chromium_org/chrome/browser/prefs/ |
H A D | 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/profiles/ |
H A D | 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/chrome/browser/net/ |
H A D | ssl_config_service_manager.h | 13 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 D | window_size_autosaver.h | 9 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 D | bookmark_prompt_prefs.h | 10 class PrefService; 21 explicit BookmarkPromptPrefs(PrefService* prefs); 40 PrefService* prefs_; // Weak.
|
/external/chromium_org/chrome/browser/metrics/variations/ |
H A D | variations_request_scheduler_mobile.h | 11 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 D | 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
|