Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.cpp413 …const bool isRootFixedPos = position == FixedPosition && containingBlock->enclosingLayer() == root… in scrollsWithRespectTo() local
416 if (isRootFixedPos && otherIsRootFixedPos) in scrollsWithRespectTo()
418 if (isRootFixedPos || otherIsRootFixedPos) in scrollsWithRespectTo()