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

/external/chromium/chrome/browser/ui/webui/options/chromeos/
H A Dsystem_settings_provider.h20 class SystemSettingsProvider : public CrosSettingsProvider, class in namespace:chromeos
23 SystemSettingsProvider();
24 virtual ~SystemSettingsProvider();
61 DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
H A Dsystem_settings_provider.cc183 SystemSettingsProvider::SystemSettingsProvider() { function in class:chromeos::SystemSettingsProvider
192 SystemSettingsProvider::~SystemSettingsProvider() {
197 void SystemSettingsProvider::DoSet(const std::string& path, Value* in_value) {
214 bool SystemSettingsProvider::Get(const std::string& path,
224 bool SystemSettingsProvider::HandlesSetting(const std::string& path) {
228 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) {
233 ListValue* SystemSettingsProvider::GetTimezoneList() {
246 string16 SystemSettingsProvider
[all...]
H A Dsystem_options_handler.cc27 new chromeos::SystemSettingsProvider()) {
76 reinterpret_cast<chromeos::SystemSettingsProvider*>(

Completed in 124 milliseconds