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

  /external/webkit/Source/WebKit/win/WebCoreSupport/
WebFrameLoaderClient.h 126 virtual bool shouldUsePluginDocument(const WTF::String& mimeType) const;
WebFrameLoaderClient.cpp     [all...]
  /external/webkit/Source/WebCore/loader/
DocumentWriter.cpp 102 if (!m_frame->loader()->stateMachine()->isDisplayingInitialEmptyDocument() && m_frame->loader()->client()->shouldUsePluginDocument(m_mimeType))
FrameLoaderClient.h 294 virtual bool shouldUsePluginDocument(const String& /*mimeType*/) const { return false; }
SubframeLoader.cpp 302 if (m_frame->loader()->client()->shouldUsePluginDocument(mimeType)) {
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 231 virtual bool shouldUsePluginDocument(const String &mimeType) const;
FrameLoaderClientWx.cpp 986 bool FrameLoaderClientWx::shouldUsePluginDocument(const String &mimeType) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 216 virtual bool shouldUsePluginDocument(const String& /*mimeType*/) const;
WebFrameLoaderClient.cpp     [all...]

Completed in 1601 milliseconds