OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pixelSnappedLogicalRightOffsetForLine
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.h
197
LayoutUnit
pixelSnappedLogicalRightOffsetForLine
(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
[
all
...]
RenderBlockLineLayout.cpp
623
lineLogicalRight = block->
pixelSnappedLogicalRightOffsetForLine
(block->logicalHeight(), shouldIndentText == IndentText, lineLogicalHeight);
[
all
...]
Completed in 112 milliseconds