Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit2/Shared/
DWebWheelEvent.cpp44 , m_phase(PhaseNone) in WebWheelEvent()
59 , m_phase(phase) in WebWheelEvent()
77 encoder->encode(m_phase); in encode()
98 if (!decoder->decode(t.m_phase)) in decode()
DWebEvent.h189 Phase phase() const { return static_cast<Phase>(m_phase); } in phase()
206 uint32_t m_phase; // Phase variable
DWebEventConversion.cpp114 m_phase = static_cast<WebCore::PlatformWheelEventPhase>(webEvent.phase()); in WebKit2PlatformWheelEvent()
/external/webkit/Source/WebCore/platform/
DPlatformWheelEvent.h102 , m_phase(PlatformWheelEventPhaseNone) in PlatformWheelEvent()
156 PlatformWheelEventPhase phase() const { return m_phase; } in phase()
196 PlatformWheelEventPhase m_phase; variable
/external/webkit/Source/WebCore/platform/mac/
DWheelEventMac.mm101 , m_phase(phaseForEvent(event))
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-165115 Initialize m_phase and m_hasPreciseScrollingDeltas.