OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:borderLogicalRight
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/rendering/
InlineFlowBox.h
115
int marginBorderPaddingLogicalRight() const { return marginLogicalRight() +
borderLogicalRight
() + paddingLogicalRight(); }
134
int
borderLogicalRight
() const
RenderBoxModelObject.h
97
int
borderLogicalRight
() const { return style()->isHorizontalWritingMode() ? borderRight() : borderBottom(); }
RenderBox.cpp
[
all
...]
InlineFlowBox.cpp
406
logicalLeft +=
borderLogicalRight
() + paddingLogicalRight();
[
all
...]
Completed in 134 milliseconds