OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:borderLogicalLeft
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
InlineFlowBox.h
125
LayoutUnit marginBorderPaddingLogicalLeft() const { return marginLogicalLeft() +
borderLogicalLeft
() + paddingLogicalLeft(); }
139
int
borderLogicalLeft
() const
RenderBoxModelObject.h
135
LayoutUnit
borderLogicalLeft
() const { return style()->isHorizontalWritingMode() ? borderLeft() : borderTop(); }
Completed in 30 milliseconds