Searched defs:canShowMIMEType (Results 1 - 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/win/
H A DDefaultPolicyDelegate.cpp153 BOOL canShowMIMEType; local
154 if (FAILED(webView->canShowMIMEType(type, &canShowMIMEType)))
155 canShowMIMEType = FALSE;
168 else if(canShowMIMEType)
172 } else if (canShowMIMEType)
H A DWebFrame.cpp1619 bool WebFrame::canShowMIMEType(const String& /*MIMEType*/) const function in class:WebFrame
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFrameProxy.cpp102 bool WebFrameProxy::canShowMIMEType(const String& mimeType) const function in class:WebKit::WebFrameProxy
107 if (m_page->canShowMIMEType(mimeType))
H A DWebPageProxy.cpp523 bool WebPageProxy::canShowMIMEType(const String& mimeType) const function in class:WebKit::WebPageProxy
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.cpp143 if (canShowMIMEType(response.mimeType()))
440 bool FrameLoaderClientWinCE::canShowMIMEType(const String& type) const function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.cpp870 } else if (!canShowMIMEType(response.mimeType())) {
1249 bool FrameLoaderClientImpl::canShowMIMEType(const String& mimeType) const function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.cpp289 if (canShowMIMEType(response.mimeType()))
661 bool FrameLoaderClientEfl::canShowMIMEType(const String& MIMEType) const function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.cpp499 if (canShowMIMEType(mimeType))
1074 bool FrameLoaderClient::canShowMIMEType(const String& type) const function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.cpp370 bool FrameLoaderClientHaiku::canShowMIMEType(const String& MIMEType) const function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.cpp456 bool FrameLoaderClientWx::canShowMIMEType(const String& MIMEType) const function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.cpp998 bool WebFrameLoaderClient::canShowMIMEType(const String& MIMEType) const function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.cpp511 if (!canShowMIMEType(response.mimeType())) {
797 bool FrameLoaderClientAndroid::canShowMIMEType(const String& mimeType) const { function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.cpp652 bool FrameLoaderClientQt::canShowMIMEType(const String& MIMEType) const function in class:WebCore::FrameLoaderClientQt
1198 else if (canShowMIMEType(response.mimeType()))
/external/webkit/Source/WebCore/loader/
H A DEmptyClients.h329 virtual bool canShowMIMEType(const String&) const { return false; } function in class:WebCore::EmptyFrameLoaderClient
H A DFrameLoader.cpp2276 bool FrameLoader::canShowMIMEType(const String& MIMEType) const function in class:WebCore::FrameLoader
2278 return m_client->canShowMIMEType(MIMEType);

Completed in 346 milliseconds