Home
last modified time | relevance | path

Searched refs:m_rotationAngle (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformTouchPoint.h41 , m_rotationAngle(0) in PlatformTouchPoint()
51 float rotationAngle() const { return m_rotationAngle; } in rotationAngle()
60 float m_rotationAngle; variable
/external/chromium_org/third_party/WebKit/Source/core/dom/
DTouch.cpp54 , m_rotationAngle(rotationAngle) in Touch()
68 , m_rotationAngle(rotationAngle) in Touch()
76 …Target, m_identifier, m_clientPos, m_screenPos, m_pagePos, m_radius, m_rotationAngle, m_force, m_a… in cloneWithNewTarget()
DTouch.h67 float webkitRotationAngle() const { return m_rotationAngle; } in webkitRotationAngle()
97 float m_rotationAngle; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorInputAgent.cpp62 m_rotationAngle = rotationAngle; in SyntheticInspectorTouchPoint()
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp437 m_rotationAngle = point.rotationAngle; in PlatformTouchPointBuilder()