Searched refs:dragOpFromIEOp (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DClipboard.cpp56 static DragOperation dragOpFromIEOp(const String& op) function in namespace:WebCore
104 DragOperation op = dragOpFromIEOp(m_effectAllowed);
111 DragOperation op = dragOpFromIEOp(m_dropEffect);
146 if (dragOpFromIEOp(effect) == DragOperationPrivate) {

Completed in 167 milliseconds