Home | History | Annotate | Download | only in aura

Lines Matching defs:d11

1450   TestWindowDelegate d11;
1456 scoped_ptr<Window> w11(CreateTestWindowWithDelegate(&d11, 11,
2073 EventCountDelegate d11;
2075 &d11, 1, gfx::Rect(0, 0, 100, 100), w1.get()));
2078 EXPECT_EQ("1 1 0", d11.GetMouseMotionCountsAndReset());
2084 EXPECT_EQ("0 0 1", d11.GetMouseMotionCountsAndReset());
2089 EXPECT_EQ("1 1 0", d11.GetMouseMotionCountsAndReset());
2096 EXPECT_EQ("0 0 1", d11.GetMouseMotionCountsAndReset());
2102 EXPECT_EQ("1 1 0", d11.GetMouseMotionCountsAndReset());
2108 EXPECT_EQ("0 0 1", d11.GetMouseMotionCountsAndReset());
2113 EXPECT_EQ("1 1 0", d11.GetMouseMotionCountsAndReset());
2115 // Transform: move d11 by 100 100.
2121 EXPECT_EQ("0 0 1", d11.GetMouseMotionCountsAndReset());
2126 EXPECT_EQ("1 1 0", d11.GetMouseMotionCountsAndReset());
2140 &d11, 1, gfx::Rect(0, 0, 100, 100), w1.get()));
2143 EXPECT_EQ("0 0 1", d11.GetMouseMotionCountsAndReset());
2149 EXPECT_EQ("0 0 0", d11.GetMouseMotionCountsAndReset());