OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:selectionTop
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp
519
LayoutUnit RootInlineBox::
selectionTop
() const
521
LayoutUnit
selectionTop
= m_lineTop;
524
selectionTop
-= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) : computeUnderAnnotationAdjustment(m_lineTop);
527
return
selectionTop
;
530
if (prevBottom <
selectionTop
&& block()->containsFloats()) {
536
LayoutUnit newLeft = block()->logicalLeftOffsetForLine(
selectionTop
, false);
537
LayoutUnit newRight = block()->logicalRightOffsetForLine(
selectionTop
, false);
539
return
selectionTop
;
547
LayoutUnit top =
selectionTop
();
578
LayoutUnit nextTop = nextRootBox()->
selectionTop
();
[
all
...]
InlineTextBox.cpp
125
LayoutUnit InlineTextBox::
selectionTop
()
127
return root()->
selectionTop
();
206
LayoutUnit selTop =
selectionTop
();
[
all
...]
Completed in 37 milliseconds