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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/geolocation/
geolocation_prefs.h 9 class PrefService;
12 void RegisterPrefs(PrefService* prefs);
geolocation_prefs.cc 10 void RegisterPrefs(PrefService* prefs) {
  /external/chromium/chrome/browser/prefs/
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);
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);
pref_change_registrar.h 14 class PrefService;
28 void Init(PrefService* service);
52 PrefService* service_;
pref_service.cc 80 void NotifyReadError(PrefService* pref, int message_id) {
87 PrefService* PrefService::CreatePrefService(const FilePath& pref_filename,
94 PrefService* PrefService::CreatePrefServiceAsync(
98 PrefService::Delegate* delegate) {
108 UMA_HISTOGRAM_ENUMERATION("PrefService.FileSystemType",
130 return new PrefService(managed_platform, managed_cloud, extension_prefs,
135 PrefService* PrefService::CreateIncognitoPrefService
    [all...]
pref_notifier_impl.h 16 class PrefService;
19 // The PrefNotifier implementation used by the PrefService.
23 explicit PrefNotifierImpl(PrefService* pref_service);
50 // Weak reference; the notifier is owned by the PrefService.
51 PrefService* pref_service_;
  /external/chromium/chrome/browser/net/
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);
ssl_config_service_manager_system.cc 37 PrefService* user_prefs,
38 PrefService* local_state) {
predictor_api.h 27 class PrefService;
45 void RegisterUserPrefs(PrefService* user_prefs);
83 void SavePredictorStateForNextStartupAndTrim(PrefService* prefs);
96 PredictorInit(PrefService* user_prefs, PrefService* local_state,
  /external/chromium/chrome/browser/search_engines/
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);
util.h 14 class PrefService;
38 PrefService* prefs,
  /external/chromium/chrome/browser/ui/webui/options/
font_settings_utils.h 12 class PrefService;
19 static void ValidateSavedFonts(PrefService* prefs);
  /external/chromium/chrome/browser/chromeos/login/
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/chrome/browser/policy/
managed_prefs_banner_base.h 14 class PrefService;
27 ManagedPrefsBannerBase(PrefService* local_state,
28 PrefService* user_prefs,
31 // Convenience constructor that fetches the local state PrefService from the
33 ManagedPrefsBannerBase(PrefService* user_prefs, OptionsPage page);
58 void Init(PrefService* local_state,
59 PrefService* user_prefs,
  /external/chromium/chrome/browser/ui/webui/
flags_ui.h 11 class PrefService;
19 static void RegisterPrefs(PrefService* prefs);
plugins_ui.h 11 class PrefService;
19 static void RegisterUserPrefs(PrefService* prefs);
remoting_ui.h 11 class PrefService;
19 static void RegisterUserPrefs(PrefService* prefs);
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/chrome/browser/ui/cocoa/
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/chrome/browser/metrics/
metrics_log.h 19 class PrefService;
35 static void RegisterPrefs(PrefService* prefs);
59 static int64 GetIncrementalUptime(PrefService* pref);
76 void WriteStabilityElement(PrefService* pref);
79 void WritePluginStabilityElements(PrefService* pref);
82 void WriteRequiredStabilityAttributes(PrefService* pref);
88 void WriteRealtimeStabilityAttributes(PrefService* pref);
  /external/chromium/chrome/browser/
browser_shutdown.h 9 class PrefService;
28 void RegisterPrefs(PrefService* local_state);
about_flags.h 15 class PrefService;
87 void ConvertFlagsToSwitches(PrefService* prefs, CommandLine* command_line);
90 ListValue* GetFlagsExperimentsData(PrefService* prefs);
97 PrefService* prefs, const std::string& internal_name, bool enable);
111 void RecordUMAStatistics(const PrefService* prefs);
background_page_tracker.h 17 class PrefService;
27 static void RegisterPrefs(PrefService* prefs);
56 // Mockable method to get the PrefService where we store information about
58 virtual PrefService* GetPrefService();
  /external/chromium/chrome/browser/tabs/
pinned_tab_codec.h 14 class PrefService;
27 static void RegisterUserPrefs(PrefService* prefs);

Completed in 174 milliseconds

1 2 3 4 5 6 7 8 91011>>