Searched defs:DateView (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/ash/system/date/
H A Ddate_view.cc128 DateView::DateView() function in class:ash::tray::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
[all...]
H A Ddate_view.h24 // DateView popup and the TimeView tray icon. Exported for tests.
53 class ASH_EXPORT DateView : public BaseDateTimeView { class in namespace:ash::tray
55 DateView();
56 virtual ~DateView();
86 DISALLOW_COPY_AND_ASSIGN(DateView);

Completed in 170 milliseconds