OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostPingMessage
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/metrics/
thread_watcher.cc
77
method_factory_.NewRunnableMethod(&ThreadWatcher::
PostPingMessage
));
89
// There is some user activity,
PostPingMessage
task of thread watcher if
95
PostPingMessage
();
101
void ThreadWatcher::
PostPingMessage
() {
154
method_factory_.NewRunnableMethod(&ThreadWatcher::
PostPingMessage
),
thread_watcher.h
108
// (i.e., post a
PostPingMessage
) if the watcher has stopped pinging due to
118
virtual void
PostPingMessage
();
122
//
PostPingMessage
task that would be called after waiting sleep_time_. It
thread_watcher_unittest.cc
122
void
PostPingMessage
() {
125
ThreadWatcher::
PostPingMessage
();
/external/chromium_org/chrome/browser/metrics/
thread_watcher.cc
185
base::Bind(&ThreadWatcher::
PostPingMessage
,
198
// There is some user activity,
PostPingMessage
task of thread watcher if
213
PostPingMessage
();
219
void ThreadWatcher::
PostPingMessage
() {
277
base::Bind(&ThreadWatcher::
PostPingMessage
,
thread_watcher.h
152
// (i.e., post a
PostPingMessage
()) if the watcher has stopped pinging due to
163
virtual void
PostPingMessage
();
167
//
PostPingMessage
() task that would be called after waiting |sleep_time_|. It
thread_watcher_unittest.cc
133
virtual void
PostPingMessage
() OVERRIDE {
136
ThreadWatcher::
PostPingMessage
();
Completed in 40 milliseconds