Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DInlineIterator.h105 … inline WTF::Unicode::Direction embedCharFromDirection(TextDirection dir, EUnicodeBidi unicodeBidi) in embedCharFromDirection()
119 EUnicodeBidi unicodeBidi = style->unicodeBidi(); in notifyResolverEnteredObject() local
/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp388 RefPtr<CSSValue> unicodeBidi = m_mutableStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirection() local
700 RefPtr<CSSValue> unicodeBidi; in prepareToApplyAt() local
DApplyStyleCommand.cpp442 int unicodeBidi = getIdentifierValue(computedStyle(n).get(), CSSPropertyUnicodeBidi); in splitAncestorsWithUnicodeBidi() local
494 int unicodeBidi = getIdentifierValue(computedStyle(element).get(), CSSPropertyUnicodeBidi); in removeEmbeddingUpToEnclosingBlock() local
DEditor.cpp588 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local
618 RefPtr<CSSValue> unicodeBidi = style->getPropertyCSSValue(CSSPropertyUnicodeBidi); in textDirectionForSelection() local
/external/webkit/Source/WebCore/bindings/objc/
DDOMCSS.mm1258 {
/external/webkit/Source/WebCore/rendering/style/
DRenderStyle.h472 …EUnicodeBidi unicodeBidi() const { return static_cast<EUnicodeBidi>(noninherited_flags._unicodeBid… in unicodeBidi() function