HomeSort by relevance Sort by last modified time
    Searched refs:DragSourceActionNone (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/page/
DragActions.h 44 DragSourceActionNone = 0,
DragController.cpp 90 , m_dragSourceAction(DragSourceActionNone)
    [all...]
EventHandler.cpp 916 flagDHTML = (mask & DragSourceActionDHTML) != DragSourceActionNone;
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/
DragClientAndroid.cpp 40 DragSourceAction DragClientAndroid::dragSourceActionMaskForPoint(const IntPoint&) { notImplemented(); return DragSourceActionNone; }
  /external/webkit/Source/WebCore/loader/
EmptyClients.h 582 virtual DragSourceAction dragSourceActionMaskForPoint(const IntPoint&) { return DragSourceActionNone; }

Completed in 275 milliseconds