Searched refs:textIndentOffset (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineWidth.cpp84 newLeft += floorToInt(m_block.textIndentOffset());
95 newRight -= floorToInt(m_block.textIndentOffset());
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBoxModelObject.cpp513 LayoutRect RenderBoxModelObject::localCaretRectForEmptyElement(LayoutUnit width, LayoutUnit textIndentOffset) argument
556 x += textIndentOffset;
561 x += textIndentOffset / 2;
563 x -= textIndentOffset / 2;
568 x -= textIndentOffset;
H A DRenderBoxModelObject.h184 LayoutRect localCaretRectForEmptyElement(LayoutUnit width, LayoutUnit textIndentOffset);
H A DRenderBlock.h149 LayoutUnit textIndentOffset() const;
H A DRenderBlock.cpp2325 LayoutUnit RenderBlock::textIndentOffset() const function in class:blink::RenderBlock
3968 LayoutRect caretRect = localCaretRectForEmptyElement(width(), textIndentOffset());
H A DRenderBlockFlow.cpp2213 left += textIndentOffset();
2223 right -= textIndentOffset();

Completed in 294 milliseconds