Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderText.cpp99 , m_firstTextBox(0) in RenderText()
125 ASSERT(!m_firstTextBox); in ~RenderText()
208 if (box == m_firstTextBox) in extractTextBox()
209 m_firstTextBox = 0; in extractTextBox()
227 m_firstTextBox = box; in attachTextBox()
242 if (box == m_firstTextBox) in removeTextBox()
243 m_firstTextBox = box->nextTextBox(); in removeTextBox()
263 m_firstTextBox = m_lastTextBox = 0; in deleteTextBoxes()
423 if (!m_firstTextBox) in findNextInlineTextBox()
426 InlineTextBox* s = m_firstTextBox; in findNextInlineTextBox()
[all …]
DRenderText.h107 InlineTextBox* firstTextBox() const { return m_firstTextBox; } in firstTextBox()
166 InlineTextBox* m_firstTextBox; variable