Home | History | Annotate | Download | only in web

Lines Matching refs:m_dragOperation

380     , m_dragOperation(WebDragOperationNone)
3279 m_dragOperation = WebDragOperationNone;
3296 // proceed if our webview m_dragOperation state is not DragOperationNone.
3298 if (m_dragOperation == WebDragOperationNone) { // IPC RACE CONDITION: do not allow this drop.
3313 m_dragOperation = WebDragOperationNone;
3353 m_dragOperation = static_cast<WebDragOperation>(dropEffect);
3355 return m_dragOperation;