OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastTextBox
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderText.h
121
InlineTextBox*
lastTextBox
() const { return m_lastTextBox; }
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGRootInlineBox.cpp
281
SVGInlineTextBox*
lastTextBox
= toSVGInlineTextBox(*last);
284
if (firstTextBox->len() == 1 && firstTextBox->len() ==
lastTextBox
->len()) {
286
RenderSVGInlineText* lastContext = toRenderSVGInlineText(
lastTextBox
->textRenderer());
291
swapItemsInLayoutAttributes(firstAttributes, lastAttributes, firstTextBox->start(),
lastTextBox
->start());
/external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp
657
InlineTextBox*
lastTextBox
= textRenderer->
lastTextBox
();
665
if (box ==
lastTextBox
|| textOffset != box->start() + box->len() + 1)
677
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
686
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() > textOffset))
781
InlineTextBox*
lastTextBox
= textRenderer->
lastTextBox
();
789
if (box ==
lastTextBox
|| textOffset != box->start() + box->len())
801
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() >= textOffset))
810
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && toInlineTextBox(otherBox)->start() >= textOffset)
[
all
...]
Completed in 32 milliseconds