Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/page/
DEventHandler.h376 bool capturesDragging() const { return m_capturesDragging; } in capturesDragging()
387 bool m_capturesDragging; variable
DEventHandler.cpp181 , m_capturesDragging(false) in EventHandler()
257 m_capturesDragging = false; in clear()
730 m_capturesDragging = false; in handleMouseReleaseEvent()
1356 m_capturesDragging = true; in handleMousePressEvent()
1401 m_capturesDragging = subframe->eventHandler()->capturesDragging(); in handleMousePressEvent()
1402 if (m_mousePressed && m_capturesDragging) { in handleMousePressEvent()
1442 m_capturesDragging = !swallowEvent; in handleMousePressEvent()
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1639310 Reset new m_capturesDragging flag
39313 Respect the m_capturesDragging flag when we propagate