Home | History | Annotate | Download | only in src

Lines Matching full:drop

163     // drop-down the same as the items in the input field.
887 // If we've started a drag and drop operation, ignore input events until
1472 // If this webview transitions from the "drop accepting" state to the "not
1475 // drop happens before our IPC reply has reached the browser process, then
1476 // the browser forwards the drop to this webview. So only allow a drop to
1479 if (m_dragOperation == WebDragOperationNone) { // IPC RACE CONDITION: do not allow this drop.