OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EXPECT_FLOAT_POINT_EQ
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp
37
#define
EXPECT_FLOAT_POINT_EQ
(expected, actual) \
242
EXPECT_FLOAT_POINT_EQ
(FloatPoint(0, 300), pinchViewport.location());
254
EXPECT_FLOAT_POINT_EQ
(FloatPoint(0, 75), pinchViewport.location());
302
EXPECT_FLOAT_POINT_EQ
(FloatPoint(150, 0), pinchViewport.location());
313
EXPECT_FLOAT_POINT_EQ
(FloatPoint(150, 0), pinchViewport.location());
402
EXPECT_FLOAT_POINT_EQ
(FloatPoint(0, 0), pinchViewport.visibleRect().location());
405
EXPECT_FLOAT_POINT_EQ
(FloatPoint(0, 0), pinchViewport.visibleRect().location());
408
EXPECT_FLOAT_POINT_EQ
(FloatPoint(0, 0), pinchViewport.visibleRect().location());
411
EXPECT_FLOAT_POINT_EQ
(FloatPoint(0, 0), pinchViewport.visibleRect().location());
417
EXPECT_FLOAT_POINT_EQ
(location, pinchViewport.visibleRect().location())
[
all
...]
WebFrameTest.cpp
136
#define
EXPECT_FLOAT_POINT_EQ
(expected, actual) \
[
all
...]
Completed in 64 milliseconds