Home
last modified time | relevance | path

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

/external/chromium_org/ash/autoclick/
Dautoclick_unittest.cc87 const std::vector<ui::MouseEvent>& WaitForMouseEvents() { in WaitForMouseEvents() function in ash::AutoclickTest
108 events = WaitForMouseEvents(); in TEST_F()
116 events = WaitForMouseEvents(); in TEST_F()
122 events = WaitForMouseEvents(); in TEST_F()
125 events = WaitForMouseEvents(); in TEST_F()
133 events = WaitForMouseEvents(); in TEST_F()
147 events = WaitForMouseEvents(); in TEST_F()
156 events = WaitForMouseEvents(); in TEST_F()
165 EXPECT_EQ(2u, WaitForMouseEvents().size()); in TEST_F()
169 EXPECT_EQ(0u, WaitForMouseEvents().size()); in TEST_F()
[all …]