Home
last modified time | relevance | path

Searched defs:canCreatePluginWithoutRenderer (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/content/shell/renderer/test_runner/
Dweb_frame_test_proxy.h45 virtual bool canCreatePluginWithoutRenderer( in canCreatePluginWithoutRenderer() function
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.cpp612 bool FrameLoaderClientImpl::canCreatePluginWithoutRenderer(const String& mimeType) const in canCreatePluginWithoutRenderer() function in blink::FrameLoaderClientImpl
/external/chromium_org/third_party/WebKit/Source/core/loader/
DEmptyClients.h231 …virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false;… in canCreatePluginWithoutRenderer() function
/external/chromium_org/third_party/WebKit/public/web/
DWebFrameClient.h129 virtual bool canCreatePluginWithoutRenderer(const WebString& mimeType) { return false; } in canCreatePluginWithoutRenderer() function