OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasDescendantWithClipPath
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingInputsUpdater.cpp
176
descendantProperties.
hasDescendantWithClipPath
|= child->
hasDescendantWithClipPath
() || child->renderer()->hasClipPath();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h
459
:
hasDescendantWithClipPath
(false)
463
unsigned
hasDescendantWithClipPath
: 1;
494
bool
hasDescendantWithClipPath
() const { return descendantDependentCompositingInputs().
hasDescendantWithClipPath
; }
[
all
...]
RenderLayerScrollableArea.cpp
[
all
...]
Completed in 65 milliseconds