OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasSelfPaintingLayerDescendant
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.cpp
321
if (!layer->m_hasSelfPaintingLayerDescendantDirty && layer->
hasSelfPaintingLayerDescendant
())
336
ASSERT(!parent() || parent()->m_hasSelfPaintingLayerDescendantDirty || parent()->
hasSelfPaintingLayerDescendant
());
[
all
...]
RenderLayer.h
201
bool
hasSelfPaintingLayerDescendant
() const { return m_hasSelfPaintingLayerDescendant; }
[
all
...]
Completed in 45 milliseconds