HomeSort by relevance Sort by last modified time
    Searched full:moveset (Results 1 - 1 of 1) sorted by null

  /external/webkit/WebCore/dom/
Clipboard.cpp 83 bool moveSet = !!((DragOperationGeneric | DragOperationMove) & op);
85 if ((moveSet && (op & DragOperationCopy) && (op & DragOperationLink))
88 if (moveSet && (op & DragOperationCopy))
90 if (moveSet && (op & DragOperationLink))
94 if (moveSet)

Completed in 2461 milliseconds