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 69 , m_hasPreciseScrollingDeltas(false)
92 , m_hasPreciseScrollingDeltas(false)
118 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
119 void setHasPreciseScrollingDeltas(bool b) { m_hasPreciseScrollingDeltas = b; }
142 bool m_hasPreciseScrollingDeltas;
  /external/chromium_org/third_party/WebKit/Source/web/
WebInputEventConversion.cpp 169 m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas;

Completed in 69 milliseconds