Home
last modified time | relevance | path

Searched refs:hasVisibleContent (Results 1 – 15 of 15) sorted by relevance

/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h169 virtual bool hasVisibleContent() const = 0;
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h80 virtual bool hasVisibleContent() const;
DWebFrameImpl.cpp594 bool WebFrameImpl::hasVisibleContent() const in hasVisibleContent() function in WebKit::WebFrameImpl
2280 if (!frame() || !frame()->view() || !hasVisibleContent()) in shouldScopeMatches()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRenderSupport.cpp51 if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
/external/webkit/Source/WebCore/rendering/
DRenderReplaced.cpp391 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
DRenderLayer.h355 bool hasVisibleContent() const { return m_hasVisibleContent; } in hasVisibleContent() function
DRenderLayerBacking.cpp1115 …bool shouldPaint = (m_owningLayer->hasVisibleContent() || m_owningLayer->hasVisibleDescendant()) &… in paintIntoLayer()
DRenderObject.cpp1685 …else if (l->hasVisibleContent() && (this == l->renderer() || l->renderer()->style()->visibility() … in styleWillChange()
DRenderBox.cpp1370 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent()) in clippedOverflowRectForRepaint()
DRenderLayer.cpp547 if (sc->hasVisibleContent()) in setHasVisibleContent()
DRenderBlock.cpp1335 …aintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) { in layoutBlock()
/external/webkit/Source/WebKit/mac/
DChangeLog-2010-01-2915207 REGRESSION: Crash in RenderLayer::hasVisibleContent() loading wavy.com
/external/webkit/Source/WebKit/chromium/
DChangeLog-2011-02-1628978 (WebKit::WebFrameImpl::hasVisibleContent):
/external/webkit/Source/WebCore/
DChangeLog-2006-12-3123558 (WebCore::RenderLayer::hasVisibleContent):
DChangeLog-2010-01-2946727 only consulted hasVisibleContent(), which does not take into a account child layers which