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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerRepainter.cpp 68 if (m_renderer.layer()->hasVisibleContent()) {
103 ASSERT(!m_renderer.layer()->hasVisibleContent());
RenderLayer.h 188 bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); }
192 bool hasVisibleContent() const { return m_hasVisibleContent; }
    [all...]
RenderReplaced.cpp 605 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
RenderLayer.cpp     [all...]
RenderBlockFlow.cpp 329 if (!didFullRepaint && m_repaintLogicalTop != m_repaintLogicalBottom && (style()->visibility() == VISIBLE || enclosingLayer()->hasVisibleContent())) {
    [all...]
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 180 virtual bool hasVisibleContent() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.cpp 365 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
SVGRenderSupport.cpp 49 if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent())
  /external/chromium_org/third_party/WebKit/Source/web/
WebLocalFrameImpl.h 100 virtual bool hasVisibleContent() const OVERRIDE;
WebRemoteFrameImpl.h 47 virtual bool hasVisibleContent() const OVERRIDE;
WebRemoteFrameImpl.cpp 212 bool WebRemoteFrameImpl::hasVisibleContent() const
TextFinder.cpp 657 if (!frame || !frame->view() || !frame->page() || !m_ownerFrame.hasVisibleContent())
WebLocalFrameImpl.cpp 617 bool WebLocalFrameImpl::hasVisibleContent() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 695 bool contentsVisible = m_owningLayer.hasVisibleContent() || hasVisibleNonCompositingDescendant(&m_owningLayer);
    [all...]
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/tests/
WebFrameTest.cpp     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 225 milliseconds