Home
last modified time | relevance | path

Searched refs:acceptsLoadDrops (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
DDragClientImpl.cpp56 if (m_webView->client() && m_webView->client()->acceptsLoadDrops()) in actionMaskForDrag()
/external/chromium_org/components/plugins/renderer/
Dwebview_plugin.h106 virtual bool acceptsLoadDrops();
Dwebview_plugin.cc207 bool WebViewPlugin::acceptsLoadDrops() { return false; } in acceptsLoadDrops() function in WebViewPlugin
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h191 virtual bool acceptsLoadDrops() { return true; } in acceptsLoadDrops() function
/external/chromium_org/content/renderer/
Drender_view_impl.h431 virtual bool acceptsLoadDrops();
Drender_view_impl.cc1712 bool RenderViewImpl::acceptsLoadDrops() { in acceptsLoadDrops() function in content::RenderViewImpl