Searched refs:firstTextBox (Results 1 – 17 of 17) sorted by relevance
215 if (firstTextBox()) { in removeAndDestroyTextBoxes()217 RootInlineBox* next = firstTextBox()->root()->nextRootBox(); in removeAndDestroyTextBoxes()221 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in removeAndDestroyTextBoxes()291 if (firstTextBox()) { in deleteTextBoxes()294 for (InlineTextBox* curr = firstTextBox(); curr; curr = next) { in deleteTextBoxes()310 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in absoluteRects()326 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteRectsForRange()384 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteQuads()416 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteQuadsForRange()474 if (!firstTextBox() || textLength() == 0) in positionForPoint()[all …]
107 InlineTextBox* firstTextBox() const { return m_firstTextBox; } in firstTextBox() function
537 …for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTe… in culledInlineAbsoluteRects()621 …for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTe… in culledInlineAbsoluteQuads()826 …for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTe… in culledInlineBoundingBox()859 if (currText->firstTextBox()) in culledInlineFirstLineBox()860 return currText->firstTextBox(); in culledInlineFirstLineBox()1253 …for (InlineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTe… in dirtyLineBoxes()
256 if (adjustForTableCells && !text.firstTextBox()) in writeRenderObject()560 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in write()
287 SVGInlineTextBox* firstTextBox = static_cast<SVGInlineTextBox*>(*first); in reverseInlineBoxRangeAndValueListsIfNeeded() local291 if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len()) { in reverseInlineBoxRangeAndValueListsIfNeeded()292 RenderSVGInlineText* firstContext = toRenderSVGInlineText(firstTextBox->textRenderer()); in reverseInlineBoxRangeAndValueListsIfNeeded()299 unsigned firstBoxPosition = firstTextBox->start(); in reverseInlineBoxRangeAndValueListsIfNeeded()300 unsigned firstBoxEnd = firstTextBox->end(); in reverseInlineBoxRangeAndValueListsIfNeeded()
132 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in linesBoundingBox()173 if (!firstTextBox() || !textLength()) in positionForPoint()191 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in positionForPoint()
107 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in computeTextMatchMarkerRectForRenderer()
509 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in writeSVGInlineTextBoxes()
54 …x(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox())) in nextRenderedEditable()68 …x(renderer)->inlineBoxWrapper()) || (renderer->isText() && toRenderText(renderer)->firstTextBox())) in previousRenderedEditable()400 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in renderedOffset()579 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) { in upstream()592 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in upstream()706 if (renderer->isText() && toRenderText(renderer)->firstTextBox()) { in downstream()715 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in downstream()820 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in inRenderedText()856 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in isRenderedCharacter()1023 … for (InlineTextBox* box = toRenderText(next)->firstTextBox(); box; box = box->nextTextBox()) { in searchAheadForBetterMatch()[all …]
857 …(p->node() && p->node() == this && o->isText() && !o->isBR() && !toRenderText(o)->firstTextBox()) { in getUpperLeftCorner()861 if (o->isText() && toRenderText(o)->firstTextBox()) { in getUpperLeftCorner()863 toRenderText(o)->firstTextBox()->root()->lineTop()); in getUpperLeftCorner()
525 if (!renderer->firstTextBox() && str.length() > 0) { in handleTextNode()542 …for (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox())… in handleTextNode()549 …versedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_sortedTextBoxes[0]) : renderer->firstTextBox(); in handleTextNode()571 …neTextBox* firstTextBox = renderer->containsReversedText() ? (m_sortedTextBoxes.isEmpty() ? 0 : m_… in handleTextBox() local573 || (m_textBox == firstTextBox && textBoxStart == runStart && runStart > 0); in handleTextBox()650 m_textBox = firstLetter->firstTextBox(); in handleTextNodeFirstLetter()1246 if (!renderer->firstTextBox() && str.length() > 0) in handleTextNode()
532 …for (InlineTextBox* textBox = textRenderer->firstTextBox(); textBox; textBox = textBox->nextTextBo… in deleteInsignificantText()
1260 if (!textRenderer->textLength() || !textRenderer->firstTextBox()) { in debugRenderer()
1075 InlineTextBox* box = renderText ? renderText->firstTextBox() : 0; in textForRenderer()
1812 if (m_renderer->isBR() || !renderText->firstTextBox()) in accessibilityIsIgnored()
46594 (RenderText::positionForCoordinates): Ditto. Fix lastTextBox/firstTextBox code mistake.52544 (khtml::RenderText::firstTextBox):
3373 …g/RenderSVGInlineText.cpp: Only call svgCharacterHitsPosition for the firstTextBox -> it handles a…