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

1 2

  /external/webkit/Source/WebCore/rendering/
RenderTable.h 60 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
67 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
75 return style()->isLeftToRightDirection() ? borderStart() : borderEnd();
82 return style()->isLeftToRightDirection() ? borderEnd() : borderStart();
95 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
102 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
110 return style()->isLeftToRightDirection() ? outerBorderStart() : outerBorderEnd();
117 return style()->isLeftToRightDirection() ? outerBorderEnd() : outerBorderStart();
RenderDetailsMarker.cpp 82 if (style()->isLeftToRightDirection())
86 if (style()->isLeftToRightDirection())
90 if (style()->isLeftToRightDirection())
94 if (style()->isLeftToRightDirection())
InlineBox.h 278 bool isLeftToRightDirection() const { return direction() == LTR; }
279 int caretLeftmostOffset() const { return isLeftToRightDirection() ? caretMinOffset() : caretMaxOffset(); }
280 int caretRightmostOffset() const { return isLeftToRightDirection() ? caretMaxOffset() : caretMinOffset(); }
InlineTextBox.cpp 196 IntRect r = enclosingIntRect(f.selectionRectForText(TextRun(characters, len, textObj->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride),
264 bool ltr = isLeftToRightDirection();
496 if (renderer()->containingBlock()->style()->isLeftToRightDirection() != isLeftToRightDirection()) {
509 tx += isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText;
511 ty += isLeftToRightDirection() ? widthOfHiddenText : -widthOfHiddenText;
653 TextRun textRun(characters, length, textRenderer()->allowTabs(), textPos(), m_expansion, expansionBehavior(), !isLeftToRightDirection(), m_dirOverride || styleToUse->visuallyOrdered());
    [all...]
RenderFileUploadControl.cpp 232 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !style()->isLeftToRightDirection(), style()->unicodeBidi() == Override);
239 if (style()->isLeftToRightDirection())
258 if (style()->isLeftToRightDirection())
RenderBlockLineLayout.cpp 308 isOnlyRun = (!style()->isLeftToRightDirection() ? bidiRuns.lastRun() : bidiRuns.firstRun())->m_object->isListMarker();
376 static void updateLogicalWidthForLeftAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
380 if (isLeftToRightDirection) {
392 static void updateLogicalWidthForRightAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
397 if (isLeftToRightDirection) {
414 static void updateLogicalWidthForCenterAlignedBlock(bool isLeftToRightDirection, BidiRun* trailingSpaceRun, float& logicalLeft, float& totalLogicalWidth, float availableLogicalWidth)
422 if (isLeftToRightDirection)
513 toRenderRubyRun(renderBox)->getOverhang(firstLine, renderBox->style()->isLeftToRightDirection() ? previousObject : nextObject, renderBox->style()->isLeftToRightDirection() ? nextObject : previousObject, startOverhang, endOverhang);
538 updateLogicalWidthForLeftAlignedBlock(style()->isLeftToRightDirection(), trailingSpaceRun, logicalLeft, totalLogicalWidth, availableLogicalWidth)
    [all...]
RenderTableCell.cpp 256 bool rtl = !table()->style()->isLeftToRightDirection();
679 return tableStyle->isLeftToRightDirection() ? collapsedStartBorder() : collapsedEndBorder();
687 return tableStyle->isLeftToRightDirection() ? collapsedEndBorder() : collapsedStartBorder();
696 return tableStyle->isLeftToRightDirection() ? collapsedStartBorder() : collapsedEndBorder();
704 return tableStyle->isLeftToRightDirection() ? collapsedEndBorder() : collapsedStartBorder();
753 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
761 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
770 return tableStyle->isLeftToRightDirection() ? borderHalfStart(outer) : borderHalfEnd(outer);
778 return tableStyle->isLeftToRightDirection() ? borderHalfEnd(outer) : borderHalfStart(outer);
785 return (border.width() + ((table()->style()->isLeftToRightDirection() ^ outer) ? 1 : 0)) / 2; // Give the extra pixel to top and left
    [all...]
RenderFlexibleBox.cpp 49 if (m_box->style()->boxOrient() == HORIZONTAL && !m_box->style()->isLeftToRightDirection())
547 if (remainingSpace > 0 && ((style()->isLeftToRightDirection() && style()->boxPack() != BSTART)
548 || (!style()->isLeftToRightDirection() && style()->boxPack() != BEND))) {
605 if (!style()->isLeftToRightDirection())
672 if (!style()->isLeftToRightDirection())
678 if (style()->isLeftToRightDirection())
    [all...]
RenderRubyRun.cpp 298 startOverhang = style()->isLeftToRightDirection() ? logicalLeftOverhang : logicalRightOverhang;
299 endOverhang = style()->isLeftToRightDirection() ? logicalRightOverhang : logicalLeftOverhang;
RenderListItem.cpp 273 if (style()->isLeftToRightDirection()) {
376 if (!m_marker->style()->isLeftToRightDirection())
381 if (m_marker->style()->isLeftToRightDirection())
RenderTable.cpp 426 int sectionLogicalLeft = style()->isLeftToRightDirection() ? borderStart() : borderEnd();
428 sectionLogicalLeft += style()->isLeftToRightDirection() ? paddingStart() : paddingEnd();
    [all...]
RenderBox.cpp 134 return style()->isLeftToRightDirection() ? m_marginLeft : m_marginRight;
135 return style()->isLeftToRightDirection() ? m_marginTop : m_marginBottom;
141 return style()->isLeftToRightDirection() ? m_marginRight : m_marginLeft;
142 return style()->isLeftToRightDirection() ? m_marginBottom : m_marginTop;
148 if (style()->isLeftToRightDirection())
153 if (style()->isLeftToRightDirection())
163 if (style()->isLeftToRightDirection())
168 if (style()->isLeftToRightDirection())
437 if (style()->isLeftToRightDirection())
    [all...]
InlineIterator.h 253 return m_obj->style()->isLeftToRightDirection() ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
RenderFieldset.cpp 76 if (style()->isLeftToRightDirection()) {
RenderMarquee.cpp 117 bool ltr = s->isLeftToRightDirection();
RenderTableSection.cpp 703 if (!style()->isLeftToRightDirection())
    [all...]
RenderBlock.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGTextMetrics.cpp 86 , !style->isLeftToRightDirection()
RenderSVGInlineText.cpp 120 int x = box->isLeftToRightDirection() ? rect.x() : rect.maxX();
125 int x = box->isLeftToRightDirection() ? rect.maxX() : rect.x();
SVGTextChunkBuilder.cpp 108 if (!style->isLeftToRightDirection())
  /external/webkit/Source/WebCore/editing/
VisiblePosition.cpp 125 return box->isLeftToRightDirection() ? previousVisuallyDistinctCandidate(m_deepPosition) : nextVisuallyDistinctCandidate(m_deepPosition);
127 offset = box->isLeftToRightDirection() ? renderer->previousOffset(offset) : renderer->nextOffset(offset);
135 if (box->isLeftToRightDirection() ? offset < caretMinOffset : offset > caretMaxOffset) {
276 return box->isLeftToRightDirection() ? nextVisuallyDistinctCandidate(m_deepPosition) : previousVisuallyDistinctCandidate(m_deepPosition);
278 offset = box->isLeftToRightDirection() ? renderer->nextOffset(offset) : renderer->previousOffset(offset);
286 if (box->isLeftToRightDirection() ? offset > caretMaxOffset : offset < caretMinOffset) {
visible_units.cpp     [all...]
  /external/webkit/Source/WebCore/page/
PrintContext.cpp 134 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.x() : docRect.maxX();
135 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxX() : docRect.x();
144 inlineDirectionStart = view->style()->isLeftToRightDirection() ? docRect.y() : docRect.maxY();
145 inlineDirectionEnd = view->style()->isLeftToRightDirection() ? docRect.maxY() : docRect.y();
  /external/webkit/Source/WebCore/wml/
WMLTableElement.cpp 234 rtl = !style->isLeftToRightDirection();

Completed in 170 milliseconds

1 2