Searched defs:canProcessDrag (Results 1 – 8 of 8) sorted by relevance
55 virtual bool canProcessDrag() const { return false; } in canProcessDrag() function
53 virtual bool canProcessDrag() const OVERRIDE { return false; } in canProcessDrag() function
89 virtual bool canProcessDrag() const { return false; } in canProcessDrag() function
93 bool HTMLPlugInElement::canProcessDrag() const in canProcessDrag() function in blink::HTMLPlugInElement
383 bool BrowserPlugin::canProcessDrag() const { in canProcessDrag() function in content::BrowserPlugin
248 bool TestPlugin::canProcessDrag() const { in canProcessDrag() function in content::TestPlugin
627 bool WebPluginContainerImpl::canProcessDrag() const in canProcessDrag() function in blink::WebPluginContainerImpl
537 bool DragController::canProcessDrag(DragData* dragData) in canProcessDrag() function in blink::DragController