Home | History | Annotate | Download | only in rendering

Lines Matching refs:textBox

1049     InlineTextBox* textBox = createTextBox();
1051 m_firstTextBox = m_lastTextBox = textBox;
1053 m_lastTextBox->setNextLineBox(textBox);
1054 textBox->setPreviousLineBox(m_lastTextBox);
1055 m_lastTextBox = textBox;
1057 textBox->setIsText(true);
1058 return textBox;