HomeSort by relevance Sort by last modified time
    Searched refs:GetMouseMotionCountsAndReset (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ash/
extended_desktop_unittest.cc 397 EXPECT_EQ("1 1 0", r1_d1.GetMouseMotionCountsAndReset());
398 EXPECT_EQ("0 0 0", r1_d2.GetMouseMotionCountsAndReset());
399 EXPECT_EQ("0 0 0", r2_d1.GetMouseMotionCountsAndReset());
402 EXPECT_EQ("0 0 0", r2_d1.GetMouseMotionCountsAndReset());
407 EXPECT_EQ("0 0 0", r1_d1.GetMouseMotionCountsAndReset());
411 EXPECT_EQ("0 1 0", r1_d1.GetMouseMotionCountsAndReset());
412 EXPECT_EQ("0 0 0", r1_d2.GetMouseMotionCountsAndReset());
419 EXPECT_EQ("0 0 0", r1_d1.GetMouseMotionCountsAndReset());
420 EXPECT_EQ("0 1 0", r1_d2.GetMouseMotionCountsAndReset());
421 EXPECT_EQ("0 0 0", r2_d1.GetMouseMotionCountsAndReset());
    [all...]
  /external/chromium_org/ui/aura/test/
test_window_delegate.h 122 std::string GetMouseMotionCountsAndReset();
test_window_delegate.cc 190 std::string EventCountDelegate::GetMouseMotionCountsAndReset() {
  /external/chromium_org/ui/aura/
window_unittest.cc     [all...]
window_event_dispatcher_unittest.cc     [all...]
  /external/chromium_org/ash/autoclick/
autoclick_unittest.cc 307 EXPECT_EQ("1 1 0", delegate.GetMouseMotionCountsAndReset());

Completed in 164 milliseconds