OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dragIsMove
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/page/
DragController.h
102
bool
dragIsMove
(SelectionController*, DragData*);
DragController.cpp
144
bool DragController::
dragIsMove
(SelectionController* selection, DragData* dragData)
338
operation =
dragIsMove
(innerFrame->selection(), dragData) ? DragOperationMove : DragOperationCopy;
453
if (
dragIsMove
(innerFrame->selection(), dragData) || dragCaret.isContentRichlyEditable()) {
462
if (
dragIsMove
(innerFrame->selection(), dragData)) {
[
all
...]
Completed in 2533 milliseconds