Searched refs:hasVisibleContent (Results 1 – 15 of 15) sorted by relevance
169 virtual bool hasVisibleContent() const = 0;
80 virtual bool hasVisibleContent() const;
594 bool WebFrameImpl::hasVisibleContent() const in hasVisibleContent() function in WebKit::WebFrameImpl2280 if (!frame() || !frame()->view() || !hasVisibleContent()) in shouldScopeMatches()
51 if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
391 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
355 bool hasVisibleContent() const { return m_hasVisibleContent; } in hasVisibleContent() function
1115 …bool shouldPaint = (m_owningLayer->hasVisibleContent() || m_owningLayer->hasVisibleDescendant()) &… in paintIntoLayer()
1685 …else if (l->hasVisibleContent() && (this == l->renderer() || l->renderer()->style()->visibility() … in styleWillChange()
1370 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
547 if (sc->hasVisibleContent()) in setHasVisibleContent()
1335 …aintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) { in layoutBlock()
15207 REGRESSION: Crash in RenderLayer::hasVisibleContent() loading wavy.com
28978 (WebKit::WebFrameImpl::hasVisibleContent):
23558 (WebCore::RenderLayer::hasVisibleContent):
46727 only consulted hasVisibleContent(), which does not take into a account child layers which