HomeSort by relevance Sort by last modified time
    Searched refs:scrollsWithRespectTo (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositingLayerAssigner.cpp 147 if (layer->scrollsWithRespectTo(&squashingLayer))
CompositingRequirementsUpdater.cpp 281 if (layer->scrollsWithRespectTo(unclippedDescendant))
  /external/chromium_org/third_party/WebKit/Source/core/testing/
Internals.h 220 bool scrollsWithRespectTo(Element*, Element*, ExceptionState&);
Internals.idl 178 [RaisesException] boolean scrollsWithRespectTo(Element element1, Element element2);
Internals.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderLayer.h 407 bool scrollsWithRespectTo(const RenderLayer*) const;
    [all...]
RenderLayer.cpp 341 bool RenderLayer::scrollsWithRespectTo(const RenderLayer* other) const
    [all...]

Completed in 225 milliseconds