Home
last modified time | relevance | path

Searched refs:depthSortDescendants (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderLayer.cpp3119 bool depthSortDescendants = false; in scrollTo() local
3121 depthSortDescendants = true; in scrollTo()
3127 depthSortDescendants = true; in scrollTo()
3141 …e.get(), zOffsetForDescendantsPtr, zOffset, unflattenedTransformState.get(), depthSortDescendants); in scrollTo()
3143 if (!depthSortDescendants) in scrollTo()
3150 …e.get(), zOffsetForDescendantsPtr, zOffset, unflattenedTransformState.get(), depthSortDescendants); in scrollTo()
3152 if (!depthSortDescendants) in scrollTo()
3167 if (!depthSortDescendants) in scrollTo()
3177 …e.get(), zOffsetForDescendantsPtr, zOffset, unflattenedTransformState.get(), depthSortDescendants); in scrollTo()
3179 if (!depthSortDescendants) in scrollTo()
[all …]
DRenderLayer.h536 … const HitTestingTransformState* unflattenedTransformState, bool depthSortDescendants);