OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_tray_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/date/
tray_date.cc
22
time_tray_
(NULL),
42
return
time_tray_
;
54
CHECK(
time_tray_
== NULL);
59
time_tray_
= new tray::TimeView(clock_layout);
61
view->AddChildView(
time_tray_
);
82
time_tray_
= NULL;
96
if (
time_tray_
) {
100
time_tray_
->UpdateClockLayout(clock_layout);
105
if (
time_tray_
)
106
time_tray_
->UpdateTimeFormat()
[
all
...]
tray_date.h
70
tray::TimeView*
time_tray_
;
member in class:ash::TrayDate
Completed in 893 milliseconds