Searched defs:unicodeBidi (Results 1 – 6 of 6) sorted by relevance
105 … inline WTF::Unicode::Direction embedCharFromDirection(TextDirection dir, EUnicodeBidi unicodeBidi) in embedCharFromDirection()119 EUnicodeBidi unicodeBidi = style->unicodeBidi(); in notifyResolverEnteredObject() local
388 RefPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirection() local700 RefPtr<CSSValue> unicodeBidi; in prepareToApplyAt() local
442 int unicodeBidi = getIdentifierValue(computedStyle(n).get(), CSSPropertyUnicodeBidi); in splitAncestorsWithUnicodeBidi() local494 int unicodeBidi = getIdentifierValue(computedStyle(element).get(), CSSPropertyUnicodeBidi); in removeEmbeddingUpToEnclosingBlock() local
588 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local618 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local
1258 {
472 …EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBid… in unicodeBidi() function