Home
last modified time | relevance | path

Searched defs:shouldUsePluginDocument (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/loader/
DFrameLoaderClient.h224 virtual bool shouldUsePluginDocument(const String& /*mimeType*/) const { return false; } in shouldUsePluginDocument() function
/external/webkit/WebKit/win/WebCoreSupport/
DWebFrameLoaderClient.cpp747 bool WebFrameLoaderClient::shouldUsePluginDocument(const String& mimeType) const in shouldUsePluginDocument() function in WebFrameLoaderClient