Searched defs:convertToLayerCoords (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayer.cpp1108 layer->convertToLayerCoords(rootLayer, delta);
1129 layer->convertToLayerCoords(rootLayerForTransform, delta);
1153 paginationLayer->convertToLayerCoords(rootLayer, rootLayerDelta);
1367 // (e.g. a transformed layer). It's an error to call convertToLayerCoords() across a layer with a transform,
1386 layer->convertToLayerCoords(fixedPositionContainerLayer, fixedContainerCoords);
1389 ancestorLayer->convertToLayerCoords(fixedPositionContainerLayer, ancestorCoords);
1428 layer->convertToLayerCoords(positionedAncestor, thisCoords);
1431 ancestorLayer->convertToLayerCoords(positionedAncestor, ancestorCoords);
1446 void RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutPoint& location) const function in class:blink::RenderLayer
1456 void RenderLayer::convertToLayerCoords(cons function in class:blink::RenderLayer
[all...]

Completed in 417 milliseconds