Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/testing/
DInternals.h224 bool scrollsWithRespectTo(Element*, Element*, ExceptionState&);
DInternals.idl182 [RaisesException] boolean scrollsWithRespectTo(Element element1, Element element2);
DInternals.cpp1688 bool Internals::scrollsWithRespectTo(Element* element1, Element* element2, ExceptionState& exceptio… in scrollsWithRespectTo() function in WebCore::Internals
1711 return layer1->scrollsWithRespectTo(layer2); in scrollsWithRespectTo()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderLayer.h430 bool scrollsWithRespectTo(const RenderLayer*) const;
DRenderLayerCompositor.cpp827 if (layer->scrollsWithRespectTo(unclippedDescendant)) in computeCompositingRequirements()
DRenderLayer.cpp388 bool RenderLayer::scrollsWithRespectTo(const RenderLayer* other) const in scrollsWithRespectTo() function in WebCore::RenderLayer