Home
last modified time | relevance | path

Searched refs:unicodeBidiValue (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/editing/
H A DEditingStyle.cpp422 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirection() local
423 if (unicodeBidiValue == CSSValueEmbed) { in textDirection()
433 if (unicodeBidiValue == CSSValueNormal) { in textDirection()
H A DEditor.cpp592 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection() local
593 if (unicodeBidiValue == CSSValueEmbed || unicodeBidiValue == CSSValueBidiOverride) in textDirectionForSelection()
622 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection() local
623 if (unicodeBidiValue == CSSValueNormal) in textDirectionForSelection()
626 if (unicodeBidiValue == CSSValueBidiOverride) in textDirectionForSelection()
629 ASSERT(unicodeBidiValue == CSSValueEmbed); in textDirectionForSelection()