OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:hasVisibleDescendant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h
182
bool subtreeIsInvisible() const { return !hasVisibleContent() && !
hasVisibleDescendant
(); }
185
// ditto for
hasVisibleDescendant
(), see https://bugs.webkit.org/show_bug.cgi?id=71277
187
bool
hasVisibleDescendant
() const { return m_hasVisibleDescendant; }
[
all
...]
RenderLayer.cpp
711
ASSERT(!parent() || parent()->
hasVisibleDescendant
());
753
if (!layer->m_visibleDescendantStatusDirty && layer->
hasVisibleDescendant
())
[
all
...]
Completed in 391 milliseconds