Home
last modified time | relevance | path

Searched refs:SENT_PING (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/metrics/
Dthread_watcher_unittest.cc25 SENT_PING, // Sent ping message to watched thread. enumerator
87 if (new_state == SENT_PING) in UpdateState()
117 EXPECT_TRUE(old_state == ACTIVATED || old_state == SENT_PING || in DeActivateThreadWatching()
123 State old_state = UpdateState(SENT_PING); in PostPingMessage()
130 EXPECT_TRUE(old_state == SENT_PING || old_state == DEACTIVATED); in OnPongMessage()