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

  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 30 #define EXPECT_POINT_EQ(expected, actual) \
42 #define EXPECT_POINT_EQ(expected, actual) \
520 EXPECT_POINT_EQ(expected, IntRect(anchor).location());
521 EXPECT_POINT_EQ(expected, IntRect(focus).location());
597 EXPECT_POINT_EQ(IntPoint(100, 150), frame()->view()->scrollPosition());
651 EXPECT_POINT_EQ(IntPoint(0, frame()->view()->maximumScrollPosition().y()),
662 EXPECT_POINT_EQ(IntPoint(0, frame()->view()->maximumScrollPosition().y()),
677 EXPECT_POINT_EQ(IntPoint(200-30-75, 600-50-65), frame()->view()->scrollPosition());
783 EXPECT_POINT_EQ(IntPoint(75, 150), frame()->view()->scrollPosition());
787 EXPECT_POINT_EQ(IntPoint(0, 0), frame()->view()->scrollPosition())
    [all...]
  /external/chromium_org/cc/test/
geometry_test_utils.h 46 #define EXPECT_POINT_EQ(expected, actual) \
layer_tree_json_parser_unittest.cc 32 RETURN_IF_EXPECTATION_FAILS(EXPECT_POINT_EQ(layer_impl->position(),

Completed in 90 milliseconds