Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderText.cpp221 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 …]
DInlineTextBox.h57 InlineTextBox* nextTextBox() const { return m_nextTextBox; } in nextTextBox() function
DRenderInline.cpp537 …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()
DRenderTreeAsText.cpp560 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in write()
/external/webkit/Source/WebCore/dom/
DPosition.cpp400 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()
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGInlineText.cpp132 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) in linesBoundingBox()
191 for (InlineTextBox* box = firstTextBox(); box; box = box->nextTextBox()) { in positionForPoint()
DSVGInlineFlowBox.cpp107 for (InlineTextBox* box = textRenderer->firstTextBox(); box; box = box->nextTextBox()) { in computeTextMatchMarkerRectForRenderer()
DSVGRenderTreeAsText.cpp509 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in writeSVGInlineTextBoxes()
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp541 …or (InlineTextBox* textBox = renderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) { in handleTextNode()
587 InlineTextBox* nextTextBox = 0; in handleTextBox() local
590 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()
DCompositeEditCommand.cpp532 … (InlineTextBox* textBox = textRenderer->firstTextBox(); textBox; textBox = textBox->nextTextBox()) in deleteInsignificantText()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1084 box = box->nextTextBox(); in textForRenderer()
/external/webkit/Source/WebCore/
DChangeLog-2010-05-2436401 (WebCore::InlineTextBox::nextTextBox):
DChangeLog-2005-08-2352542 (khtml::InlineTextBox::nextTextBox):