Searched refs:setNextOnLine (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.h157 void setNextOnLine(InlineBox* next) function in class:blink::InlineBox
H A DInlineFlowBox.cpp106 m_lastChild->setNextOnLine(child);
197 child->prevOnLine()->setNextOnLine(child->nextOnLine());

Completed in 80 milliseconds