OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:logicalRightLayoutOverflow
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/rendering/
InlineFlowBox.h
201
int
logicalRightLayoutOverflow
() const { return m_overflow ? (isHorizontal() ? m_overflow->maxXLayoutOverflow() : m_overflow->maxYLayoutOverflow()) : ceilf(logicalRight()); }
RenderBox.h
142
int
logicalRightLayoutOverflow
() const { return style()->isHorizontalWritingMode() ? maxXLayoutOverflow() : maxYLayoutOverflow(); }
Completed in 21 milliseconds