Searched refs:unicodeBidiValue (Results 1 – 2 of 2) sorted by relevance
392 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirection() local393 if (unicodeBidiValue == CSSValueEmbed) { in textDirection()403 if (unicodeBidiValue == CSSValueNormal) { in textDirection()
592 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection() local593 if (unicodeBidiValue == CSSValueEmbed || unicodeBidiValue == CSSValueBidiOverride) in textDirectionForSelection()622 int unicodeBidiValue = static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent(); in textDirectionForSelection() local623 if (unicodeBidiValue == CSSValueNormal) in textDirectionForSelection()626 if (unicodeBidiValue == CSSValueBidiOverride) in textDirectionForSelection()629 ASSERT(unicodeBidiValue == CSSValueEmbed); in textDirectionForSelection()