OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasInvertedDirection
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTable.cpp
308
bool
hasInvertedDirection
= cb->style()->isLeftToRightDirection() == style()->isLeftToRightDirection();
310
hasInvertedDirection
? marginValues.m_start : marginValues.m_end,
311
hasInvertedDirection
? marginValues.m_end : marginValues.m_start);
[
all
...]
RenderBox.cpp
[
all
...]
Completed in 25 milliseconds