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

1 2

  /external/webkit/WebKit/win/
DefaultPolicyDelegate.cpp 156 BOOL canShowMIMEType;
157 if (FAILED(webView->canShowMIMEType(type, &canShowMIMEType)))
158 canShowMIMEType = FALSE;
171 else if(canShowMIMEType)
175 } else if (canShowMIMEType)
WebFrame.h 280 virtual bool canShowMIMEType(const WebCore::String& MIMEType) const;
WebView.h 79 virtual HRESULT STDMETHODCALLTYPE canShowMIMEType(
    [all...]
  /external/webkit/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 131 virtual bool canShowMIMEType(const String& MIMEType) const;
FrameLoaderClientHaiku.cpp 364 bool FrameLoaderClientHaiku::canShowMIMEType(const String& MIMEType) const
  /external/webkit/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 131 virtual bool canShowMIMEType(const String& MIMEType) const;
FrameLoaderClientWx.cpp 438 bool FrameLoaderClientWx::canShowMIMEType(const String& MIMEType) const
  /external/webkit/WebCore/loader/
FrameLoaderClient.h 197 virtual bool canShowMIMEType(const String& MIMEType) const = 0;
EmptyClients.h 273 virtual bool canShowMIMEType(const String&) const { return false; }
FrameLoader.h 173 bool canShowMIMEType(const String& MIMEType) const;
MainResourceLoader.cpp 210 if (!frameLoader()->canShowMIMEType(mimeType) || isRemoteWebArchive) {
FrameLoader.cpp     [all...]
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 156 virtual bool canShowMIMEType(const String& MIMEType) const;
FrameLoaderClientAndroid.cpp 482 if (!canShowMIMEType(MIMEType)) {
757 bool FrameLoaderClientAndroid::canShowMIMEType(const String& mimeType) const {
    [all...]
  /external/webkit/WebKit/chromium/src/
FrameLoaderClientImpl.h 151 virtual bool canShowMIMEType(const WebCore::String& MIMEType) const;
FrameLoaderClientImpl.cpp 851 } else if (!canShowMIMEType(mimeType)) {
    [all...]
  /external/webkit/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 160 virtual bool canShowMIMEType(const WebCore::String&) const;
FrameLoaderClientGtk.cpp 320 if (canShowMIMEType(mimeType))
840 bool FrameLoaderClient::canShowMIMEType(const String& type) const
    [all...]
  /external/webkit/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 175 virtual bool canShowMIMEType(const WebCore::String& MIMEType) const;
WebFrameLoaderClient.mm     [all...]
  /external/webkit/WebKit/mac/WebView/
WebView.h 121 @method canShowMIMEType:
126 + (BOOL)canShowMIMEType:(NSString *)MIMEType;
WebView.mm     [all...]
  /external/webkit/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 172 virtual bool canShowMIMEType(const String& MIMEType) const;
FrameLoaderClientQt.cpp 526 bool FrameLoaderClientQt::canShowMIMEType(const String& MIMEType) const
969 if (canShowMIMEType(MIMEType))
    [all...]
  /external/webkit/WebKit/win/Interfaces/
IWebView.idl 156 @method canShowMIMEType:
160 + (BOOL)canShowMIMEType:(NSString *)MIMEType;
162 HRESULT canShowMIMEType([in] BSTR mimeType, [out, retval] BOOL* canShow);
    [all...]

Completed in 66 milliseconds

1 2