OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UpdateTextInternal
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ash/system/date/
date_view.h
40
virtual void
UpdateTextInternal
(const base::Time& now) = 0;
70
virtual void
UpdateTextInternal
(const base::Time& now) OVERRIDE;
108
virtual void
UpdateTextInternal
(const base::Time& now) OVERRIDE;
date_view.cc
88
UpdateTextInternal
(now);
137
UpdateTextInternal
(base::Time::Now());
168
void DateView::
UpdateTextInternal
(const base::Time& now) {
209
UpdateTextInternal
(base::Time::Now());
227
void TimeView::
UpdateTextInternal
(const base::Time& now) {
Completed in 82 milliseconds