OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeUnderAnnotationAdjustment
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.cpp
308
result = prevRootBox()->
computeUnderAnnotationAdjustment
(lineTop());
319
result =
computeUnderAnnotationAdjustment
(prevRootBox() ? prevRootBox()->lineBottom() : static_cast<LayoutUnit>(block()->borderBefore()));
524
selectionTop -= !renderer()->style()->isFlippedLinesWritingMode() ? computeOverAnnotationAdjustment(m_lineTop) :
computeUnderAnnotationAdjustment
(m_lineTop);
573
selectionBottom += !renderer()->style()->isFlippedLinesWritingMode() ?
computeUnderAnnotationAdjustment
(m_lineBottom) : computeOverAnnotationAdjustment(m_lineBottom);
[
all
...]
InlineFlowBox.h
196
LayoutUnit
computeUnderAnnotationAdjustment
(LayoutUnit allowedPosition) const;
InlineFlowBox.cpp
[
all
...]
RenderBlockLineLayout.cpp
[
all
...]
Completed in 27 milliseconds