HomeSort by relevance Sort by last modified time
    Searched defs:DateView (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.
53 class ASH_EXPORT DateView : public BaseDateTimeView {
55 DateView();
56 virtual ~DateView();
86 DISALLOW_COPY_AND_ASSIGN(DateView);
date_view.cc 128 DateView::DateView()
142 DateView::~DateView() {
145 void DateView::SetAction(TrayDate::DateAction action) {
158 void DateView::UpdateTimeFormat() {
164 base::HourClockType DateView::GetHourTypeForTesting() const {
168 void DateView::UpdateTextInternal(const base::Time& now) {
179 bool DateView::PerformAction(const ui::Event& event) {
189 void DateView::OnMouseEntered(const ui::MouseEvent& event)
    [all...]

Completed in 186 milliseconds