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

  /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/WebKit2/Shared/
WebEvent.h 191 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; }
208 bool m_hasPreciseScrollingDeltas;

Completed in 42 milliseconds