OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimeView
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/athena/system/
time_view.h
16
class
TimeView
: public views::Label {
18
explicit
TimeView
(SystemUI::ColorScheme color_scheme);
19
virtual ~
TimeView
();
28
base::OneShotTimer<
TimeView
> timer_;
30
DISALLOW_COPY_AND_ASSIGN(
TimeView
);
time_view.cc
20
TimeView
::
TimeView
(SystemUI::ColorScheme color_scheme) {
39
TimeView
::~
TimeView
() {
42
void
TimeView
::SetTimer(base::Time now) {
62
this, &
TimeView
::UpdateText);
65
void
TimeView
::UpdateText() {
/external/chromium_org/ash/system/date/
date_view.h
24
// DateView popup and the
TimeView
tray icon. Exported for tests.
91
class ASH_EXPORT
TimeView
: public BaseDateTimeView {
93
explicit
TimeView
(TrayDate::ClockLayout clock_layout);
94
virtual ~
TimeView
();
129
DISALLOW_COPY_AND_ASSIGN(
TimeView
);
date_view.cc
205
TimeView
::
TimeView
(TrayDate::ClockLayout clock_layout)
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
::UpdateClockLayout(TrayDate::ClockLayout clock_layout)
[
all
...]
Completed in 1063 milliseconds