Home
last modified time | relevance | path

Searched refs:m_scrollCount (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/
DPlatformWheelEvent.h69 , m_scrollCount(0) in PlatformWheelEvent()
91 , m_scrollCount(0) in PlatformWheelEvent()
116 unsigned scrollCount() const { return m_scrollCount; } in scrollCount()
138 unsigned m_scrollCount; variable
/external/chromium_org/third_party/WebKit/Source/web/
DWebInputEventConversion.cpp172 m_scrollCount = 0; in PlatformWheelEventBuilder()