Searched defs:TimeView (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/athena/system/
H A Dtime_view.h16 class TimeView : public views::Label { class in namespace:athena
18 explicit TimeView(SystemUI::ColorScheme color_scheme);
19 virtual ~TimeView();
28 base::OneShotTimer<TimeView> timer_;
30 DISALLOW_COPY_AND_ASSIGN(TimeView);
H A Dtime_view.cc20 TimeView::TimeView(SystemUI::ColorScheme color_scheme) { function in class:athena::TimeView
39 TimeView::~TimeView() {
42 void TimeView::SetTimer(base::Time now) {
62 this, &TimeView::UpdateText);
65 void TimeView::UpdateText() {
/external/chromium_org/ash/system/date/
H A Ddate_view.h24 // DateView popup and the TimeView tray icon. Exported for tests.
91 class ASH_EXPORT TimeView : public BaseDateTimeView { class in namespace:ash::tray
93 explicit TimeView(TrayDate::ClockLayout clock_layout);
94 virtual ~TimeView();
129 DISALLOW_COPY_AND_ASSIGN(TimeView);
H A Ddate_view.cc205 TimeView::TimeView(TrayDate::ClockLayout clock_layout) function in class:ash::tray::TimeView
214 TimeView::~TimeView() {
217 void TimeView::UpdateTimeFormat() {
223 base::HourClockType TimeView::GetHourTypeForTesting() const {
227 void TimeView::UpdateTextInternal(const base::Time& now) {
257 bool TimeView::PerformAction(const ui::Event& event) {
261 bool TimeView::OnMousePressed(const ui::MouseEvent& event) {
266 void TimeView
[all...]

Completed in 772 milliseconds