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

/external/chromium_org/third_party/WebKit/Source/web/
H A DDragClientImpl.cpp54 if (m_webView->client() && m_webView->client()->acceptsLoadDrops())
/external/chromium_org/components/plugins/renderer/
H A Dwebview_plugin.h109 virtual bool acceptsLoadDrops();
H A Dwebview_plugin.cc207 bool WebViewPlugin::acceptsLoadDrops() { return false; } function in class:WebViewPlugin
/external/chromium_org/third_party/WebKit/public/web/
H A DWebViewClient.h190 virtual bool acceptsLoadDrops() { return true; } function in class:blink::WebViewClient
/external/chromium_org/content/renderer/
H A Drender_view_impl.h409 virtual bool acceptsLoadDrops();
H A Drender_view_impl.cc1978 bool RenderViewImpl::acceptsLoadDrops() { function in class:content::RenderViewImpl

Completed in 549 milliseconds