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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 188 bool subtreeIsInvisible() const { return !hasVisibleContent() && !hasVisibleDescendant(); }
192 bool hasVisibleContent() const { return m_hasVisibleContent; }
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebRemoteFrameImpl.cpp 212 bool WebRemoteFrameImpl::hasVisibleContent() const
WebLocalFrameImpl.cpp 617 bool WebLocalFrameImpl::hasVisibleContent() const
    [all...]

Completed in 69 milliseconds