OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeView
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/date/
date_view.h
25
// DateView popup and the
TimeView
tray icon. Exported for tests.
90
class ASH_EXPORT
TimeView
: public BaseDateTimeView {
92
explicit
TimeView
(TrayDate::ClockLayout clock_layout);
93
virtual ~
TimeView
();
126
DISALLOW_COPY_AND_ASSIGN(
TimeView
);
date_view.cc
193
TimeView
::
TimeView
(TrayDate::ClockLayout clock_layout)
202
TimeView
::~
TimeView
() {
205
void
TimeView
::UpdateTimeFormat() {
211
void
TimeView
::UpdateTextInternal(const base::Time& now) {
241
bool
TimeView
::PerformAction(const ui::Event& event) {
245
bool
TimeView
::OnMousePressed(const ui::MouseEvent& event) {
250
void
TimeView
::UpdateClockLayout(TrayDate::ClockLayout clock_layout){
277
void
TimeView
::SetBorder(TrayDate::ClockLayout clock_layout)
[
all
...]
Completed in 30 milliseconds