Searched refs:useFallbackContent (Results 1 – 5 of 5) sorted by relevance
118 if (!renderer() || useFallbackContent()) in attach()148 if (renderer() && !useFallbackContent()) in detach()176 if (useFallbackContent()) in createRenderer()191 if (!useFallbackContent() && needsWidgetUpdate() && renderer() && !isImageType()) in willRecalcStyle()198 if (useFallbackContent()) in finishParsingChildren()341 if (useFallbackContent() || !renderer() || !renderer()->isEmbeddedObject()) in rendererIsFocusable()526 bool HTMLPlugInElement::useFallbackContent() const in useFallbackContent() function in WebCore::HTMLPlugInElement
44 virtual bool useFallbackContent() const OVERRIDE;64 virtual bool canContainRangeEndPoint() const { return useFallbackContent(); } in canContainRangeEndPoint()
330 if (inDocument() && !useFallbackContent()) { in childrenChanged()362 if (useFallbackContent()) in renderFallbackContent()462 bool HTMLObjectElement::useFallbackContent() const in useFallbackContent() function in WebCore::HTMLObjectElement464 return HTMLPlugInElement::useFallbackContent() || m_useFallbackContent; in useFallbackContent()
70 virtual bool useFallbackContent() const;
178 if (!toHTMLObjectElement(p)->useFallbackContent()) { in rendererIsNeeded()