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

  /external/webkit/Source/WebCore/page/
DragController.h 68 DragOperation sourceDragOperation() const { return m_sourceDragOperation; }
123 DragOperation m_sourceDragOperation; // Set in startDrag when a drag starts from a mouse down within WebKit
DragController.cpp 93 , m_sourceDragOperation(DragOperationNone)
683 m_sourceDragOperation = srcOp;
695 m_sourceDragOperation = (DragOperation)(DragOperationGeneric | DragOperationCopy);
    [all...]

Completed in 36 milliseconds