Home
last modified time | relevance | path

Searched refs:m_hasPreciseScrollingDeltas (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h65 , 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
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp167 m_hasPreciseScrollingDeltas = e.hasPreciseScrollingDeltas; in PlatformWheelEventBuilder()