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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 171 bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); }
173 // FIXME: hasVisibleContent() should call updateDescendantDependentFlags() if m_visibleContentStatusDirty.
174 bool hasVisibleContent() const { ASSERT(!m_visibleContentStatusDirty); return m_hasVisibleContent; }
    [all...]
RenderBlockFlow.cpp 377 bool hasVisibleContent = style()->visibility() == VISIBLE;
378 if (!hasVisibleContent) {
381 hasVisibleContent = layer->hasVisibleContent();
383 if (hasVisibleContent)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 255 bool WebRemoteFrameImpl::hasVisibleContent() const
WebLocalFrameImpl.cpp 607 bool WebLocalFrameImpl::hasVisibleContent() const
    [all...]

Completed in 258 milliseconds