Searched refs:depthSortDescendants (Results 1 – 2 of 2) sorted by relevance
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayer.cpp | 3119 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 …]
|
D | RenderLayer.h | 536 … const HitTestingTransformState* unflattenedTransformState, bool depthSortDescendants);
|