Home
last modified time | relevance | path

Searched refs:nextTextBox (Results 1 – 11 of 11) sorted by relevance

/external/webkit/WebCore/rendering/
DRenderText.cpp136 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in destroy()
171 for (InlineTextBox* curr = box; curr; curr = curr->nextTextBox()) { in attachTextBox()
185 m_firstTextBox = box->nextTextBox(); in removeTextBox()
188 if (box->nextTextBox()) in removeTextBox()
189 box->nextTextBox()->setPreviousLineBox(box->prevTextBox()); in removeTextBox()
191 box->prevTextBox()->setNextLineBox(box->nextTextBox()); in removeTextBox()
202 next = curr->nextTextBox(); in deleteTextBoxes()
217 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in absoluteRects()
235 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in absoluteRectsForRange()
262 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in absoluteQuads()
[all …]
DRenderSVGInlineText.cpp128 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in computeRepaintQuadForRange()
169 … (SVGInlineTextBox* box = textBox; box; box = static_cast<SVGInlineTextBox*>(box->nextTextBox())) { in positionForPoint()
DInlineTextBox.h50 InlineTextBox* nextTextBox() const { return static_cast<InlineTextBox*>(nextLineBox()); } in nextTextBox() function
DSVGRenderTreeAsText.cpp448 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) in writeSVGInlineTextBoxes()
DRenderTreeAsText.cpp425 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in write()
/external/webkit/WebCore/dom/
DPosition.cpp355 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in renderedOffset()
546 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in upstream()
668 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in downstream()
772 for (InlineTextBox *box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in inRenderedText()
808 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in isRenderedCharacter()
982 … for (InlineTextBox* box = toRenderText(next)->firstTextBox(); box; box = box->nextTextBox()) { in searchAheadForBetterMatch()
1032 for (box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in getInlineBoxAndOffset()
/external/webkit/WebCore/editing/
DTextIterator.cpp468 …or (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) { in handleTextNode()
508 InlineTextBox* nextTextBox = 0; in handleTextBox() local
511 nextTextBox = m_sortedTextBoxes[m_sortedTextBoxesPosition + 1]; in handleTextBox()
513 nextTextBox = m_textBox->nextTextBox(); in handleTextBox()
537 int nextRunStart = nextTextBox ? nextTextBox->start() : str.length(); in handleTextBox()
540 m_textBox = nextTextBox; in handleTextBox()
546 m_textBox = nextTextBox; in handleTextBox()
DCompositeEditCommand.cpp530 box = box->nextTextBox(); in deleteInsignificantText()
/external/webkit/WebKit/android/nav/
DCacheBuilder.cpp562 textBox = textBox->nextTextBox(); in groups()
2669 inlineTextBox = inlineTextBox->nextTextBox(); in isFocusableText()
3026 } while ((textBox = textBox->nextTextBox()) != NULL); in ConstructTextRect()
3044 } while ((textBox = textBox->nextTextBox()) != NULL); in ConstructTextRects()
/external/webkit/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp905 box = box->nextTextBox(); in textForObject()
/external/webkit/WebCore/
DChangeLog-2005-08-2352542 (khtml::InlineTextBox::nextTextBox):