OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PostPingMessage
(Results
1 - 3
of
3
) 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
();
Completed in 39 milliseconds