Searched refs:shouldPreferPlugInsForImages (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLPlugInElement.cpp406 return frame->loader().client()->objectContentType(completedURL, m_serviceType, shouldPreferPlugInsForImages()) == ObjectContentImage;
440 return document().frame()->loader().client()->objectContentType(completedURL, serviceType, shouldPreferPlugInsForImages()) == ObjectContentNetscapePlugin;
527 ObjectContentType objectType = document().frame()->loader().client()->objectContentType(url, mimeType, shouldPreferPlugInsForImages());
H A DHTMLPlugInElement.h86 bool shouldPreferPlugInsForImages() const { return m_shouldPreferPlugInsForImages; } function in class:blink::HTMLPlugInElement
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DFrameLoaderClient.h157 virtual ObjectContentType objectContentType(const KURL&, const String& mimeType, bool shouldPreferPlugInsForImages) = 0;
/external/chromium_org/third_party/WebKit/Source/web/
H A DFrameLoaderClientImpl.h131 const KURL&, const WTF::String& mimeType, bool shouldPreferPlugInsForImages) OVERRIDE;
H A DFrameLoaderClientImpl.cpp688 bool shouldPreferPlugInsForImages)
717 return shouldPreferPlugInsForImages && plugInSupportsMIMEType ? ObjectContentNetscapePlugin : ObjectContentImage;
685 objectContentType( const KURL& url, const String& explicitMimeType, bool shouldPreferPlugInsForImages) argument

Completed in 1346 milliseconds