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

  /external/chromium_org/third_party/WebKit/public/web/
WebFrame.h 156 virtual bool hasVisibleContent() const = 0;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayerBacking.cpp 515 m_graphicsLayer->setContentsVisible(m_owningLayer->hasVisibleContent() || hasVisibleNonCompositingDescendantLayers());
    [all...]
RenderReplaced.cpp 561 if (style()->visibility() != VISIBLE && !enclosingLayer()->hasVisibleContent())
RenderLayer.h 527 bool hasVisibleContent() const { return m_hasVisibleContent; }
    [all...]
RenderLayer.cpp     [all...]
RenderObject.cpp     [all...]
RenderBox.cpp     [all...]
RenderBlock.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFrameImpl.h 89 virtual bool hasVisibleContent() const;
WebFrameImpl.cpp 606 bool WebFrameImpl::hasVisibleContent() const
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRenderSupport.cpp 49 if (object->style()->visibility() != VISIBLE && !object->enclosingLayer()->hasVisibleContent())
  /external/chromium-trace/
script.js     [all...]
  /external/chromium_org/content/renderer/
render_view_impl.cc     [all...]

Completed in 484 milliseconds