Home
last modified time | relevance | path

Searched defs:unicodeBidi (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/text/
DUnicodeBidi.h40 inline bool isIsolated(const EUnicodeBidi& unicodeBidi) in isIsolated()
45 inline bool isOverride(EUnicodeBidi unicodeBidi) in isOverride()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DBidiRunForLine.cpp168 EUnicodeBidi unicodeBidi = isolatedInline->style()->unicodeBidi(); in constructBidiRunsForLine() local
DInlineIterator.h122 … inline WTF::Unicode::Direction embedCharFromDirection(TextDirection dir, EUnicodeBidi unicodeBidi) in embedCharFromDirection()
137 EUnicodeBidi unicodeBidi = style->unicodeBidi(); in notifyObserverEnteredObject() local
163 EUnicodeBidi unicodeBidi = object->style()->unicodeBidi(); in notifyObserverWillExitObject() local
/external/chromium_org/third_party/WebKit/Source/core/editing/
DEditingStyle.cpp547 …RefPtrWillBeRawPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeB… in textDirection() local
957 RefPtrWillBeRawPtr<CSSValue> unicodeBidi = nullptr; in prepareToApplyAt() local
1334 … RefPtrWillBeRawPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local
1364 … RefPtrWillBeRawPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local
DApplyStyleCommand.cpp471 …int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(n).get(), CSSPropertyUnic… in splitAncestorsWithUnicodeBidi() local
521 …int unicodeBidi = getIdentifierValue(CSSComputedStyleDeclaration::create(element).get(), CSSProper… in removeEmbeddingUpToEnclosingBlock() local
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyle.h247 unsigned unicodeBidi : 3; // EUnicodeBidi member
545 …EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags.unicodeBidi… in unicodeBidi() function