Home | History | Annotate | Download | only in rendering

Lines Matching refs:textBox

1264     InlineTextBox* textBox = createTextBox();
1266 m_firstTextBox = m_lastTextBox = textBox;
1268 m_lastTextBox->setNextTextBox(textBox);
1269 textBox->setPreviousTextBox(m_lastTextBox);
1270 m_lastTextBox = textBox;
1272 textBox->setIsText(true);
1273 return textBox;