Home
last modified time | relevance | path

Searched refs:LTR (Results 1 – 25 of 61) sorted by relevance

123

/external/webkit/Source/WebCore/editing/
DVisiblePosition.cpp119 …return primaryDirection == LTR ? previousVisuallyDistinctCandidate(m_deepPosition) : nextVisuallyD… in leftVisuallyDistinctCandidate()
139 …Position positionOnLeft = primaryDirection == LTR ? previousVisuallyDistinctCandidate(m_deepPositi… in leftVisuallyDistinctCandidate()
166 …if (primaryDirection == LTR ? box->root()->getLogicalStartBoxWithNode(logicalStart) : box->root()-… in leftVisuallyDistinctCandidate()
169 … offset = primaryDirection == LTR ? box->caretMinOffset() : box->caretMaxOffset(); in leftVisuallyDistinctCandidate()
227 offset = primaryDirection == LTR ? box->caretMinOffset() : box->caretMaxOffset(); in leftVisuallyDistinctCandidate()
270 …return primaryDirection == LTR ? nextVisuallyDistinctCandidate(m_deepPosition) : previousVisuallyD… in rightVisuallyDistinctCandidate()
290 …Position positionOnRight = primaryDirection == LTR ? nextVisuallyDistinctCandidate(m_deepPosition)… in rightVisuallyDistinctCandidate()
317 …if (primaryDirection == LTR ? box->root()->getLogicalEndBoxWithNode(logicalEnd) : box->root()->get… in rightVisuallyDistinctCandidate()
320 … offset = primaryDirection == LTR ? box->caretMaxOffset() : box->caretMinOffset(); in rightVisuallyDistinctCandidate()
379 offset = primaryDirection == LTR ? box->caretMaxOffset() : box->caretMinOffset(); in rightVisuallyDistinctCandidate()
DSelectionController.cpp366 if (directionOfEnclosingBlock() == LTR) in willBeModified()
375 if (directionOfEnclosingBlock() == LTR) in willBeModified()
428 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()
434 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()
440 if (directionOfEnclosingBlock() == LTR) in modifyExtendingRight()
508 if (directionOfEnclosingBlock() == LTR) in modifyMovingRight()
596 if (directionOfEnclosingBlock() == LTR) in modifyExtendingLeft()
602 if (directionOfEnclosingBlock() == LTR) in modifyExtendingLeft()
608 if (directionOfEnclosingBlock() == LTR) in modifyExtendingLeft()
679 if (directionOfEnclosingBlock() == LTR) in modifyMovingLeft()
[all …]
Dvisible_units.cpp1142 return direction == LTR ? logicalStartOfLine(c) : logicalEndOfLine(c); in leftBoundaryOfLine()
1147 return direction == LTR ? logicalEndOfLine(c) : logicalStartOfLine(c); in rightBoundaryOfLine()
1234 else if (box->direction() == LTR && (!nextLeaf || !nextLeaf->isLeftToRightDirection())) in lastWordBreakInBox()
1408 if (blockDirection == LTR) in leftWordBoundary()
1494 …int index = box->isLeftToRightDirection() ? greatestValueUnder(offset, blockDirection == LTR, orde… in leftWordPosition()
1516 if (blockDirection == LTR) in rightWordPosition()
1521 if (blockDirection == LTR) in rightWordPosition()
1534 …int index = box->isLeftToRightDirection() ? smallestOffsetAbove(offset, blockDirection == LTR, ord… in rightWordPosition()
/external/webkit/Source/WebCore/svg/
DSVGTitleElement.cpp44 document()->setTitleElement(StringWithDirection(textContent(), LTR), this); in insertedIntoDocument()
58 document()->setTitleElement(StringWithDirection(textContent(), LTR), this); in childrenChanged()
/external/markdown/tests/misc/
Dbidi.txt3 |||||||||||||||||||||||||||||THIS SHOULD BE LTR|||||||||||||||||||||||||
8 (**بايثون** لغة برمجة حديثة بسيطة، واضحة، سريعة ، تستخدم أسلوب البرمجة الكائنية (THIS SHOULD BE LTR
/external/webkit/Source/WebKit2/Shared/
DWebPopupItem.cpp39 , m_textDirection(LTR) in WebPopupItem()
47 , m_textDirection(LTR) in WebPopupItem()
/external/webkit/Source/WebCore/platform/text/
DTextDirection.h31 enum TextDirection { RTL, LTR }; enumerator
DStringWithDirection.h50 : m_direction(LTR) in StringWithDirection()
/external/webkit/Source/WebKit2/UIProcess/mac/
DWebPopupMenuProxyMac.mm72 …NSWritingDirection writingDirection = items[i].m_textDirection == LTR ? NSWritingDirectionLeftToRi…
74 …[paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAli…
106 …[m_popup.get() setUserInterfaceLayoutDirection:textDirection == LTR ? NSUserInterfaceLayoutDirecti…
/external/webkit/Source/WebCore/page/
DChrome.cpp387 toolTipDirection = LTR; in setToolTip()
397 toolTipDirection = LTR; in setToolTip()
422 toolTipDirection = LTR; in setToolTip()
/external/webkit/Source/WebCore/rendering/
DRenderMarquee.cpp93 result = (dir == LTR) ? MRIGHT : MLEFT; in direction()
95 result = (dir == LTR) ? MLEFT : MRIGHT; in direction()
DInlineBox.h277 TextDirection direction() const { return m_bidiEmbeddingLevel % 2 ? RTL : LTR; } in direction()
278 bool isLeftToRightDirection() const { return direction() == LTR; } in isLeftToRightDirection()
DHitTestResult.cpp197 dir = LTR; in spellingToolTip()
228 dir = LTR; in title()
DRenderThemeWin.cpp759 const int dropDownBoxPaddingRight = style->direction() == LTR ? 4 + dropDownButtonWidth : 4; in adjustMenuListButtonStyle()
761 const int dropDownBoxPaddingLeft = style->direction() == LTR ? 4 : 4 + dropDownButtonWidth; in adjustMenuListButtonStyle()
793 if (o->style()->direction() == LTR) in paintMenuListButton()
DRenderBlockLineLayout.cpp697 …bool shouldReorder = trailingSpaceRun != (direction == LTR ? bidiRuns.lastRun() : bidiRuns.firstRu… in handleTrailingSpaces()
705 if (direction == LTR) in handleTrailingSpaces()
715 if (direction == LTR) { in handleTrailingSpaces()
782 (((dir == LTR && cssfloat != FRIGHT) || in layoutInlineChildren()
785 ((ta == LEFT || ta == WEBKIT_LEFT) && (dir == LTR)) || in layoutInlineChildren()
1020 …Override override = (style()->visuallyOrdered() ? (style()->direction() == LTR ? VisualLeftToRight… in layoutInlineChildren()
/external/webkit/Source/WebCore/platform/mac/
DPopupMenuMac.mm80 …[m_popup.get() setUserInterfaceLayoutDirection:menuTextDirection == LTR ? NSUserInterfaceLayoutDir…
103 …[paragraphStyle.get() setAlignment:menuTextDirection == LTR ? NSLeftTextAlignment : NSRightTextAli…
104 …NSWritingDirection writingDirection = style.textDirection() == LTR ? NSWritingDirectionLeftToRight…
/external/webkit/Source/WebCore/html/
DHTMLTitleElement.cpp80 TextDirection direction = LTR; in textWithDirection()
DHTMLElement.cpp841 return LTR; in directionalityIfhasDirAutoAttribute()
873 return (textDirection == WTF::Unicode::LeftToRight) ? LTR : RTL; in directionality()
880 return LTR; in directionality()
/external/webkit/Source/WebCore/notifications/
DNotification.h82 TextDirection direction() const { return dir() == "rtl" ? RTL : LTR; } in direction()
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/
DWebPopupMenuWin.cpp135 … (RenderTheme::defaultTheme()->popupOptionSupportsTextIndent() && itemStyle.textDirection() == LTR) in setUpPlatformData()
/external/chromium-trace/src/shared/css/
Dchrome_shared2.css66 /* Elements that need to be LTR even in an RTL context, but should align
Dchrome_shared.css148 /* Elements that need to be LTR even in an RTL context, but should align
/external/webkit/Source/WebCore/platform/graphics/
DWidthIterator.cpp66 …= Font::expansionOpportunityCount(m_run.characters(), m_end, m_run.ltr() ? LTR : RTL, isAfterExpan… in WidthIterator()
/external/webkit/Source/WebCore/css/
DCSSProperty.cpp45 if (direction == LTR) { in resolveToPhysicalProperty()
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
DBidiTest.java945 String LTR = "\u0061\u0062"; in testGetRuns() local
948 String defText = LTR + newLine + RTL + LTR + RTL; in testGetRuns()

123