Searched refs:SystemSettingsProvider (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
H A Dsystem_settings_provider.cc16 SystemSettingsProvider::SystemSettingsProvider( function in class:chromeos::SystemSettingsProvider
26 SystemSettingsProvider::~SystemSettingsProvider() {
30 void SystemSettingsProvider::DoSet(const std::string& path,
47 const base::Value* SystemSettingsProvider::Get(const std::string& path) const {
55 SystemSettingsProvider::PrepareTrustedValues(const base::Closure& cb) {
59 bool SystemSettingsProvider::HandlesSetting(const std::string& path) const {
63 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) {
H A Dsystem_settings_provider.h22 class SystemSettingsProvider : public CrosSettingsProvider, class in namespace:chromeos
25 explicit SystemSettingsProvider(const NotifyObserversCallback& notify_cb);
26 virtual ~SystemSettingsProvider();
44 DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
H A Dcros_settings.cc61 AddSettingsProvider(new SystemSettingsProvider(notify_cb));

Completed in 1096 milliseconds