OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrefService
(Results
1 - 25
of
905
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/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_org/chrome/browser/ui/app_list/
app_list_util.h
10
class
PrefService
;
13
void SetupShowAppLauncherPromoFieldTrial(
PrefService
* local_state);
/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);
/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/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);
/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);
/external/chromium/chrome/browser/ui/webui/options/
font_settings_utils.h
12
class
PrefService
;
19
static void ValidateSavedFonts(
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/
chrome_browser_field_trials_desktop.h
12
class
PrefService
;
23
PrefService
* local_state);
chrome_browser_field_trials_mobile.h
12
class
PrefService
;
22
PrefService
* local_state);
/external/chromium_org/chrome/browser/component_updater/
recovery_component_installer.h
10
class
PrefService
;
16
PrefService
* prefs);
/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/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_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/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_;
Completed in 698 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>