Searched refs:nextTextBox (Results 1 – 15 of 15) sorted by relevance
217 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in removeAndDestroyTextBoxes()244 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) in extractTextBox()260 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) { in attachTextBox()274 m_firstTextBox = box->nextTextBox(); in removeTextBox()277 if (box->nextTextBox()) in removeTextBox()278 box->nextTextBox()->setPreviousTextBox(box->prevTextBox()); in removeTextBox()280 box->prevTextBox()->setNextTextBox(box->nextTextBox()); in removeTextBox()290 next = curr->nextTextBox(); in deleteTextBoxes()310 for (InlineTextBox* textBox = firstTextBox(); textBox; textBox = textBox->nextTextBox()) { in plainText()313 …if (textBox->nextTextBox() && textBox->nextTextBox()->start() > textBox->end() && text.length() &&… in plainText()[all …]
81 return getOrCreate(m_renderText, m_inlineTextBox->nextTextBox()); in nextInlineTextBox()159 …if (m_inlineTextBox->nextTextBox() && m_inlineTextBox->nextTextBox()->start() > m_inlineTextBox->e… in text()
59 InlineTextBox* nextTextBox() const { return m_nextTextBox; } in nextTextBox() function
668 … for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in getRanges()697 … for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in getRanges()
595 …neTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) { in generateCulledLineBoxRects()1261 …lineTextBox* childText = currText->firstTextBox(); childText; childText = childText->nextTextBox()) in dirtyLineBoxes()
472 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in write()
602 …or (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) { in handleTextNode()647 InlineTextBox* nextTextBox = 0; in handleTextBox() local650 nextTextBox = m_sortedTextBoxes[m_sortedTextBoxesPosition + 1]; in handleTextBox()652 nextTextBox = m_textBox->nextTextBox(); in handleTextBox()654 ASSERT(!nextTextBox || nextTextBox->renderer() == renderer); in handleTextBox()678 unsigned nextRunStart = nextTextBox ? nextTextBox->start() : str.length(); in handleTextBox()681 m_textBox = nextTextBox; in handleTextBox()687 m_textBox = nextTextBox; in handleTextBox()
130 const InlineTextBox* nextTextBox(const RootInlineBox*, const InlineTextBox*);165 const InlineTextBox* CachedLogicallyOrderedLeafBoxes::nextTextBox(const RootInlineBox* root, const … in nextTextBox() function in WebCore::CachedLogicallyOrderedLeafBoxes251 const InlineTextBox* nextBox = leafBoxes.nextTextBox(startBox->root(), textBox); in logicallyNextBox()255 nextBox = leafBoxes.nextTextBox(startBox->root()->nextRootBox(), 0); in logicallyNextBox()273 nextBox = leafBoxes.nextTextBox(nextRoot, 0); in logicallyNextBox()
757 … (InlineTextBox* textBox = textRenderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) in deleteInsignificantText()
131 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in floatLinesBoundingBox()177 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in positionForPoint()
104 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in computeTextMatchMarkerRectForRenderer()
72 InlineTextBox* nextBox = nextTextBox(); in dirtyLineBoxes()
436 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in writeSVGInlineTextBoxes()
466 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in renderedOffset()658 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in upstream()782 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in downstream()923 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in inRenderedText()948 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in isRenderedCharacter()1115 … for (InlineTextBox* box = toRenderText(next)->firstTextBox(); box; box = box->nextTextBox()) { in searchAheadForBetterMatch()1181 for (box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in getInlineBoxAndOffset()
1027 for (InlineTextBox* box = renderer->firstTextBox(); box; box = box->nextTextBox()) { in collectPlatformFontsForRenderer()