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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.cpp 151 , m_lastTextBox(0)
171 ASSERT(!m_lastTextBox);
245 m_lastTextBox = box->prevTextBox();
261 if (m_lastTextBox) {
262 m_lastTextBox->setNextTextBox(box);
263 box->setPreviousTextBox(m_lastTextBox);
271 m_lastTextBox = last;
282 if (box == m_lastTextBox)
283 m_lastTextBox = box->prevTextBox();
300 m_firstTextBox = m_lastTextBox = 0
    [all...]
RenderText.h 123 InlineTextBox* lastTextBox() const { return m_lastTextBox; }
213 InlineTextBox* m_lastTextBox;

Completed in 546 milliseconds