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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextDirection.h 33 inline bool isLeftToRightDirection(TextDirection direction) { return direction == LTR; }
  /external/chromium_org/third_party/WebKit/Source/core/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/core/rendering/
Pagination.cpp 36 style->setColumnProgression(style->isLeftToRightDirection() ? NormalColumnProgression : ReverseColumnProgression);
43 style->setColumnProgression(style->isLeftToRightDirection() ? ReverseColumnProgression : NormalColumnProgression);
52 style->setColumnProgression(style->isLeftToRightDirection() ? NormalColumnProgression : ReverseColumnProgression);
59 style->setColumnProgression(style->isLeftToRightDirection() ? ReverseColumnProgression : NormalColumnProgression);
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();
RenderDetailsMarker.cpp 75 if (style()->isLeftToRightDirection())
79 if (style()->isLeftToRightDirection())
83 if (style()->isLeftToRightDirection())
87 if (style()->isLeftToRightDirection())
RenderMultiColumnSet.cpp 229 if (style()->isLeftToRightDirection())
283 bool isLeftmostColumn = style()->isLeftToRightDirection() ? isFirstColumn : isLastColumn;
284 bool isRightmostColumn = style()->isLeftToRightDirection() ? isLastColumn : isFirstColumn;
359 bool leftToRight = style()->isLeftToRightDirection();
478 if (!style()->isLeftToRightDirection())
InlineBox.h 251 bool isLeftToRightDirection() const { return direction() == LTR; }
252 int caretLeftmostOffset() const { return isLeftToRightDirection() ? caretMinOffset() : caretMaxOffset(); }
253 int caretRightmostOffset() const { return isLeftToRightDirection() ? caretMaxOffset() : caretMinOffset(); }
RenderTableCell.cpp 315 bool rtl = !styleForCellFlow()->isLeftToRightDirection();
    [all...]
RenderRubyRun.cpp 300 startOverhang = style()->isLeftToRightDirection() ? logicalLeftOverhang : logicalRightOverhang;
301 endOverhang = style()->isLeftToRightDirection() ? logicalRightOverhang : logicalLeftOverhang;
RenderDeprecatedFlexibleBox.cpp 46 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
597 if (remainingSpace > 0 && ((style()->isLeftToRightDirection() && style()->boxPack() != Start)
598 || (!style()->isLeftToRightDirection() && style()->boxPack() != End))) {
726 if (!style()->isLeftToRightDirection())
732 if (style()->isLeftToRightDirection())
    [all...]
RenderListItem.cpp 339 if (style()->isLeftToRightDirection()) {
440 if (!m_marker->style()->isLeftToRightDirection())
445 if (m_marker->style()->isLeftToRightDirection())
RenderTable.cpp 302 bool hasInvertedDirection = cb->style()->isLeftToRightDirection() == style()->isLeftToRightDirection();
515 LayoutUnit sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
517 sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd();
    [all...]
RenderBlockLineLayout.cpp 199 if (shouldIndentText() && m_block->style()->isLeftToRightDirection())
209 if (shouldIndentText() && !m_block->style()->isLeftToRightDirection())
626 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
700 static void updateLogicalWidthForLeftAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
704 if (isLeftToRightDirection) {
716 static void updateLogicalWidthForRightAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
721 if (isLeftToRightDirection) {
738 static void updateLogicalWidthForCenterAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
746 if (isLeftToRightDirection)
763 renderer->getOverhang(lineInfo.isFirstLine(), renderer->style()->isLeftToRightDirection() ? previousObject : nextObject, renderer->style()->isLeftToRightDirection() ? nextObject : previo (…)
    [all...]
InlineTextBox.cpp 285 bool ltr = isLeftToRightDirection();
505 if (renderer()->containingBlock()->style()->isLeftToRightDirection() != isLeftToRightDirection()) {
517 LayoutSize truncationOffset(isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText, 0);
    [all...]
RenderBox.cpp 484 if (style()->isLeftToRightDirection())
    [all...]
RenderBlock.h 179 return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, region, offsetFromLogicalTopOfFirstPage, logicalHeight)
184 return !style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, region, offsetFromLogicalTopOfFirstPage, logicalHeight)
214 return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
219 return !style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
394 return style()->isLeftToRightDirection() ? logicalLeftOffsetForContent(region, offsetFromLogicalTopOfFirstPage)
399 return !style()->isLeftToRightDirection() ? logicalLeftOffsetForContent(region, offsetFromLogicalTopOfFirstPage)
424 LayoutUnit startOffsetForContent() const { return style()->isLeftToRightDirection() ? logicalLeftOffsetForContent() : logicalWidth() - logicalRightOffsetForContent(); }
425 LayoutUnit endOffsetForContent() const { return !style()->isLeftToRightDirection() ? logicalLeftOffsetForContent() : logicalWidth() - logicalRightOffsetForContent(); }
    [all...]
RenderFieldset.cpp 72 if (style()->isLeftToRightDirection()) {
RenderFileUploadControl.cpp 127 if (style()->isLeftToRightDirection())
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
LayoutBoxExtent.cpp 91 return isLeftToRightDirection(direction) ? m_left : m_right;
92 return isLeftToRightDirection(direction) ? m_top : m_bottom;
98 return isLeftToRightDirection(direction) ? m_right : m_left;
99 return isLeftToRightDirection(direction) ? m_bottom : m_top;
147 if (isLeftToRightDirection(direction))
152 if (isLeftToRightDirection(direction))
162 if (isLeftToRightDirection(direction))
167 if (isLeftToRightDirection(direction))
  /external/chromium_org/third_party/WebKit/Source/core/html/shadow/
SliderThumbElement.cpp 195 else if (style()->isLeftToRightDirection())
265 bool isLeftToRightDirection = renderBox()->style()->isLeftToRightDirection();
284 position -= isLeftToRightDirection ? renderBox()->marginLeft() : renderBox()->marginRight();
289 const Decimal fraction = isVertical || !isLeftToRightDirection ? Decimal(1) - ratio : ratio;
298 double closestRatio = isVertical || !isLeftToRightDirection ? 1.0 - closestFraction : closestFraction;
  /external/chromium_org/third_party/WebKit/Source/core/css/
PageRuleCollector.cpp 46 if (!m_context.rootElementStyle()->isLeftToRightDirection())
  /external/chromium_org/third_party/WebKit/Source/core/editing/
VisiblePosition.cpp 132 return box->isLeftToRightDirection() ? previousVisuallyDistinctCandidate(m_deepPosition) : nextVisuallyDistinctCandidate(m_deepPosition);
143 offset = box->isLeftToRightDirection() ? renderer->previousOffset(offset) : renderer->nextOffset(offset);
151 if (box->isLeftToRightDirection() ? offset < caretMinOffset : offset > caretMaxOffset) {
297 return box->isLeftToRightDirection() ? nextVisuallyDistinctCandidate(m_deepPosition) : previousVisuallyDistinctCandidate(m_deepPosition);
308 offset = box->isLeftToRightDirection() ? renderer->nextOffset(offset) : renderer->previousOffset(offset);
316 if (box->isLeftToRightDirection() ? offset > caretMaxOffset : offset < caretMinOffset) {
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.cpp 124 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.x() : docRect.maxX();
125 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxX() : docRect.x();
134 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.y() : docRect.maxY();
135 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxY() : docRect.y();
  /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...]

Completed in 538 milliseconds

1 2