Home | History | Annotate | Download | only in tests

Lines Matching refs:pinchViewport

56 #include "core/frame/PinchViewport.h"
4248 PinchViewport& pinchViewport = frame->page()->frameHost().pinchViewport();
4249 pinchViewport.setLocation(FloatPoint(0, 0));
4250 EXPECT_FLOAT_POINT_EQ(FloatPoint(0, 0), pinchViewport.location());
4258 pinchViewport.setLocation(FloatPoint(0, 200));
4259 EXPECT_FLOAT_POINT_EQ(FloatPoint(0, 200), pinchViewport.location());