Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DEventHandler.h281 bool capturesDragging() const { return m_capturesDragging; } in capturesDragging()
301 bool m_capturesDragging; variable
DEventHandler.cpp310 , m_capturesDragging(false) in EventHandler()
378 m_capturesDragging = false; in clear()
849 m_capturesDragging = false; in handleMouseReleaseEvent()
1314 m_capturesDragging = true; in handleMousePressEvent()
1348 m_capturesDragging = subframe->eventHandler().capturesDragging(); in handleMousePressEvent()
1349 if (m_mousePressed && m_capturesDragging) { in handleMousePressEvent()
1388 m_capturesDragging = !swallowEvent || mev.scrollbar(); in handleMousePressEvent()