Home
last modified time | relevance | path

Searched refs:adjustLogicalPosition (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h78 void adjustLogicalPosition(float deltaLogicalLeft, float deltaLogicalTop) in adjustLogicalPosition() function
DRenderBlockLineLayout.cpp2064 curr->adjustLogicalPosition((logicalLeft - curr->logicalLeft()), 0); in deleteEllipsisLineBoxes()
2066 curr->adjustLogicalPosition(-(curr->logicalLeft() - logicalLeft), 0); in deleteEllipsisLineBoxes()
2111 curr->adjustLogicalPosition(logicalLeft, 0); in checkLinesForTextOverflow()
2113 … curr->adjustLogicalPosition(logicalLeft - (availableLogicalWidth - totalLogicalWidth), 0); in checkLinesForTextOverflow()