OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastTextBox
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Source/WebCore/rendering/svg/
SVGRootInlineBox.cpp
288
SVGInlineTextBox*
lastTextBox
= static_cast<SVGInlineTextBox*>(*last);
291
if (firstTextBox->len() == 1 && firstTextBox->len() ==
lastTextBox
->len()) {
293
RenderSVGInlineText* lastContext = toRenderSVGInlineText(
lastTextBox
->textRenderer());
302
unsigned lastBoxPosition =
lastTextBox
->start();
303
unsigned lastBoxEnd =
lastTextBox
->end();
/external/webkit/Source/WebCore/dom/
Position.cpp
591
InlineTextBox*
lastTextBox
= textRenderer->
lastTextBox
();
599
if (box ==
lastTextBox
|| textOffset != box->start() + box->len() + 1)
611
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
620
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() > textOffset))
714
InlineTextBox*
lastTextBox
= textRenderer->
lastTextBox
();
722
if (box ==
lastTextBox
|| textOffset != box->start() + box->len())
734
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() >= textOffset))
743
if (otherBox ==
lastTextBox
|| (otherBox->renderer() == textRenderer && static_cast<InlineTextBox*>(otherBox)->start() >= text (…)
[
all
...]
/external/webkit/Source/WebCore/rendering/
RenderText.cpp
490
if (
lastTextBox
() && pointBlockDirection >=
lastTextBox
()->root()->selectionTop() && pointLineDirection >=
lastTextBox
()->logicalRight()) {
493
offset =
lastTextBox
()->offsetForPosition(pointLineDirection);
494
return createVisiblePosition(offset +
lastTextBox
()->start(), VP_UPSTREAM_IF_POSSIBLE);
[
all
...]
RenderText.h
108
InlineTextBox*
lastTextBox
() const { return m_lastTextBox; }
RenderLineBoxList.cpp
346
InlineTextBox* textBox = toRenderText(curr)->
lastTextBox
();
RenderInline.cpp
[
all
...]
Completed in 574 milliseconds