Home
last modified time | relevance | path

Searched refs:canProcessDrag (Results 1 – 13 of 13) 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/Source/core/page/
DDragController.h83 bool canProcessDrag(DragData*);
DDragController.cpp365 if ((actionMask & DragDestinationActionEdit) && canProcessDrag(dragData)) { in tryDocumentDrag()
479 if (!m_page->dragController().canProcessDrag(dragData)) { in concludeEditDrag()
537 bool DragController::canProcessDrag(DragData* dragData) in canProcessDrag() function in blink::DragController
559 if (!plugin->canProcessDrag() && !result.innerNonSharedNode()->hasEditableStyle()) in canProcessDrag()
/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.h53 bool canProcessDrag() const;
DHTMLPlugInElement.cpp93 bool HTMLPlugInElement::canProcessDrag() const in canProcessDrag() function in blink::HTMLPlugInElement
95 …pluginWidget() && pluginWidget()->isPluginView() && toPluginView(pluginWidget())->canProcessDrag(); in canProcessDrag()
/external/chromium_org/content/shell/renderer/test_runner/
Dtest_plugin.h59 virtual bool canProcessDrag() const;
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
629 return m_webPlugin->canProcessDrag(); in canProcessDrag()
732 if (m_webPlugin->canProcessDrag()) in handleMouseEvent()
DWebPluginContainerImpl.h85 virtual bool canProcessDrag() const OVERRIDE;
/external/chromium_org/content/renderer/browser_plugin/
Dbrowser_plugin.h86 virtual bool canProcessDrag() const OVERRIDE; in NON_EXPORTED_BASE()
Dbrowser_plugin.cc383 bool BrowserPlugin::canProcessDrag() const { in canProcessDrag() function in content::BrowserPlugin