scrollsWithRespectTo  442 Source/core/rendering/RenderLayer.h     bool scrollsWithRespectTo(const RenderLayer*) const;
scrollsWithRespectTo  779 Source/core/rendering/compositing/RenderLayerCompositor.cpp     if (layer->scrollsWithRespectTo(&squashingState.mostRecentMapping->owningLayer()))
scrollsWithRespectTo  951 Source/core/rendering/compositing/RenderLayerCompositor.cpp             if (layer->scrollsWithRespectTo(unclippedDescendant))
scrollsWithRespectTo 1732 Source/core/testing/Internals.cpp     return layer1->scrollsWithRespectTo(layer2);
scrollsWithRespectTo  226 Source/core/testing/Internals.h     bool scrollsWithRespectTo(Element*, Element*, ExceptionState&);