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

  /external/chromium_org/third_party/WebKit/Source/core/plugins/
PluginView.h 55 virtual bool canProcessDrag() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/web/tests/
FakeWebPlugin.h 53 virtual bool canProcessDrag() const OVERRIDE { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/page/
DragController.h 83 bool canProcessDrag(DragData*);
DragController.cpp 365 if ((actionMask & DragDestinationActionEdit) && canProcessDrag(dragData)) {
479 if (!m_page->dragController().canProcessDrag(dragData)) {
537 bool DragController::canProcessDrag(DragData* dragData)
559 if (!plugin->canProcessDrag() && !result.innerNonSharedNode()->hasEditableStyle())
    [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebPlugin.h 89 virtual bool canProcessDrag() const { return false; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLPlugInElement.h 53 bool canProcessDrag() const;
HTMLPlugInElement.cpp 93 bool HTMLPlugInElement::canProcessDrag() const
95 return pluginWidget() && pluginWidget()->isPluginView() && toPluginView(pluginWidget())->canProcessDrag();
  /external/chromium_org/content/shell/renderer/test_runner/
test_plugin.h 59 virtual bool canProcessDrag() const;
test_plugin.cc 248 bool TestPlugin::canProcessDrag() const {
  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.h 85 virtual bool canProcessDrag() const OVERRIDE;
WebPluginContainerImpl.cpp 627 bool WebPluginContainerImpl::canProcessDrag() const
629 return m_webPlugin->canProcessDrag();
732 if (m_webPlugin->canProcessDrag())
  /external/chromium_org/content/renderer/browser_plugin/
browser_plugin.h 86 virtual bool canProcessDrag() const OVERRIDE;
browser_plugin.cc 383 bool BrowserPlugin::canProcessDrag() const {

Completed in 212 milliseconds