Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.h88 bool tryDHTMLDrag(DragData*, DragOperation&);
DDragController.cpp345 isHandlingDrag = tryDHTMLDrag(dragData, dragSession.operation); in tryDocumentDrag()
590 bool DragController::tryDHTMLDrag(DragData* dragData, DragOperation& operation) in tryDHTMLDrag() function in WebCore::DragController