Home
last modified time | relevance | path

Searched refs: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() function
DEventHandler.cpp1348 m_capturesDragging = subframe->eventHandler().capturesDragging(); in handleMousePressEvent()