HomeSort by relevance Sort by last modified time
    Searched refs:DragOperationNone (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/page/
DragActions.h 54 DragOperationNone = 0,
DragController.cpp 93 , m_sourceDragOperation(DragOperationNone)
213 if (operationForLoad(dragData) == DragOperationNone)
241 return DragOperationNone;
244 DragOperation operation = DragOperationNone;
357 return DragOperationNone;
529 if (srcOpMask == DragOperationNone)
530 return DragOperationNone;
567 operation = DragOperationNone;
    [all...]
EventHandler.cpp     [all...]
  /external/webkit/Source/WebCore/page/brew/
DragControllerBrew.cpp 55 return DragOperationNone;
  /external/webkit/Source/WebCore/page/efl/
DragControllerEfl.cpp 56 return DragOperationNone;
  /external/webkit/Source/WebCore/page/gtk/
DragControllerGtk.cpp 56 return DragOperationNone;
  /external/webkit/Source/WebCore/page/mac/
DragControllerMac.mm 55 return DragOperationNone;
60 return DragOperationNone;
  /external/webkit/Source/WebCore/page/android/
DragControllerAndroid.cpp 47 return DragOperationNone;
  /external/webkit/Source/WebCore/page/haiku/
DragControllerHaiku.cpp 61 return DragOperationNone;
  /external/webkit/Source/WebCore/page/qt/
DragControllerQt.cpp 57 return DragOperationNone;
  /external/webkit/Source/WebCore/page/win/
DragControllerWin.cpp 45 //FIXME: to match the macos behaviour we should return DragOperationNone
50 return dragData->containsURL(0) && !m_didInitiateDrag ? DragOperationCopy : DragOperationNone;
  /external/webkit/Source/WebCore/page/wx/
DragControllerWx.cpp 58 return DragOperationNone;
  /external/webkit/Source/WebCore/page/chromium/
DragControllerChromium.cpp 49 // FIXME: To match the MacOS behaviour we should return DragOperationNone
54 return dragData->containsURL(0) && !m_didInitiateDrag ? DragOperationCopy : DragOperationNone;
  /external/webkit/Source/WebCore/platform/gtk/
ClipboardUtilitiesGtk.cpp 27 if (coreAction == DragOperationNone)
63 unsigned int action = DragOperationNone;
  /external/webkit/Source/WebCore/dom/
Clipboard.cpp 62 return DragOperationNone;
112 ASSERT(op == DragOperationCopy || op == DragOperationNone || op == DragOperationLink || op == (DragOperation)(DragOperationGeneric | DragOperationMove) || op == DragOperationEvery);
124 ASSERT_ARG(op, op == DragOperationCopy || op == DragOperationNone || op == DragOperationLink || op == DragOperationGeneric || op == DragOperationMove || op == (DragOperation)(DragOperationGeneric | DragOperationMove));
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
DragClientQt.cpp 56 DragOperation result = DragOperationNone;
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
WebDragClientWin.cpp 85 DragData dragData(dataObject.get(), IntPoint(), IntPoint(), DragOperationNone);
  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebDragClient.cpp 157 DragOperation operation = DragOperationNone;
  /external/webkit/Source/WebKit/chromium/src/
WebViewImpl.cpp 195 COMPILE_ASSERT_MATCHING_ENUM(DragOperationNone);
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit2/UIProcess/
WebPageProxy.h 433 void resetDragOperation() { m_currentDragOperation = WebCore::DragOperationNone; }
    [all...]
WebPageProxy.cpp 151 , m_currentDragOperation(DragOperationNone)
792 DragOperation operation = DragOperationNone;
    [all...]
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
WebPage.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebView.cpp     [all...]
  /external/webkit/Source/WebKit/gtk/webkit/
webkitwebview.cpp     [all...]

Completed in 254 milliseconds

1 2