Home
last modified time | relevance | path

Searched refs:lastTextBox (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGRootInlineBox.cpp281 SVGInlineTextBox* lastTextBox = toSVGInlineTextBox(*last); in reverseInlineBoxRangeAndValueListsIfNeeded() local
284 if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len()) { in reverseInlineBoxRangeAndValueListsIfNeeded()
286 RenderSVGInlineText* lastContext = toRenderSVGInlineText(lastTextBox->textRenderer()); in reverseInlineBoxRangeAndValueListsIfNeeded()
291 …msInLayoutAttributes(firstAttributes, lastAttributes, firstTextBox->start(), lastTextBox->start()); in reverseInlineBoxRangeAndValueListsIfNeeded()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DPosition.cpp657 InlineTextBox* lastTextBox = textRenderer->lastTextBox(); in upstream() local
665 if (box == lastTextBox || textOffset != box->start() + box->len() + 1) in upstream()
677 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in upstream()
686 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in upstream()
781 InlineTextBox* lastTextBox = textRenderer->lastTextBox(); in downstream() local
789 if (box == lastTextBox || textOffset != box->start() + box->len()) in downstream()
801 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in downstream()
810 …if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)-… in downstream()
1200 if (candidate && candidate == textRenderer->lastTextBox() && affinity == DOWNSTREAM) { in getInlineBoxAndOffset()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderText.cpp1252 } else if (lastTextBox()) { in setTextWithOffset()
1254 firstRootBox = lastTextBox()->root(); in setTextWithOffset()
1498 ASSERT(!firstTextBox() == !lastTextBox()); // Either both are null or both exist. in linesBoundingBox()
1499 if (firstTextBox() && lastTextBox()) { in linesBoundingBox()
1514 …float width = isHorizontal ? logicalRightSide - logicalLeftSide : lastTextBox()->logicalBottom() -… in linesBoundingBox()
1515 …float height = isHorizontal ? lastTextBox()->logicalBottom() - y : logicalRightSide - logicalLeftS… in linesBoundingBox()
1537 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop; in linesVisualOverflowBoundingBox()
1620 InlineTextBox* box = lastTextBox(); in caretMaxOffset()
1621 if (!lastTextBox()) in caretMaxOffset()
DRenderText.h121 InlineTextBox* lastTextBox() const { return m_lastTextBox; } in lastTextBox() function
DRenderLineBoxList.cpp309 InlineTextBox* textBox = toRenderText(curr)->lastTextBox(); in dirtyLinesFromChangedChild()
DRenderInline.cpp923 if (currText->lastTextBox()) in culledInlineLastLineBox()
924 return currText->lastTextBox(); in culledInlineLastLineBox()