Searched refs:TimeView (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ash/system/date/
H A Ddate_view_unittest.cc18 TimeView* time_view() { return time_view_.get(); }
33 time_view_.reset(new TimeView(clock_layout));
37 scoped_ptr<TimeView> time_view_;
H A Dtray_date.h24 class TimeView;
46 const tray::TimeView* GetTimeTrayForTesting() const;
70 tray::TimeView* time_tray_;
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...]
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 Dtray_date.cc41 const tray::TimeView* TrayDate::GetTimeTrayForTesting() const {
59 time_tray_ = new tray::TimeView(clock_layout);
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_system_use_24hour_clock_browsertest.cc61 const ash::tray::TimeView* time_tray = tray_date->GetTimeTrayForTesting();

Completed in 355 milliseconds