Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DInlineBox.h156 void setNextOnLine(InlineBox* next) in setNextOnLine() function
DInlineFlowBox.cpp105 m_lastChild->setNextOnLine(child); in addToLine()
196 child->prevOnLine()->setNextOnLine(child->nextOnLine()); in removeChild()