HomeSort by relevance Sort by last modified time
    Searched defs:TimeView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ash/system/date/
date_view.h 24 // DateView popup and the TimeView tray icon. Exported for tests.
91 class ASH_EXPORT TimeView : public BaseDateTimeView {
93 explicit TimeView(TrayDate::ClockLayout clock_layout);
94 virtual ~TimeView();
129 DISALLOW_COPY_AND_ASSIGN(TimeView);
date_view.cc 205 TimeView::TimeView(TrayDate::ClockLayout clock_layout)
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::UpdateClockLayout(TrayDate::ClockLayout clock_layout)
    [all...]

Completed in 187 milliseconds