Searched refs:scrollsWithRespectTo (Results 1 – 6 of 6) sorted by relevance
224 bool scrollsWithRespectTo(Element*, Element*, ExceptionState&);
182 [RaisesException] boolean scrollsWithRespectTo(Element element1, Element element2);
1688 bool Internals::scrollsWithRespectTo(Element* element1, Element* element2, ExceptionState& exceptio… in scrollsWithRespectTo() function in WebCore::Internals1711 return layer1->scrollsWithRespectTo(layer2); in scrollsWithRespectTo()
430 bool scrollsWithRespectTo(const RenderLayer*) const;
827 if (layer->scrollsWithRespectTo(unclippedDescendant)) in computeCompositingRequirements()
388 bool RenderLayer::scrollsWithRespectTo(const RenderLayer* other) const in scrollsWithRespectTo() function in WebCore::RenderLayer