OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasCompositingDescendant
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h
607
bool
hasCompositingDescendant
() const { return m_compositingProperties.
hasCompositingDescendant
; }
608
void setHasCompositingDescendant(bool b) { m_compositingProperties.
hasCompositingDescendant
= b; }
[
all
...]
RenderLayerCompositor.cpp
[
all
...]
RenderLayer.cpp
[
all
...]
Completed in 33 milliseconds