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

  /external/chromium_org/third_party/WebKit/Source/platform/
PlatformWheelEvent.h 65 , m_hasPreciseScrollingDeltas(false)
87 , m_hasPreciseScrollingDeltas(false)
111 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
112 void setHasPreciseScrollingDeltas(bool b) { m_hasPreciseScrollingDeltas = b; }
134 bool m_hasPreciseScrollingDeltas;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 167 m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas;

Completed in 48 milliseconds