Searched refs:nextTextBox (Results 1 – 13 of 13) sorted by relevance
221 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in removeAndDestroyTextBoxes()248 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) in extractTextBox()264 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) { in attachTextBox()278 m_firstTextBox = box->nextTextBox(); in removeTextBox()281 if (box->nextTextBox()) in removeTextBox()282 box->nextTextBox()->setPreviousTextBox(box->prevTextBox()); in removeTextBox()284 box->prevTextBox()->setNextTextBox(box->nextTextBox()); in removeTextBox()295 next = curr->nextTextBox(); in deleteTextBoxes()310 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in absoluteRects()326 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteRectsForRange()[all …]
57 InlineTextBox* nextTextBox() const { return m_nextTextBox; } in nextTextBox() function
537 …neTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) { in culledInlineAbsoluteRects()621 …neTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) { in culledInlineAbsoluteQuads()826 …neTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) { in culledInlineBoundingBox()1253 …lineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) in dirtyLineBoxes()
560 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in write()
400 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in renderedOffset()592 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in upstream()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()1089 for (box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in getInlineBoxAndOffset()
132 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in linesBoundingBox()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()
541 …or (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) { in handleTextNode()587 InlineTextBox* nextTextBox = 0; in handleTextBox() local590 nextTextBox = m_sortedTextBoxes[m_sortedTextBoxesPosition + 1]; in handleTextBox()592 nextTextBox = m_textBox->nextTextBox(); in handleTextBox()616 unsigned nextRunStart = nextTextBox ? nextTextBox->start() : str.length(); in handleTextBox()619 m_textBox = nextTextBox; in handleTextBox()625 m_textBox = nextTextBox; in handleTextBox()
532 … (InlineTextBox* textBox = textRenderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) in deleteInsignificantText()
1084 box = box->nextTextBox(); in textForRenderer()
36401 (WebCore::InlineTextBox::nextTextBox):
52542 (khtml::InlineTextBox::nextTextBox):