Searched refs:prevOnLine (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineBox.cpp256 for (InlineBox* box = prevOnLine(); box && !leaf; box = box->prevOnLine())
H A DInlineFlowBox.cpp98 ASSERT(!child->prevOnLine());
193 m_lastChild = child->prevOnLine();
195 child->nextOnLine()->setPrevOnLine(child->prevOnLine());
196 if (child->prevOnLine())
197 child->prevOnLine()->setNextOnLine(child->nextOnLine());
1034 for (InlineBox* curr = lastChild(); curr; curr = curr->prevOnLine()) {
1145 for (InlineBox* child = lastChild(); child && !leaf; child = child->prevOnLine())
1188 box = box->prevOnLine();
1372 ASSERT(child->prevOnLine() == prev);
H A DInlineBox.h156 InlineBox* prevOnLine() const { return m_prev; } function in class:blink::InlineBox

Completed in 66 milliseconds