HomeSort by relevance Sort by last modified time
    Searched refs:m_documentIsHandlingDrag (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 109 bool m_documentIsHandlingDrag;
DragController.cpp 135 , m_documentIsHandlingDrag(false)
240 if ((m_dragDestinationAction & DragDestinationActionDHTML) && m_documentIsHandlingDrag) {
295 m_documentIsHandlingDrag = tryDocumentDrag(dragData, m_dragDestinationAction, dragSession);
296 if (!m_documentIsHandlingDrag && (m_dragDestinationAction & DragDestinationActionLoad))
    [all...]

Completed in 52 milliseconds