Home | History | Annotate | Download | only in rendering

Lines Matching defs:textBox

187         InlineTextBox* textBox = toRenderText(obj)->createInlineTextBox();
191 textBox->setIsText(isOnlyRun || obj->document()->inStrictMode());
192 return textBox;