Home
last modified time | relevance | path

Searched refs:firstTextBox (Results 1 – 17 of 17) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderText.cpp215 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 …]
DRenderText.h107 InlineTextBox* firstTextBox() const { return m_firstTextBox; } in firstTextBox() function
DRenderInline.cpp537 …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()
DRenderTreeAsText.cpp256 if (adjustForTableCells && !text.firstTextBox()) in writeRenderObject()
560 for (InlineTextBox* box = text.firstTextBox(); box; box = box->nextTextBox()) { in write()
/external/webkit/Source/WebCore/rendering/svg/
DSVGRootInlineBox.cpp287 SVGInlineTextBox* firstTextBox = static_cast<SVGInlineTextBox*>(*first); in reverseInlineBoxRangeAndValueListsIfNeeded() local
291 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()
DRenderSVGInlineText.cpp132 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()
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/dom/
DPosition.cpp54 …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 …]
DContainerNode.cpp857 …(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()
/external/webkit/Source/WebCore/editing/
DTextIterator.cpp525 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() local
573 || (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()
DCompositeEditCommand.cpp532 …for (InlineTextBox* textBox = textRenderer->firstTextBox(); textBox; textBox = textBox->nextTextBo… in deleteInsignificantText()
DSelectionController.cpp1260 if (!textRenderer->textLength() || !textRenderer->firstTextBox()) { in debugRenderer()
/external/webkit/Source/WebCore/accessibility/gtk/
DAccessibilityObjectWrapperAtk.cpp1075 InlineTextBox* box = renderText ? renderText->firstTextBox() : 0; in textForRenderer()
/external/webkit/Source/WebCore/accessibility/
DAccessibilityRenderObject.cpp1812 if (m_renderer->isBR() || !renderText->firstTextBox()) in accessibilityIsIgnored()
/external/webkit/Source/WebCore/
DChangeLog-2005-08-2346594 (RenderText::positionForCoordinates): Ditto. Fix lastTextBox/firstTextBox code mistake.
52544 (khtml::RenderText::firstTextBox):
DChangeLog-2007-10-143373 …g/RenderSVGInlineText.cpp: Only call svgCharacterHitsPosition for the firstTextBox -> it handles a…