OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasDescendantWithBlendMode
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp
177
descendantProperties.
hasDescendantWithBlendMode
|= child->
hasDescendantWithBlendMode
() || child->renderer()->hasBlendMode();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h
460
,
hasDescendantWithBlendMode
(false)
464
unsigned
hasDescendantWithBlendMode
: 1;
495
bool
hasDescendantWithBlendMode
() const { return descendantDependentCompositingInputs().
hasDescendantWithBlendMode
; }
[
all
...]
RenderLayer.cpp
[
all
...]
Completed in 550 milliseconds