HomeSort by relevance Sort by last modified time
    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 183 base::Bind(&ThreadWatcher::PostPingMessage,
196 // There is some user activity, PostPingMessage task of thread watcher if
211 PostPingMessage();
217 void ThreadWatcher::PostPingMessage() {
275 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 327 milliseconds