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
41
virtual void
UpdateTextInternal
(const base::Time& now) = 0;
69
virtual void
UpdateTextInternal
(const base::Time& now) OVERRIDE;
105
virtual void
UpdateTextInternal
(const base::Time& now) OVERRIDE;
date_view.cc
90
UpdateTextInternal
(now);
139
UpdateTextInternal
(base::Time::Now());
158
void DateView::
UpdateTextInternal
(const base::Time& now) {
197
UpdateTextInternal
(base::Time::Now());
211
void TimeView::
UpdateTextInternal
(const base::Time& now) {
Completed in 51 milliseconds