Searched defs:SystemSettingsProvider (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/settings/
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 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) {

Completed in 65 milliseconds