OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectionHeightAdjustedForPrecedingBlock
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
EllipsisBox.cpp
135
return enclosingIntRect(font.selectionRectForText(RenderBlockFlow::constructTextRun(renderer(), font, m_str, style, TextRun::AllowTrailingExpansion), IntPoint(logicalLeft(), logicalTop() + root()->selectionTopAdjustedForPrecedingBlock()), root()->
selectionHeightAdjustedForPrecedingBlock
()));
RootInlineBox.h
75
LayoutUnit
selectionHeightAdjustedForPrecedingBlock
() const { return max<LayoutUnit>(0, selectionBottom() - selectionTopAdjustedForPrecedingBlock()); }
RenderBlockFlow.cpp
[
all
...]
Completed in 171 milliseconds