Home
last modified time | relevance | path

Searched refs:can_set_time (Results 1 – 11 of 11) sorted by relevance

/external/chromium_org/chromeos/dbus/
Dsystem_clock_client.cc101 bool can_set_time; in OnGetCanSet() local
102 if (!reader.PopBool(&can_set_time)) { in OnGetCanSet()
108 if (can_set_time_initialized_ && can_set_time_ == can_set_time) in OnGetCanSet()
112 can_set_time_ = can_set_time; in OnGetCanSet()
115 Observer, observers_, SystemClockCanSetTimeChanged(can_set_time)); in OnGetCanSet()
146 bool can_set_time) { in SystemClockCanSetTimeChanged() argument
Dsystem_clock_client.h25 virtual void SystemClockCanSetTimeChanged(bool can_set_time);
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
Ddate_time_options_handler.cc63 void DateTimeOptionsHandler::SystemClockCanSetTimeChanged(bool can_set_time) { in SystemClockCanSetTimeChanged() argument
66 base::FundamentalValue(can_set_time)); in SystemClockCanSetTimeChanged()
68 can_set_time_ = can_set_time; in SystemClockCanSetTimeChanged()
Ddate_time_options_handler.h31 virtual void SystemClockCanSetTimeChanged(bool can_set_time) OVERRIDE;
/external/chromium_org/ash/system/chromeos/
Dsystem_clock_observer.h22 virtual void SystemClockCanSetTimeChanged(bool can_set_time) OVERRIDE;
27 bool can_set_time() { return can_set_time_; } in can_set_time() function
Dsystem_clock_observer.cc31 void SystemClockObserver::SystemClockCanSetTimeChanged(bool can_set_time) { in SystemClockCanSetTimeChanged() argument
32 can_set_time_ = can_set_time; in SystemClockCanSetTimeChanged()
/external/chromium_org/ash/system/date/
Dtray_date.cc72 OnSystemClockCanSetTimeChanged(system_clock_observer_->can_set_time()); in CreateDefaultView()
118 void TrayDate::OnSystemClockCanSetTimeChanged(bool can_set_time) { in OnSystemClockCanSetTimeChanged() argument
123 can_set_time ? TrayDate::SET_SYSTEM_TIME : TrayDate::NONE); in OnSystemClockCanSetTimeChanged()
Dclock_observer.h18 virtual void OnSystemClockCanSetTimeChanged(bool can_set_time) = 0;
Dtray_date.h65 virtual void OnSystemClockCanSetTimeChanged(bool can_set_time) OVERRIDE;
/external/chromium_org/ash/system/tray/
Dsystem_tray_notifier.cc265 void SystemTrayNotifier::NotifySystemClockCanSetTimeChanged(bool can_set_time) { in NotifySystemClockCanSetTimeChanged() argument
268 OnSystemClockCanSetTimeChanged(can_set_time)); in NotifySystemClockCanSetTimeChanged()
Dsystem_tray_notifier.h118 void NotifySystemClockCanSetTimeChanged(bool can_set_time);