OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vertical_label_hours_
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ash/system/date/
date_view.h
121
scoped_ptr<views::Label>
vertical_label_hours_
;
member in class:ash::internal::tray::TimeView
date_view_unittest.cc
26
return time_view_->
vertical_label_hours_
.get();
date_view.cc
236
vertical_label_hours_
->SetText(hour);
253
RemoveChildView(
vertical_label_hours_
.get());
269
layout->AddView(
vertical_label_hours_
.get());
289
vertical_label_hours_
.reset(CreateLabel());
290
SetupLabel(
vertical_label_hours_
.get());
Completed in 51 milliseconds