HomeSort by relevance Sort by last modified time
    Searched refs:canShowMIMEType (Results 1 - 25 of 40) sorted by null

1 2

  /external/webkit/Source/WebKit/win/
DefaultPolicyDelegate.cpp 153 BOOL canShowMIMEType;
154 if (FAILED(webView->canShowMIMEType(type, &canShowMIMEType)))
155 canShowMIMEType = FALSE;
168 else if(canShowMIMEType)
172 } else if (canShowMIMEType)
WebFrame.h 311 virtual bool canShowMIMEType(const WTF::String& MIMEType) const;
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.h 105 bool canShowMIMEType(const String& mimeType) const;
WebFrameProxy.cpp 102 bool WebFrameProxy::canShowMIMEType(const String& mimeType) const
107 if (m_page->canShowMIMEType(mimeType))
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 132 virtual bool canShowMIMEType(const String& MIMEType) const;
FrameLoaderClientHaiku.cpp 370 bool FrameLoaderClientHaiku::canShowMIMEType(const String& MIMEType) const
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.cpp 121 return toImpl(frameRef)->canShowMIMEType(toWTFString(mimeTypeRef));
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.cpp 143 if (canShowMIMEType(response.mimeType()))
440 bool FrameLoaderClientWinCE::canShowMIMEType(const String& type) const
FrameLoaderClientWinCE.h 159 virtual bool canShowMIMEType(const WTF::String&) const;
  /external/webkit/Source/WebCore/loader/
FrameLoaderClient.h 218 virtual bool canShowMIMEType(const String& MIMEType) const = 0;
EmptyClients.h 333 virtual bool canShowMIMEType(const String&) const { return false; }
FrameLoader.h 178 bool canShowMIMEType(const String& MIMEType) const;
MainResourceLoader.cpp 251 if (!frameLoader()->canShowMIMEType(mimeType) || isRemoteWebArchive) {
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 156 virtual bool canShowMIMEType(const String& MIMEType) const;
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 157 virtual bool canShowMIMEType(const WTF::String& MIMEType) const;
FrameLoaderClientImpl.cpp     [all...]
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.h 183 virtual bool canShowMIMEType(const String&) const;
FrameLoaderClientEfl.cpp 289 if (canShowMIMEType(response.mimeType()))
661 bool FrameLoaderClientEfl::canShowMIMEType(const String& MIMEType) const
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 164 virtual bool canShowMIMEType(const WTF::String&) const;
  /external/webkit/Source/WebKit/mac/WebView/
WebView.h 121 @method canShowMIMEType:
126 + (BOOL)canShowMIMEType:(NSString *)MIMEType;
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 176 virtual bool canShowMIMEType(const String& MIMEType) const;
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 134 virtual bool canShowMIMEType(const String& MIMEType) const;
FrameLoaderClientWx.cpp 456 bool FrameLoaderClientWx::canShowMIMEType(const String& MIMEType) const
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 155 virtual bool canShowMIMEType(const String& MIMEType) const;
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 186 virtual bool canShowMIMEType(const WTF::String& MIMEType) const;

Completed in 344 milliseconds

1 2