HomeSort by relevance Sort by last modified time
    Searched refs:isLeftToRightDirection (Results 26 - 44 of 44) sorted by null

12

  /external/webkit/Source/WebCore/rendering/
RenderTextControl.cpp 650 TextRun textRun(placeholderText.characters(), placeholderText.length(), false, 0, 0, TextRun::AllowTrailingExpansion, !placeholderStyle->isLeftToRightDirection(), placeholderStyle->unicodeBidi() == Override);
656 if (placeholderStyle->isLeftToRightDirection())
RenderText.cpp 548 rightAligned = !cbStyle->isLeftToRightDirection();
560 rightAligned = !cbStyle->isLeftToRightDirection();
563 rightAligned = cbStyle->isLeftToRightDirection();
    [all...]
RenderListBox.cpp 344 actualAlignment = itemStyle->isLeftToRightDirection() ? LEFT : RIGHT;
392 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, !itemStyle->isLeftToRightDirection(), itemStyle->unicodeBidi() == Override);
RenderTreeAsText.cpp 504 if (!run.isLeftToRightDirection() || run.m_dirOverride) {
505 ts << (!run.isLeftToRightDirection() ? " RTL" : " LTR");
RootInlineBox.cpp 537 if (isLeftToRightDirection())
542 if (isLeftToRightDirection())
    [all...]
RenderListMarker.cpp     [all...]
RenderMenuList.cpp 103 innerStyle->setTextAlign(style()->isLeftToRightDirection() ? LEFT : RIGHT);
InlineFlowBox.cpp 298 bool ltr = renderer()->style()->isLeftToRightDirection();
370 if (curr->renderer()->parent()->style()->isLeftToRightDirection())
    [all...]
RenderBlock.h 108 int startOffsetForLine(int position, bool firstLine) const { return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, firstLine) : logicalRightOffsetForLine(position, firstLine); }
    [all...]
RenderTextControlSingleLine.cpp 398 innerLayer->scrollToOffset(!style()->isLeftToRightDirection() ? innerLayer->scrollWidth() : 0, 0);
    [all...]
RenderThemeMac.mm     [all...]
RenderBoxModelObject.cpp 387 if (!style()->right().isAuto() && !cb->style()->isLeftToRightDirection())
    [all...]
  /external/webkit/Source/WebCore/rendering/svg/
SVGRenderTreeAsText.cpp 497 if (!textBox->isLeftToRightDirection() || textBox->m_dirOverride) {
498 ts << (textBox->isLeftToRightDirection() ? " LTR" : " RTL");
  /external/webkit/Source/WebCore/css/
CSSStyleSelector.cpp     [all...]
  /external/webkit/Source/WebCore/html/canvas/
CanvasRenderingContext2D.cpp     [all...]
  /external/webkit/Source/WebCore/page/
FrameView.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.h 494 bool isLeftToRightDirection() const { return direction() == LTR; }
    [all...]
  /external/webkit/Source/WebKit/android/jni/
WebCoreFrameBridge.cpp     [all...]
  /external/webkit/Source/WebCore/editing/
Editor.cpp 673 if (!style->isLeftToRightDirection())
    [all...]

Completed in 1563 milliseconds

12