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

  /external/webkit/Source/WebCore/rendering/
RenderText.h 108 InlineTextBox* lastTextBox() const { return m_lastTextBox; }
171 InlineTextBox* m_lastTextBox;
RenderText.cpp 132 , m_lastTextBox(0)
158 ASSERT(!m_lastTextBox);
242 m_lastTextBox = box->prevTextBox();
258 if (m_lastTextBox) {
259 m_lastTextBox->setNextTextBox(box);
260 box->setPreviousTextBox(m_lastTextBox);
268 m_lastTextBox = last;
279 if (box == m_lastTextBox)
280 m_lastTextBox = box->prevTextBox();
298 m_firstTextBox = m_lastTextBox = 0
    [all...]

Completed in 37 milliseconds