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

/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
H A DSVGRootInlineBox.cpp258 SVGInlineTextBox* lastTextBox = toSVGInlineTextBox(*last); local
261 if (firstTextBox->len() == 1 && firstTextBox->len() == lastTextBox->len()) {
263 RenderSVGInlineText& lastContext = toRenderSVGInlineText(lastTextBox->renderer());
268 swapItemsInLayoutAttributes(firstAttributes, lastAttributes, firstTextBox->start(), lastTextBox->start());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DPosition.cpp604 InlineTextBox* lastTextBox = textRenderer->lastTextBox(); local
612 if (box == lastTextBox || textOffset != box->start() + box->len() + 1)
624 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
633 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
728 InlineTextBox* lastTextBox = textRenderer->lastTextBox(); local
736 if (box == lastTextBox || textOffset != box->start() + box->len())
748 if (otherBox == lastTextBox || (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() >= textOffset))
757 if (otherBox == lastTextBox || (otherBo
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderText.cpp1281 } else if (lastTextBox()) {
1283 firstRootBox = &lastTextBox()->root();
1535 ASSERT(!firstTextBox() == !lastTextBox()); // Either both are null or both exist.
1536 if (firstTextBox() && lastTextBox()) {
1551 float width = isHorizontal ? logicalRightSide - logicalLeftSide : lastTextBox()->logicalBottom() - x;
1552 float height = isHorizontal ? lastTextBox()->logicalBottom() - y : logicalRightSide - logicalLeftSide;
1575 LayoutUnit logicalHeight = lastTextBox()->logicalBottomVisualOverflow() - logicalTop;
1641 InlineTextBox* box = lastTextBox();
1642 if (!lastTextBox())
H A DRenderText.h123 InlineTextBox* lastTextBox() const { return m_lastTextBox; } function in class:blink::RenderText
H A DRenderLineBoxList.cpp268 InlineTextBox* textBox = toRenderText(curr)->lastTextBox();
H A DRenderInline.cpp956 if (currText->lastTextBox())
957 return currText->lastTextBox();

Completed in 128 milliseconds