Home
last modified time | relevance | path

Searched defs:hasFallbackContent (Results 1 – 2 of 2) 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()
/external/webkit/Source/WebCore/html/
DHTMLObjectElement.cpp226 bool HTMLObjectElement::hasFallbackContent() const in hasFallbackContent() function in WebCore::HTMLObjectElement