Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderText.cpp131 , m_firstTextBox(0) in RenderText()
157 ASSERT(!m_firstTextBox); in ~RenderText()
243 if (box == m_firstTextBox) in extractTextBox()
244 m_firstTextBox = 0; in extractTextBox()
262 m_firstTextBox = box; in attachTextBox()
277 if (box == m_firstTextBox) in removeTextBox()
278 m_firstTextBox = box->nextTextBox(); in removeTextBox()
298 m_firstTextBox = m_lastTextBox = 0; in deleteTextBoxes()
458 if (!m_firstTextBox) in findNextInlineTextBox()
461 InlineTextBox* s = m_firstTextBox; in findNextInlineTextBox()
[all …]
DRenderText.h107 InlineTextBox* firstTextBox() const { return m_firstTextBox; } in firstTextBox()
170 InlineTextBox* m_firstTextBox; variable