HomeSort by relevance Sort by last modified time
    Searched refs:SystemSettingsProvider (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/chromeos/settings/
system_settings_provider.cc 19 SystemSettingsProvider::SystemSettingsProvider(
29 SystemSettingsProvider::~SystemSettingsProvider() {
33 void SystemSettingsProvider::DoSet(const std::string& path,
48 const base::Value* SystemSettingsProvider::Get(const std::string& path) const {
56 SystemSettingsProvider::PrepareTrustedValues(const base::Closure& cb) {
60 bool SystemSettingsProvider::HandlesSetting(const std::string& path) const {
64 void SystemSettingsProvider::TimezoneChanged(const icu::TimeZone& timezone) {
system_settings_provider.h 22 class SystemSettingsProvider : public CrosSettingsProvider,
25 explicit SystemSettingsProvider(const NotifyObserversCallback& notify_cb);
26 virtual ~SystemSettingsProvider();
44 DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
cros_settings.cc 61 AddSettingsProvider(new SystemSettingsProvider(notify_cb));
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
system_settings_provider.h 20 class SystemSettingsProvider : public CrosSettingsProvider,
23 SystemSettingsProvider();
24 virtual ~SystemSettingsProvider();
61 DISALLOW_COPY_AND_ASSIGN(SystemSettingsProvider);
system_settings_provider.cc 183 SystemSettingsProvider::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::GetTimezoneName
    [all...]
system_options_handler.cc 27 new chromeos::SystemSettingsProvider()) {
76 reinterpret_cast<chromeos::SystemSettingsProvider*>(

Completed in 44 milliseconds