HomeSort by relevance Sort by last modified time
    Searched defs:m_rotationAngle (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/platform/
PlatformTouchPoint.h 46 , m_rotationAngle(0)
57 float rotationAngle() const { return m_rotationAngle; }
67 float m_rotationAngle;
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Touch.h 60 float webkitRotationAngle() const { return m_rotationAngle; }
84 float m_rotationAngle;

Completed in 115 milliseconds