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

  /external/chromium_org/third_party/WebKit/Source/core/loader/
FrameLoaderClient.h 163 virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const = 0;
EmptyClients.h 231 virtual bool canCreatePluginWithoutRenderer(const String& mimeType) const OVERRIDE { return false; }