Home
last modified time | relevance | path

Searched refs:objectContentType (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLPlugInElement.cpp361 …return frame->loader().client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugIn… in isImageType()
403 …return document().frame()->loader().client()->objectContentType(completedURL, serviceType, shouldP… in wouldLoadAsNetscapePlugin()
477 …ObjectContentType objectType = document().frame()->loader().client()->objectContentType(url, mimeT… in shouldUsePlugin()
/external/chromium_org/third_party/WebKit/Source/core/loader/
DFrameLoaderClient.h175 …virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPrefer…
DEmptyClients.h244 …virtual ObjectContentType objectContentType(const KURL&, const String&, bool) OVERRIDE { return Ob… in objectContentType() function
/external/chromium_org/third_party/WebKit/Source/web/
DFrameLoaderClientImpl.h127 virtual WebCore::ObjectContentType objectContentType(
DFrameLoaderClientImpl.cpp679 ObjectContentType FrameLoaderClientImpl::objectContentType( in objectContentType() function in blink::FrameLoaderClientImpl