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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.cpp 47 Touch::Touch(LocalFrame* frame, EventTarget* target, unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force)
51 , m_screenPos(screenPos)
61 Touch::Touch(EventTarget* target, unsigned identifier, const FloatPoint& clientPos, const FloatPoint& screenPos, const FloatPoint& pagePos, const FloatSize& radius, float rotationAngle, float force, LayoutPoint absoluteLocation)
65 , m_screenPos(screenPos)
Touch.h 47 unsigned identifier, const FloatPoint& screenPos, const FloatPoint& pagePos,
51 new Touch(frame, target, identifier, screenPos, pagePos, radius, rotationAngle, force));
80 const FloatPoint& screenPos, const FloatPoint& pagePos,
84 const FloatPoint& screenPos, const FloatPoint& pagePos,
99 // FIXME(rbyers): Shouldn't we be able to migrate callers to relying on screenPos, pagePos
  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformTouchPoint.h 48 FloatPoint screenPos() const { return m_screenPos; }
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorInputAgent.cpp 55 SyntheticInspectorTouchPoint(unsigned id, State state, const blink::IntPoint& screenPos, const blink::IntPoint& pos, int radiusX, int radiusY, double rotationAngle, double force)
58 m_screenPos = screenPos;
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebInputEventConversionTest.cpp 363 EXPECT_FLOAT_EQ(10.6f, platformTouchBuilder.touchPoints()[0].screenPos().x());
364 EXPECT_FLOAT_EQ(10.4f, platformTouchBuilder.touchPoints()[0].screenPos().y());
562 EXPECT_FLOAT_EQ(100, platformTouchBuilder.touchPoints()[0].screenPos().x());
563 EXPECT_FLOAT_EQ(110, platformTouchBuilder.touchPoints()[0].screenPos().y());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 84 milliseconds