Searched refs:m_hasPreciseScrollingDeltas (Results 1 – 2 of 2) sorted by relevance
65 , m_hasPreciseScrollingDeltas(false) in PlatformWheelEvent()87 , m_hasPreciseScrollingDeltas(false) in PlatformWheelEvent()111 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas()112 void setHasPreciseScrollingDeltas(bool b) { m_hasPreciseScrollingDeltas = b; } in setHasPreciseScrollingDeltas()134 bool m_hasPreciseScrollingDeltas; variable
167 m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas; in PlatformWheelEventBuilder()