Home
last modified time | relevance | path

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

/external/webkit/WebCore/page/
DEventHandler.h331 bool capturesDragging() const { return m_capturesDragging; } in capturesDragging()
342 bool m_capturesDragging; variable
DEventHandler.cpp153 , m_capturesDragging(false) in EventHandler()
220 m_capturesDragging = false; in clear()
610 m_capturesDragging = false; in handleMouseReleaseEvent()
1155 m_capturesDragging = true; in handleMousePressEvent()
1199 m_capturesDragging = subframe->eventHandler()->capturesDragging(); in handleMousePressEvent()
1200 if (m_mousePressed && m_capturesDragging) in handleMousePressEvent()
1231 m_capturesDragging = !swallowEvent; in handleMousePressEvent()
/external/webkit/WebCore/
DChangeLog-2009-06-1639310 Reset new m_capturesDragging flag
39313 Respect the m_capturesDragging flag when we propagate