Home
last modified time | relevance | path

Searched defs:canProcessDrag (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/plugins/
DPluginView.h55 virtual bool canProcessDrag() const { return false; } in canProcessDrag() function
/external/chromium_org/third_party/WebKit/Source/web/tests/
DFakeWebPlugin.h53 virtual bool canProcessDrag() const OVERRIDE { return false; } in canProcessDrag() function
/external/chromium_org/third_party/WebKit/public/web/
DWebPlugin.h89 virtual bool canProcessDrag() const { return false; } in canProcessDrag() function
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.cpp93 bool HTMLPlugInElement::canProcessDrag() const in canProcessDrag() function in blink::HTMLPlugInElement
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin.cc383 bool BrowserPlugin::canProcessDrag() const { in canProcessDrag() function in content::BrowserPlugin
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_plugin.cc248 bool TestPlugin::canProcessDrag() const { in canProcessDrag() function in content::TestPlugin
/external/chromium_org/third_party/WebKit/Source/web/
DWebPluginContainerImpl.cpp627 bool WebPluginContainerImpl::canProcessDrag() const in canProcessDrag() function in blink::WebPluginContainerImpl
/external/chromium_org/third_party/WebKit/Source/core/page/
DDragController.cpp537 bool DragController::canProcessDrag(DragData* dragData) in canProcessDrag() function in blink::DragController