Home
last modified time | relevance | path

Searched refs:hasFallbackContent (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderEmbeddedObject.h46 bool hasFallbackContent() const { return m_hasFallbackContent; } in hasFallbackContent() function
47 … void setHasFallbackContent(bool hasFallbackContent) { m_hasFallbackContent = hasFallbackContent; } in setHasFallbackContent() argument
/external/webkit/Source/WebCore/html/
DHTMLObjectElement.h90 bool hasFallbackContent() const;
DHTMLObjectElement.cpp226 bool HTMLObjectElement::hasFallbackContent() const in hasFallbackContent() function in WebCore::HTMLObjectElement
279 bool fallbackContent = hasFallbackContent(); in updateWidget()
/external/webkit/Source/WebCore/loader/
DSubframeLoader.cpp140 … mimeType, ownerElement->shouldPreferPlugInsForImages(), renderer->hasFallbackContent(), useFallba… in requestObject()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2420299 (WebCore::RenderEmbeddedObject::hasFallbackContent):
DChangeLog-2010-12-0663022 (WebCore::HTMLObjectElement::hasFallbackContent):
64013 (WebCore::hasFallbackContent):
DChangeLog-2005-08-2319246 (khtml::RenderPart::hasFallbackContent):