HomeSort by relevance Sort by last modified time
    Searched full:objectcontenttype (Results 1 - 25 of 44) sorted by null

1 2

  /external/webkit/Source/WebCore/html/
HTMLPlugInImageElement.cpp 63 return frame->loader()->client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugInsForImages()) == ObjectContentImage;
104 if (frameLoader->client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin)
  /external/webkit/Source/WebCore/loader/
FrameLoaderTypes.h 77 enum ObjectContentType {
FrameLoaderClient.h 263 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages) = 0;
SubframeLoader.cpp 316 ObjectContentType objectType = m_frame->loader()->client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages);
EmptyClients.h 382 virtual ObjectContentType objectContentType(const KURL&, const String&, bool) { return ObjectContentType(); }
FrameLoader.h 328 static ObjectContentType defaultObjectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
  /external/webkit/Source/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.h 195 virtual ObjectContentType objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages);
  /external/webkit/Source/WebKit/efl/WebCoreSupport/
FrameLoaderClientEfl.h 152 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
FrameLoaderClientEfl.cpp 370 ObjectContentType FrameLoaderClientEfl::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
  /external/webkit/Source/WebKit/gtk/WebCoreSupport/
FrameLoaderClientGtk.h 129 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
FrameLoaderClientGtk.cpp 715 ObjectContentType FrameLoaderClient::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
    [all...]
  /external/webkit/Source/WebKit/haiku/WebCoreSupport/
FrameLoaderClientHaiku.h 242 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
FrameLoaderClientHaiku.cpp 757 ObjectContentType FrameLoaderClientHaiku::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
760 return ObjectContentType();
  /external/webkit/Source/WebKit/wince/WebCoreSupport/
FrameLoaderClientWinCE.h 124 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
FrameLoaderClientWinCE.cpp 196 ObjectContentType FrameLoaderClientWinCE::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
  /external/webkit/Source/WebKit/wx/WebKitSupport/
FrameLoaderClientWx.h 221 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
FrameLoaderClientWx.cpp 875 ObjectContentType FrameLoaderClientWx::objectContentType(const KURL& url, const String& mimeType, bool shouldPreferPlugInsForImages)
878 return ObjectContentType();
  /external/webkit/Source/WebKit/wince/
ChangeLog 75 Update objectContentType() implementation to handle the
79 (WebKit::FrameLoaderClientWinCE::objectContentType):
93 (WebKit::FrameLoaderClientWinCE::objectContentType):
103 Update objectContentType() implementation to handle the
107 (WebKit::FrameLoaderClientWinCE::objectContentType):
  /external/webkit/Source/WebKit/chromium/src/
FrameLoaderClientImpl.h 200 virtual WebCore::ObjectContentType objectContentType(
  /external/webkit/Source/WebKit/mac/WebCoreSupport/
WebFrameLoaderClient.h 219 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
FrameLoaderClientQt.h 214 virtual ObjectContentType objectContentType(const KURL&, const String& mimeTypeIn, bool shouldPreferPlugInsForImages);
FrameLoaderClientQt.cpp     [all...]
  /external/webkit/Source/WebKit/win/
WebFrame.h 345 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages);
  /external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/
WebFrameLoaderClient.h 194 virtual WebCore::ObjectContentType objectContentType(const WebCore::KURL&, const String& mimeType, bool shouldPreferPlugInsForImages);
  /external/webkit/Source/WebKit/haiku/
ChangeLog 44 Update objectContentType() implementation to handle the
48 (WebCore::FrameLoaderClientHaiku::objectContentType):
75 (WebCore::FrameLoaderClientHaiku::objectContentType):
85 Update objectContentType() implementation to handle the
89 (WebCore::FrameLoaderClientHaiku::objectContentType):
    [all...]

Completed in 3917 milliseconds

1 2