Searched refs:hasFallbackContent (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderEmbeddedObject.h48 bool hasFallbackContent() const { return m_hasFallbackContent; } function in class:WebCore::RenderEmbeddedObject
49 void setHasFallbackContent(bool hasFallbackContent) { m_hasFallbackContent = hasFallbackContent; } argument
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLObjectElement.cpp213 bool HTMLObjectElement::hasFallbackContent() const function in class:WebCore::HTMLObjectElement
236 || hasFallbackContent()
294 bool fallbackContent = hasFallbackContent();
H A DHTMLObjectElement.h95 bool hasFallbackContent() const;
H A DHTMLPlugInElement.cpp420 if (shouldUsePlugin(completedURL, mimeType, renderer->hasFallbackContent(), useFallback))

Completed in 156 milliseconds