HomeSort by relevance Sort by last modified time
    Searched refs:hasVisibleContent (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerRepainter.cpp 62 if (m_renderer->layer()->hasVisibleContent()) {
98 ASSERT(!m_renderer->layer()->hasVisibleContent());
RenderLayer.h 182 bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); }
186 bool hasVisibleContent() const { return m_hasVisibleContent; }
    [all...]
CompositedLayerMapping.cpp 574 bool contentsVisible = m_owningLayer->hasVisibleContent() || hasVisibleNonCompositingDescendantLayers();
    [all...]
RenderReplaced.cpp 615 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
RenderLayer.cpp 724 if (sc->layer()->hasVisibleContent())
    [all...]
RenderBlockFlow.cpp 377 if (!didFullRepaint && m_repaintLogicalTop != m_repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {
    [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 189 virtual bool hasVisibleContent() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 49 if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent())
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 92 virtual bool hasVisibleContent() const;
WebFrameImpl.cpp 612 bool WebFrameImpl::hasVisibleContent() const
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 4274 milliseconds