Searched refs:offsetForInFlowPosition (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DPaintInvalidationState.cpp71 m_paintOffset += renderer.layer()->offsetForInFlowPosition();
H A DRenderBoxModelObject.h65 LayoutSize offsetForInFlowPosition() const;
H A DRenderInline.cpp1072 rect.move(layer()->offsetForInFlowPosition());
1104 topLeft += layer()->offsetForInFlowPosition();
1133 offset += offsetForInFlowPosition();
1157 offset += layer()->offsetForInFlowPosition();
1335 logicalOffset.setWidth(std::max(LayoutUnit(), -offsetForInFlowPosition().width()));
H A DRenderBoxModelObject.cpp151 offset += renderInline->offsetForInFlowPosition();
277 LayoutSize RenderBoxModelObject::offsetForInFlowPosition() const function in class:blink::RenderBoxModelObject
H A DRenderLayer.h159 const LayoutSize offsetForInFlowPosition() const;
H A DRenderBox.cpp1555 offset += layer()->offsetForInFlowPosition();
1620 offset += offsetForInFlowPosition();
1772 rect.move(layer()->offsetForInFlowPosition());
1813 topLeft += layer()->offsetForInFlowPosition();
4292 rect.move(offsetForInFlowPosition());
H A DRenderLayer.cpp840 localPoint.move(offsetForInFlowPosition());
848 const LayoutSize RenderLayer::offsetForInFlowPosition() const function in class:blink::RenderLayer
850 return renderer()->isRelPositioned() ? toRenderBoxModelObject(renderer())->offsetForInFlowPosition() : LayoutSize();
H A DRenderBlock.cpp1959 LayoutSize relOffset = curr->layer()->offsetForInFlowPosition();
2610 childLocation += child->offsetForInFlowPosition();

Completed in 2739 milliseconds