Searched refs:hasFallbackContent (Results 1 – 4 of 4) sorted by relevance
48 bool hasFallbackContent() const { return m_hasFallbackContent; } in hasFallbackContent() function49 … void setHasFallbackContent(bool hasFallbackContent) { m_hasFallbackContent = hasFallbackContent; } in setHasFallbackContent() argument
213 bool HTMLObjectElement::hasFallbackContent() const in hasFallbackContent() function in WebCore::HTMLObjectElement236 || hasFallbackContent() in shouldAllowQuickTimeClassIdQuirk()294 bool fallbackContent = hasFallbackContent(); in updateWidgetInternal()
95 bool hasFallbackContent() const;
420 if (shouldUsePlugin(completedURL, mimeType, renderer->hasFallbackContent(), useFallback)) in requestObject()