HomeSort by relevance Sort by last modified time
    Searched refs:isLeftToRightDirection (Results 1 - 25 of 56) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/platform/text/
TextDirection.h 33 inline bool isLeftToRightDirection(TextDirection direction) { return direction == LTR; }
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderDetailsMarker.cpp 43 if (style()->isLeftToRightDirection())
47 if (style()->isLeftToRightDirection())
51 if (style()->isLeftToRightDirection())
55 if (style()->isLeftToRightDirection())
RenderTable.h 63 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
70 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
78 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
85 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
98 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
105 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
113 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
120 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
InlineTextBox.cpp 297 bool ltr = isLeftToRightDirection();
414 if (renderer().containingBlock()->style()->isLeftToRightDirection() != isLeftToRightDirection()) {
423 LayoutUnit widthOfVisibleText = renderer().width(m_start, m_truncation, textPos(), isLeftToRightDirection() ? LTR : RTL, isFirstLineStyle());
426 LayoutSize truncationOffset(isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText, 0);
    [all...]
RenderBoxModelObject.cpp 206 if (!style()->right().isAuto() && !containingBlock->style()->isLeftToRightDirection())
541 if (!currentStyle->isLeftToRightDirection())
545 if (currentStyle->isLeftToRightDirection())
555 if (currentStyle->isLeftToRightDirection())
560 if (currentStyle->isLeftToRightDirection())
567 if (!currentStyle->isLeftToRightDirection())
InlineBox.h 254 bool isLeftToRightDirection() const { return direction() == LTR; }
255 int caretLeftmostOffset() const { return isLeftToRightDirection() ? caretMinOffset() : caretMaxOffset(); }
256 int caretRightmostOffset() const { return isLeftToRightDirection() ? caretMaxOffset() : caretMinOffset(); }
RenderMultiColumnSet.cpp 343 if (style()->isLeftToRightDirection())
400 bool isLeftmostColumn = style()->isLeftToRightDirection() ? isFirstColumn : isLastColumn;
401 bool isRightmostColumn = style()->isLeftToRightDirection() ? isLastColumn : isFirstColumn;
510 bool leftToRight = style()->isLeftToRightDirection();
RenderSliderContainer.cpp 137 else if (style()->isLeftToRightDirection())
RenderTableCell.cpp 328 bool rtl = !styleForCellFlow()->isLeftToRightDirection();
    [all...]
RenderBlockLineLayout.cpp 197 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
298 static void updateLogicalWidthForLeftAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
302 if (isLeftToRightDirection) {
314 static void updateLogicalWidthForRightAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
319 if (isLeftToRightDirection) {
336 static void updateLogicalWidthForCenterAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
344 if (isLeftToRightDirection)
361 renderer->getOverhang(lineInfo.isFirstLine(), renderer->style()->isLeftToRightDirection() ? previousObject : nextObject, renderer->style()->isLeftToRightDirection() ? nextObject : previousObject, startOverhang, endOverhang);
500 updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth)
    [all...]
RenderRubyRun.cpp 282 startOverhang = style()->isLeftToRightDirection() ? logicalLeftOverhang : logicalRightOverhang;
283 endOverhang = style()->isLeftToRightDirection() ? logicalRightOverhang : logicalLeftOverhang;
RenderDeprecatedFlexibleBox.cpp 45 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
562 if (remainingSpace > 0 && ((style()->isLeftToRightDirection() && style()->boxPack() != Start)
563 || (!style()->isLeftToRightDirection() && style()->boxPack() != End))) {
691 if (!style()->isLeftToRightDirection())
697 if (style()->isLeftToRightDirection())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
LengthBox.cpp 81 return isLeftToRightDirection(direction) ? m_left : m_right;
82 return isLeftToRightDirection(direction) ? m_top : m_bottom;
88 return isLeftToRightDirection(direction) ? m_right : m_left;
89 return isLeftToRightDirection(direction) ? m_bottom : m_top;
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
LayoutBoxExtent.cpp 93 return isLeftToRightDirection(direction) ? m_left : m_right;
94 return isLeftToRightDirection(direction) ? m_top : m_bottom;
100 return isLeftToRightDirection(direction) ? m_right : m_left;
101 return isLeftToRightDirection(direction) ? m_bottom : m_top;
149 if (isLeftToRightDirection(direction))
154 if (isLeftToRightDirection(direction))
164 if (isLeftToRightDirection(direction))
169 if (isLeftToRightDirection(direction))
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 126 bool isLeftToRightDirection = renderBox()->style()->isLeftToRightDirection();
145 position -= isLeftToRightDirection ? renderBox()->marginLeft() : renderBox()->marginRight();
150 const Decimal fraction = isVertical || !isLeftToRightDirection ? Decimal(1) - ratio : ratio;
157 double closestRatio = isVertical || !isLeftToRightDirection ? 1.0 - closestFraction : closestFraction;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeOutsideInfo.cpp 222 if (style->isLeftToRightDirection())
227 if (style->isLeftToRightDirection())
236 if (style->isLeftToRightDirection())
241 if (style->isLeftToRightDirection())
293 LayoutUnit logicalLeftMargin = containingBlock.style()->isLeftToRightDirection() ? containingBlock.marginStartForChild(&m_renderer) : containingBlock.marginEndForChild(&m_renderer);
297 LayoutUnit logicalRightMargin = containingBlock.style()->isLeftToRightDirection() ? containingBlock.marginEndForChild(&m_renderer) : containingBlock.marginStartForChild(&m_renderer);
  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 47 if (!rootElementStyle->isLeftToRightDirection())
  /external/chromium_org/third_party/WebKit/Source/core/paint/
ListMarkerPainter.cpp 197 m_renderListMarker.style()->isLeftToRightDirection() ? suffix : ' ',
198 m_renderListMarker.style()->isLeftToRightDirection() ? ' ' : suffix
204 if (m_renderListMarker.style()->isLeftToRightDirection()) {
MultiColumnSetPainter.cpp 55 bool leftToRight = m_renderMultiColumnSet.style()->isLeftToRightDirection();
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 142 return box->isLeftToRightDirection() ? previousVisuallyDistinctCandidate(m_deepPosition) : nextVisuallyDistinctCandidate(m_deepPosition);
153 offset = box->isLeftToRightDirection() ? renderer->previousOffset(offset) : renderer->nextOffset(offset);
161 if (box->isLeftToRightDirection() ? offset < caretMinOffset : offset > caretMaxOffset) {
307 return box->isLeftToRightDirection() ? nextVisuallyDistinctCandidate(m_deepPosition) : previousVisuallyDistinctCandidate(m_deepPosition);
318 offset = box->isLeftToRightDirection() ? renderer->nextOffset(offset) : renderer->previousOffset(offset);
326 if (box->isLeftToRightDirection() ? offset > caretMaxOffset : offset < caretMinOffset) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 123 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.x() : docRect.maxX();
124 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxX() : docRect.x();
133 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.y() : docRect.maxY();
134 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxY() : docRect.y();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/line/
LineWidth.cpp 83 if (shouldIndentText() && m_block.style()->isLeftToRightDirection())
94 if (shouldIndentText() && !m_block.style()->isLeftToRightDirection())
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGInlineText.cpp 120 LayoutUnit x = box->isLeftToRightDirection() ? rect.x() : rect.maxX();
125 LayoutUnit x = box->isLeftToRightDirection() ? rect.maxX() : rect.x();
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
RenderStyle.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebFormControlElement.cpp 174 return style->isLeftToRightDirection() ? WebString::fromUTF8("ltr") : WebString::fromUTF8("rtl");

Completed in 542 milliseconds

1 2 3