HomeSort by relevance Sort by last modified time
    Searched defs:hasFallbackContent (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderEmbeddedObject.h 46 bool hasFallbackContent() const { return m_hasFallbackContent; }
47 void setHasFallbackContent(bool hasFallbackContent) { m_hasFallbackContent = hasFallbackContent; }
  /external/webkit/Source/WebCore/html/
HTMLObjectElement.cpp 226 bool HTMLObjectElement::hasFallbackContent() const
279 bool fallbackContent = hasFallbackContent();

Completed in 778 milliseconds