/external/webkit/Source/WebCore/platform/text/ |
BidiResolver.h | 121 if (dir == WTF::Unicode::RightToLeft) 275 m_direction = m_status.lastStrong == LeftToRight ? LeftToRight : RightToLeft; 302 m_direction = RightToLeft; 339 || (m_status.eor == EuropeanNumber && (m_status.lastStrong != LeftToRight || from == RightToLeft)) 340 || (m_status.eor != EuropeanNumber && m_status.lastStrong == LeftToRight && from == RightToLeft)) { 342 m_direction = RightToLeft; 369 Direction direction = (embedding.direction() == RightToLeftEmbedding || embedding.direction() == RightToLeftOverride) ? RightToLeft : LeftToRight; 372 if (direction == RightToLeft) 384 raiseExplicitEmbeddingLevel(fromLevel % 2 ? RightToLeft : LeftToRight, toLevel % 2 ? RightToLeft : LeftToRight) [all...] |
BidiContext.cpp | 37 ASSERT(direction == (level % 2 ? RightToLeft : LeftToRight)); 54 static BidiContext* rtlContext = createUncached(1, RightToLeft, false, FromStyleOrDOM, 0).releaseRef(); 58 static BidiContext* rtlOverrideContext = createUncached(1, RightToLeft, true, FromStyleOrDOM, 0).releaseRef(); 66 if (context->dir() == RightToLeft)
|
/external/webkit/Source/WebCore/platform/win/ |
WebCoreTextRenderer.cpp | 43 if (direction == WTF::Unicode::RightToLeft || direction > WTF::Unicode::OtherNeutral)
|
PopupMenuWin.cpp | 634 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft);
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/glib/ |
UnicodeGLib.cpp | 126 return RightToLeft;
|
UnicodeGLib.h | 45 RightToLeft,
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/brew/ |
UnicodeBrew.h | 36 RightToLeft = ICU::U_RIGHT_TO_LEFT,
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/icu/ |
UnicodeIcu.h | 36 RightToLeft = U_RIGHT_TO_LEFT,
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/wince/ |
UnicodeWinCE.h | 38 RightToLeft = UnicodeCE::U_RIGHT_TO_LEFT,
|
/external/webkit/Source/WebCore/rendering/ |
InlineIterator.h | 253 return m_obj->style()->isLeftToRightDirection() ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
|
RenderMenuList.cpp | 98 TextDirection direction = (m_buttonText && m_buttonText->text()->defaultWritingDirection() == WTF::Unicode::RightToLeft) ? RTL : LTR;
|
RenderListMarker.cpp | [all...] |
RenderBlockLineLayout.cpp | [all...] |
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
WebPopupMenuWin.cpp | 119 TextRun textRun(string, length, false, 0, 0, TextRun::AllowTrailingExpansion, itemText.defaultWritingDirection() == WTF::Unicode::RightToLeft);
|
/external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/ |
UnicodeQt4.h | 79 RightToLeft = QChar::DirR,
|
/external/webkit/Source/JavaScriptCore/wtf/text/ |
StringImpl.cpp | 1017 if (charDirection == WTF::Unicode::RightToLeft || charDirection == WTF::Unicode::RightToLeftArabic) { 1020 return WTF::Unicode::RightToLeft;
|
/external/webkit/Source/WebKit/android/nav/ |
FindCanvas.cpp | 139 || WTF::Unicode::RightToLeft == charDirection) {
|
SelectText.cpp | [all...] |
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsContext.cpp | 405 WTF::Unicode::Direction paragraphDirection = run.ltr() ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
|
/external/webkit/Source/WebCore/platform/graphics/wince/ |
GraphicsContextWinCE.cpp | [all...] |
/external/webkit/Source/WebCore/platform/qt/ |
RenderThemeQt.cpp | [all...] |