Searched refs:m_firstTextBox (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp150 , m_firstTextBox(0)
170 ASSERT(!m_firstTextBox);
246 if (box == m_firstTextBox)
247 m_firstTextBox = 0;
265 m_firstTextBox = box;
280 if (box == m_firstTextBox)
281 m_firstTextBox = box->nextTextBox();
300 m_firstTextBox = m_lastTextBox = 0;
1181 return m_firstTextBox ? m_firstTextBox
[all...]
H A DRenderText.h122 InlineTextBox* firstTextBox() const { return m_firstTextBox; }
212 InlineTextBox* m_firstTextBox; member in class:blink::RenderText

Completed in 92 milliseconds