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

  /external/webkit/Source/WebCore/rendering/
RenderText.cpp 242 m_lastTextBox = box->prevTextBox();
245 if (box->prevTextBox())
246 box->prevTextBox()->setNextTextBox(0);
280 m_lastTextBox = box->prevTextBox();
282 box->nextTextBox()->setPreviousTextBox(box->prevTextBox());
283 if (box->prevTextBox())
284 box->prevTextBox()->setNextTextBox(box->nextTextBox());
    [all...]
InlineTextBox.h 56 InlineTextBox* prevTextBox() const { return m_prevTextBox; }

Completed in 29 milliseconds