HomeSort by relevance Sort by last modified time
    Searched refs:LeftToRight (Results 1 - 16 of 16) sorted by null

  /external/webkit/Source/WebCore/platform/text/
BidiResolver.h 118 if (dir == WTF::Unicode::LeftToRight || dir == WTF::Unicode::ArabicNumber || dir == WTF::Unicode::EuropeanNumber)
275 m_direction = m_status.lastStrong == LeftToRight ? LeftToRight : RightToLeft;
286 if (from == LeftToRight) {
289 if (m_status.lastStrong != LeftToRight) {
296 } else if (m_status.lastStrong != LeftToRight) {
298 m_direction = LeftToRight;
300 } else if (m_status.eor == EuropeanNumber || m_status.eor == ArabicNumber || m_status.lastStrong == LeftToRight) {
324 if (to == LeftToRight) {
327 if (m_status.lastStrong != LeftToRight) {
    [all...]
BidiContext.cpp 37 ASSERT(direction == (level % 2 ? RightToLeft : LeftToRight));
45 static BidiContext* ltrContext = createUncached(0, LeftToRight, false, FromStyleOrDOM, 0).releaseRef();
49 static BidiContext* ltrOverrideContext = createUncached(0, LeftToRight, true, FromStyleOrDOM, 0).releaseRef();
  /external/webkit/Source/WebKit/android/nav/
SelectText.cpp 106 bidiResolver.setStatus(BidiStatus(LeftToRight, LeftToRight, LeftToRight,
107 BidiContext::create(0, LeftToRight, false)));
  /external/webkit/Source/JavaScriptCore/wtf/unicode/glib/
UnicodeGLib.cpp 124 return LeftToRight;
UnicodeGLib.h 44 LeftToRight,
  /external/webkit/Source/JavaScriptCore/wtf/unicode/brew/
UnicodeBrew.h 35 LeftToRight = ICU::U_LEFT_TO_RIGHT,
  /external/webkit/Source/JavaScriptCore/wtf/unicode/icu/
UnicodeIcu.h 35 LeftToRight = U_LEFT_TO_RIGHT,
  /external/webkit/Source/JavaScriptCore/wtf/unicode/wince/
UnicodeWinCE.h 37 LeftToRight = UnicodeCE::U_LEFT_TO_RIGHT,
  /external/webkit/Source/WebCore/rendering/
InlineIterator.h 253 return m_obj->style()->isLeftToRightDirection() ? WTF::Unicode::LeftToRight : WTF::Unicode::RightToLeft;
RenderBlockLineLayout.cpp     [all...]
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringImpl.cpp 1012 if (charDirection == WTF::Unicode::LeftToRight) {
1015 return WTF::Unicode::LeftToRight;
1025 return WTF::Unicode::LeftToRight;
WTFString.h 340 return WTF::Unicode::LeftToRight;
  /external/webkit/Source/JavaScriptCore/wtf/unicode/qt4/
UnicodeQt4.h 78 LeftToRight = QChar::DirL,
  /external/webkit/Source/WebCore/html/
HTMLElement.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/qt/
RenderThemeQt.cpp     [all...]

Completed in 313 milliseconds