Home
last modified time | relevance | path

Searched refs:operationsAllowed (Results 1 – 3 of 3) sorted by relevance

/external/webkit/WebKit/chromium/public/
DWebView.h180 WebDragOperationsMask operationsAllowed) = 0;
183 WebDragOperationsMask operationsAllowed) = 0;
/external/webkit/WebKit/chromium/src/
DWebViewImpl.h137 WebDragOperationsMask operationsAllowed);
141 WebDragOperationsMask operationsAllowed);
DWebViewImpl.cpp1387 WebDragOperationsMask operationsAllowed) in dragTargetDragEnter() argument
1393 m_operationsAllowed = operationsAllowed; in dragTargetDragEnter()
1399 static_cast<DragOperation>(operationsAllowed)); in dragTargetDragEnter()
1420 WebDragOperationsMask operationsAllowed) in dragTargetDragOver() argument
1424 m_operationsAllowed = operationsAllowed; in dragTargetDragOver()
1429 static_cast<DragOperation>(operationsAllowed)); in dragTargetDragOver()