HomeSort by relevance Sort by last modified time
    Searched refs:prevTextBox (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/rendering/
RenderText.cpp 149 m_lastTextBox = box->prevTextBox();
152 if (box->prevTextBox())
153 box->prevTextBox()->setNextLineBox(0);
187 m_lastTextBox = box->prevTextBox();
189 box->nextTextBox()->setPreviousLineBox(box->prevTextBox());
190 if (box->prevTextBox())
191 box->prevTextBox()->setNextLineBox(box->nextTextBox());
    [all...]
InlineTextBox.h 51 InlineTextBox* prevTextBox() const { return static_cast<InlineTextBox*>(prevLineBox()); }

Completed in 116 milliseconds