Home
last modified time | relevance | path

Searched refs:m_sourceDragOperation (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/page/
DDragController.h68 DragOperation sourceDragOperation() const { return m_sourceDragOperation; } in sourceDragOperation()
123 …DragOperation m_sourceDragOperation; // Set in startDrag when a drag starts from a mouse down with… variable
DDragController.cpp93 , m_sourceDragOperation(DragOperationNone) in DragController()
683 m_sourceDragOperation = srcOp; in startDrag()
695 m_sourceDragOperation = (DragOperation)(DragOperationGeneric | DragOperationCopy); in startDrag()