Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/
DWebWheelEvent.cpp45 , m_hasPreciseScrollingDeltas(false) in WebWheelEvent()
61 , m_hasPreciseScrollingDeltas(hasPreciseScrollingDeltas) in WebWheelEvent()
79 encoder->encode(m_hasPreciseScrollingDeltas); in encode()
102 if (!decoder->decode(t.m_hasPreciseScrollingDeltas)) in decode()
DWebEvent.h191 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas()
208 bool m_hasPreciseScrollingDeltas; variable
DWebEventConversion.cpp116 m_hasPreciseScrollingDeltas = webEvent.hasPreciseScrollingDeltas(); in WebKit2PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h101 , m_hasPreciseScrollingDeltas(false) in PlatformWheelEvent()
158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas()
195 bool m_hasPreciseScrollingDeltas; variable
/external/webkit/Source/WebCore/platform/mac/
DWheelEventMac.mm110 m_hasPreciseScrollingDeltas = true;
116 m_hasPreciseScrollingDeltas = false;
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-165115 Initialize m_phase and m_hasPreciseScrollingDeltas.
5119 Add missing coding for m_hasPreciseScrollingDeltas.