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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderEmbeddedObject.h 48 bool hasFallbackContent() const { return m_hasFallbackContent; }
49 void setHasFallbackContent(bool hasFallbackContent) { m_hasFallbackContent = hasFallbackContent; }
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLObjectElement.cpp 213 bool HTMLObjectElement::hasFallbackContent() const
236 || hasFallbackContent()
294 bool fallbackContent = hasFallbackContent();

Completed in 433 milliseconds