Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/chromium/public/
DWebView.h235 WebDragOperationsMask operationsAllowed) = 0;
238 WebDragOperationsMask operationsAllowed) = 0;
/external/webkit/Source/WebKit/chromium/src/
DWebViewImpl.h164 WebDragOperationsMask operationsAllowed);
168 WebDragOperationsMask operationsAllowed);
DWebViewImpl.cpp1809 WebDragOperationsMask operationsAllowed) in dragTargetDragEnter() argument
1814 m_operationsAllowed = operationsAllowed; in dragTargetDragEnter()
1822 WebDragOperationsMask operationsAllowed) in dragTargetDragOver() argument
1824 m_operationsAllowed = operationsAllowed; in dragTargetDragOver()