HomeSort by relevance Sort by last modified time
    Searched full:list_dispatcher (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/ui/events/platform/
platform_event_source_unittest.cc 160 std::vector<int> list_dispatcher; local
163 EXPECT_EQ(0u, list_dispatcher.size());
165 TestPlatformEventDispatcher dispatcher(1, &list_dispatcher);
169 ASSERT_EQ(1u, list_dispatcher.size());
170 EXPECT_EQ(1, list_dispatcher[0]);
173 list_dispatcher.clear();
176 EXPECT_EQ(0u, list_dispatcher.size());
181 std::vector<int> list_dispatcher; local
186 new TestPlatformEventDispatcher(sequence[i], &list_dispatcher));
190 ASSERT_EQ(arraysize(sequence), list_dispatcher.size())
192 list_dispatcher); local
198 std::vector<int> list_dispatcher; local
    [all...]

Completed in 59 milliseconds