TimeView          195 ash/system/date/date_view.cc TimeView::TimeView(TrayDate::ClockLayout clock_layout)
TimeView          204 ash/system/date/date_view.cc TimeView::~TimeView() {
TimeView          207 ash/system/date/date_view.cc void TimeView::UpdateTimeFormat() {
TimeView          213 ash/system/date/date_view.cc base::HourClockType TimeView::GetHourTypeForTesting() const {
TimeView          217 ash/system/date/date_view.cc void TimeView::UpdateTextInternal(const base::Time& now) {
TimeView          247 ash/system/date/date_view.cc bool TimeView::PerformAction(const ui::Event& event) {
TimeView          251 ash/system/date/date_view.cc bool TimeView::OnMousePressed(const ui::MouseEvent& event) {
TimeView          256 ash/system/date/date_view.cc void TimeView::UpdateClockLayout(TrayDate::ClockLayout clock_layout){
TimeView          283 ash/system/date/date_view.cc void TimeView::SetBorderFromLayout(TrayDate::ClockLayout clock_layout) {
TimeView          294 ash/system/date/date_view.cc void TimeView::SetupLabels() {
TimeView          307 ash/system/date/date_view.cc void TimeView::SetupLabel(views::Label* label) {
TimeView           91 ash/system/date/date_view.h class ASH_EXPORT TimeView : public BaseDateTimeView {
TimeView           93 ash/system/date/date_view.h   explicit TimeView(TrayDate::ClockLayout clock_layout);
TimeView           94 ash/system/date/date_view.h   virtual ~TimeView();
TimeView          129 ash/system/date/date_view.h   DISALLOW_COPY_AND_ASSIGN(TimeView);
TimeView           18 ash/system/date/date_view_unittest.cc   TimeView* time_view() { return time_view_.get(); }
TimeView           33 ash/system/date/date_view_unittest.cc     time_view_.reset(new TimeView(clock_layout));
TimeView           37 ash/system/date/date_view_unittest.cc   scoped_ptr<TimeView> time_view_;
TimeView           40 ash/system/date/tray_date.cc const tray::TimeView* TrayDate::GetTimeTrayForTesting() const {
TimeView           58 ash/system/date/tray_date.cc   time_tray_ = new tray::TimeView(clock_layout);
TimeView           24 ash/system/date/tray_date.h class TimeView;
TimeView           39 ash/system/date/tray_date.h   const tray::TimeView* GetTimeTrayForTesting() const;
TimeView           62 ash/system/date/tray_date.h   tray::TimeView* time_tray_;
TimeView           61 chrome/browser/chromeos/policy/device_system_use_24hour_clock_browsertest.cc     const ash::tray::TimeView* time_tray = tray_date->GetTimeTrayForTesting();