Searched refs:EXPECT_POINT_EQ (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
D | PinchViewportTest.cpp | 30 #define EXPECT_POINT_EQ(expected, actual) \ macro 42 #define EXPECT_POINT_EQ(expected, actual) \ macro 520 EXPECT_POINT_EQ(expected, IntRect(anchor).location()); in TEST_F() 521 EXPECT_POINT_EQ(expected, IntRect(focus).location()); in TEST_F() 597 EXPECT_POINT_EQ(IntPoint(100, 150), frame()->view()->scrollPosition()); in TEST_F() 651 EXPECT_POINT_EQ(IntPoint(0, frame()->view()->maximumScrollPosition().y()), in TEST_F() 662 EXPECT_POINT_EQ(IntPoint(0, frame()->view()->maximumScrollPosition().y()), in TEST_F() 677 EXPECT_POINT_EQ(IntPoint(200-30-75, 600-50-65), frame()->view()->scrollPosition()); in TEST_F() 783 EXPECT_POINT_EQ(IntPoint(75, 150), frame()->view()->scrollPosition()); in TEST_F() 787 EXPECT_POINT_EQ(IntPoint(0, 0), frame()->view()->scrollPosition()); in TEST_F() [all …]
|
/external/chromium_org/cc/test/ |
D | geometry_test_utils.h | 46 #define EXPECT_POINT_EQ(expected, actual) \ macro
|
D | layer_tree_json_parser_unittest.cc | 32 RETURN_IF_EXPECTATION_FAILS(EXPECT_POINT_EQ(layer_impl->position(), in LayerTreesMatch()
|