Searched refs:leftToRight (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A DMultiColumnSetPainter.cpp55 bool leftToRight = m_renderMultiColumnSet.style()->isLeftToRightDirection(); local
56 LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : m_renderMultiColumnSet.contentLogicalWidth();
58 LayoutUnit ruleLogicalLeft = leftToRight ? LayoutUnit() : m_renderMultiColumnSet.contentLogicalWidth();
61 ? leftToRight ? BSLeft : BSRight
62 : leftToRight ? BSTop : BSBottom;
66 if (leftToRight) {
H A DBlockPainter.cpp278 bool leftToRight = m_renderBlock.style()->isLeftToRightDirection(); local
279 LayoutUnit currLogicalLeftOffset = leftToRight ? LayoutUnit() : m_renderBlock.contentLogicalWidth();
281 LayoutUnit ruleLogicalLeft = leftToRight ? LayoutUnit() : m_renderBlock.contentLogicalWidth();
284 ? leftToRight ? BSLeft : BSRight
285 : leftToRight ? BSTop : BSBottom;
289 if (leftToRight) {
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
H A Dcursor_selection.js205 var leftToRight = this.start.node.compareDocumentPosition(rhs.start.node) ==
208 (this.isReversed() ? !leftToRight : leftToRight);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dnptrans.cpp206 UBool leftToRight=FALSE, rightToLeft=FALSE; local
243 leftToRight = TRUE;
251 if( leftToRight == TRUE && rightToLeft == TRUE){
/external/icu/icu4c/source/test/intltest/
H A Dnptrans.cpp206 UBool leftToRight=FALSE, rightToLeft=FALSE; local
243 leftToRight = TRUE;
251 if( leftToRight == TRUE && rightToLeft == TRUE){
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMultiColumnSet.cpp510 bool leftToRight = style()->isLeftToRightDirection(); local
531 if (!leftToRight)
H A DRenderDeprecatedFlexibleBox.cpp949 bool leftToRight = destBlock.style()->isLeftToRightDirection(); local
950 if (!leftToRight)
954 if (!lastVisibleLine->lineCanAccommodateEllipsis(leftToRight, blockRightEdge, lastVisibleLine->x() + lastVisibleLine->logicalWidth(), totalWidth))
960 lastVisibleLine->placeEllipsis(anchorBox ? ellipsisAndSpaceStr : ellipsisStr, leftToRight, blockLeftEdge.toFloat(), blockRightEdge.toFloat(), totalWidth, anchorBox);
/external/chromium_org/third_party/icu/source/common/
H A Dusprep.cpp683 UBool leftToRight=FALSE, rightToLeft=FALSE; local
767 leftToRight = TRUE;
778 if( leftToRight == TRUE && rightToLeft == TRUE){
/external/icu/icu4c/source/common/
H A Dusprep.cpp683 UBool leftToRight=FALSE, rightToLeft=FALSE; local
767 leftToRight = TRUE;
778 if( leftToRight == TRUE && rightToLeft == TRUE){
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 249 milliseconds