OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:moveset
(Results
1 - 1
of
1
) sorted by null
/external/webkit/Source/WebCore/dom/
Clipboard.cpp
82
bool
moveSet
= !!((DragOperationGeneric | DragOperationMove) & op);
84
if ((
moveSet
&& (op & DragOperationCopy) && (op & DragOperationLink))
87
if (
moveSet
&& (op & DragOperationCopy))
89
if (
moveSet
&& (op & DragOperationLink))
93
if (
moveSet
)
Completed in 423 milliseconds