Searched refs:objectContentType (Results 1 - 25 of 26) sorted by relevance

12

/external/webkit/Source/WebCore/html/
H A DHTMLPlugInImageElement.cpp63 return frame->loader()->client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugInsForImages()) == ObjectContentImage;
104 if (frameLoader->client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin)
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DFrameLoaderClientAndroid.h195 virtual ObjectContentType objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages);
H A DFrameLoaderClientAndroid.cpp1309 ObjectContentType FrameLoaderClientAndroid::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) { function in class:android::FrameLoaderClientAndroid
/external/webkit/Source/WebKit/efl/WebCoreSupport/
H A DFrameLoaderClientEfl.h152 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
H A DFrameLoaderClientEfl.cpp370 ObjectContentType FrameLoaderClientEfl::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) function in class:WebCore::FrameLoaderClientEfl
/external/webkit/Source/WebKit/haiku/WebCoreSupport/
H A DFrameLoaderClientHaiku.h242 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
H A DFrameLoaderClientHaiku.cpp757 ObjectContentType FrameLoaderClientHaiku::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) function in class:WebCore::FrameLoaderClientHaiku
/external/webkit/Source/WebKit/wx/WebKitSupport/
H A DFrameLoaderClientWx.h221 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
H A DFrameLoaderClientWx.cpp875 ObjectContentType FrameLoaderClientWx::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) function in class:WebCore::FrameLoaderClientWx
/external/webkit/Source/WebCore/loader/
H A DFrameLoaderClient.h263 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages) = 0;
H A DSubframeLoader.cpp316 ObjectContentType objectType = m_frame->loader()->client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages);
H A DEmptyClients.h382 virtual ObjectContentType objectContentType(const KURL&, const String&, bool) { return ObjectContentType(); } function in class:WebCore::EmptyFrameLoaderClient
/external/webkit/Source/WebKit/chromium/src/
H A DFrameLoaderClientImpl.h200 virtual WebCore::ObjectContentType objectContentType(
H A DFrameLoaderClientImpl.cpp1489 ObjectContentType FrameLoaderClientImpl::objectContentType( function in class:WebKit::FrameLoaderClientImpl
/external/webkit/Source/WebKit/gtk/WebCoreSupport/
H A DFrameLoaderClientGtk.h129 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
H A DFrameLoaderClientGtk.cpp715 ObjectContentType FrameLoaderClient::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) function in class:WebKit::FrameLoaderClient
/external/webkit/Source/WebKit/qt/WebCoreSupport/
H A DFrameLoaderClientQt.h214 virtual ObjectContentType objectContentType(const KURL&, const String& mimeTypeIn, bool shouldPreferPlugInsForImages);
H A DFrameLoaderClientQt.cpp1346 ObjectContentType FrameLoaderClientQt::objectContentType(const KURL& url, const String& mimeTypeIn, bool shouldPreferPlugInsForImages) function in class:WebCore::FrameLoaderClientQt
/external/webkit/Source/WebKit/wince/WebCoreSupport/
H A DFrameLoaderClientWinCE.h124 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
H A DFrameLoaderClientWinCE.cpp196 ObjectContentType FrameLoaderClientWinCE::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) function in class:WebKit::FrameLoaderClientWinCE
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
H A DWebFrameLoaderClient.h194 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
H A DWebFrameLoaderClient.cpp1273 ObjectContentType WebFrameLoaderClient::objectContentType(const KURL& url, const String& mimeTypeIn, bool shouldPreferPlugInsForImages) function in class:WebKit::WebFrameLoaderClient
/external/webkit/Source/WebKit/mac/WebCoreSupport/
H A DWebFrameLoaderClient.h219 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
/external/webkit/Source/WebKit/win/
H A DWebFrame.h345 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
H A DWebFrame.cpp1901 ObjectContentType WebFrame::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages) function in class:WebFrame

Completed in 90 milliseconds

12