Home
last modified time | relevance | path

Searched defs:hasPreciseScrollingDeltas (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/
DWebWheelEvent.cpp52 …, Granularity granularity, Phase phase, Phase momentumPhase, bool hasPreciseScrollingDeltas, Modif… in WebWheelEvent()
DWebEvent.h191 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas() function
/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h158 bool hasPreciseScrollingDeltas() const { return m_hasPreciseScrollingDeltas; } in hasPreciseScrollingDeltas() function