Home
last modified time | relevance | path

Searched defs:acceptsLoadDrops (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/components/plugins/renderer/
Dwebview_plugin.cc207 bool WebViewPlugin::acceptsLoadDrops() { return false; } in acceptsLoadDrops() function in WebViewPlugin
/external/chromium_org/third_party/WebKit/public/web/
DWebViewClient.h190 virtual bool acceptsLoadDrops() { return true; } in acceptsLoadDrops() function
/external/chromium_org/content/renderer/
Drender_view_impl.cc1978 bool RenderViewImpl::acceptsLoadDrops() { in acceptsLoadDrops() function in content::RenderViewImpl