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

  /external/webkit/Source/WebKit2/Shared/
WebWheelEvent.cpp 45 , m_hasPreciseScrollingDeltas(false)
61 , m_hasPreciseScrollingDeltas(hasPreciseScrollingDeltas)
79 encoder->encode(m_hasPreciseScrollingDeltas);
102 if (!decoder->decode(t.m_hasPreciseScrollingDeltas))
WebEvent.h 191 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
208 bool m_hasPreciseScrollingDeltas;
WebEventConversion.cpp 116 m_hasPreciseScrollingDeltas = webEvent.hasPreciseScrollingDeltas();
  /external/webkit/Source/WebCore/platform/
PlatformWheelEvent.h 101 , m_hasPreciseScrollingDeltas(false)
158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
195 bool m_hasPreciseScrollingDeltas;
  /external/webkit/Source/WebCore/platform/mac/
WheelEventMac.mm 110 m_hasPreciseScrollingDeltas = true;
116 m_hasPreciseScrollingDeltas = false;

Completed in 103 milliseconds