Searched defs:canCreatePluginWithoutRenderer (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_frame_test_proxy.h52 virtual bool canCreatePluginWithoutRenderer( function in class:content::WebFrameTestProxy
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.cpp631 bool FrameLoaderClientImpl::canCreatePluginWithoutRenderer(const String& mimeType) const function in class:blink::FrameLoaderClientImpl
636 return m_webFrame->client()->canCreatePluginWithoutRenderer(mimeType);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebFrameClient.h140 virtual bool canCreatePluginWithoutRenderer(const WebString& mimeType) { return false; } function in class:blink::WebFrameClient

Completed in 287 milliseconds