Home
last modified time | relevance | path

Searched refs:WebDragSourceActionAny (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebKit/mac/WebView/
DWebUIDelegate.h114 WebDragSourceActionAny = UINT_MAX enumerator
/external/webkit/WebKit/win/WebCoreSupport/
DWebDragClient.cpp118 WebDragSourceAction action = WebDragSourceActionAny; in dragSourceActionMaskForPoint()
/external/webkit/WebKit/mac/DefaultDelegates/
DWebDefaultUIDelegate.m207 return WebDragSourceActionAny;
/external/webkit/WebKit/win/Interfaces/
DIWebUIDelegate.idl132 @constant WebDragSourceActionAny Allows any of the above to occur
140 WebDragSourceActionAny = (unsigned long)-1
543 …which drag source actions can occur, WebDragSourceActionAny to allow any kind of action or WebDrag…