Searched refs:OtherNeutral (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DTextRunIterator.h60 WTF::Unicode::Direction direction() const { return atEnd() ? WTF::Unicode::OtherNeutral : WTF::Unicode::direction(current()); }
H A DBidiResolver.h61 : eor(WTF::Unicode::OtherNeutral)
62 , lastStrong(WTF::Unicode::OtherNeutral)
63 , last(WTF::Unicode::OtherNeutral)
123 if (dir == WTF::Unicode::OtherNeutral)
171 : m_direction(WTF::Unicode::OtherNeutral)
309 m_direction = WTF::Unicode::OtherNeutral;
310 m_status.eor = WTF::Unicode::OtherNeutral;
330 ASSERT(m_status.eor != OtherNeutral || m_eor.atEnd());
338 if (m_direction == OtherNeutral)
477 case OtherNeutral
[all...]
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DInlineIterator.h431 return WTF::Unicode::OtherNeutral;
447 updateStatusLastFromCurrentDirection(WTF::Unicode::OtherNeutral);
658 m_direction = WTF::Unicode::OtherNeutral;
659 m_status.eor = WTF::Unicode::OtherNeutral;
H A DRenderBlockLineLayout.cpp836 BidiRun* newTrailingRun = new BidiRun(firstSpace, trailingSpaceRun->m_stop, trailingSpaceRun->m_object, baseContext, OtherNeutral);
/external/chromium_org/third_party/WebKit/Source/wtf/unicode/icu/
H A DUnicodeIcu.h48 OtherNeutral = U_OTHER_NEUTRAL, enumerator in enum:WTF::Unicode::Direction
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/
H A DDateTimeEditElement.cpp408 if (dir == SegmentSeparator || dir == WhiteSpaceNeutral || dir == OtherNeutral)

Completed in 257 milliseconds