Home | History | Annotate | Download | only in rendering

Lines Matching refs:textBox

61         InlineTextBox* textBox = toRenderText(obj)->createInlineTextBox();
65 textBox->setIsText(isOnlyRun || obj->document().inNoQuirksMode());
66 return textBox;
473 InlineTextBox* textBox = toInlineTextBox(r->m_box);
475 textBox->setExpansion(expansion);