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