Searched refs:m_granularity (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/WebKit2-7600.1.25/Shared/
H A DWebWheelEvent.cpp42 , m_granularity(granularity)
60 , m_granularity(granularity)
80 encoder << m_granularity; local
103 if (!decoder.decode(t.m_granularity))
H A DWebEvent.h182 Granularity granularity() const { return static_cast<Granularity>(m_granularity); }
202 uint32_t m_granularity; // Granularity member in class:WebKit::WebWheelEvent
H A DWebEventConversion.cpp129 m_granularity = (webEvent.granularity() == WebWheelEvent::ScrollByPageWheelEvent) ? WebCore::ScrollByPageWheelEvent : WebCore::ScrollByPixelWheelEvent;

Completed in 118 milliseconds