Home | History | Annotate | Download | only in rendering

Lines Matching refs:textBox

362 static inline void writeSVGInlineTextBox(TextStream& ts, SVGInlineTextBox* textBox, int indent)
364 SVGRootInlineBox* rootBox = textBox->svgRootInlineBox();
382 if (!containsInlineTextBox(cur, textBox)) {
415 if (textBox != static_cast<SVGInlineTextBox*>(range.box)) {
430 if (textBox->direction() == RTL || textBox->m_dirOverride) {
431 ts << (textBox->direction() == RTL ? " RTL" : " LTR");
433 if (textBox->m_dirOverride)
437 ts << ": " << quoteAndEscapeNonPrintables(String(textBox->textRenderer()->text()).substring(textBox->start() + range.startOffset, offset)) << "\n";