HomeSort by relevance Sort by last modified time
    Searched defs:canCreatePluginWithoutRenderer (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/shell/renderer/test_runner/
web_frame_test_proxy.h 45 virtual bool canCreatePluginWithoutRenderer(
  /external/chromium_org/third_party/WebKit/Source/web/
FrameLoaderClientImpl.cpp 612 bool FrameLoaderClientImpl::canCreatePluginWithoutRenderer(const String& mimeType) const
617 return m_webFrame->client()->canCreatePluginWithoutRenderer(mimeType);
  /external/chromium_org/third_party/WebKit/public/web/
WebFrameClient.h 129 virtual bool canCreatePluginWithoutRenderer(const WebString& mimeType) { return false; }

Completed in 146 milliseconds