Home | History | Annotate | Download | only in editing

Lines Matching defs:unicodeBidi

442         int unicodeBidi = getIdentifierValue(computedStyle(n).get(), CSSPropertyUnicodeBidi);
443 if (unicodeBidi && unicodeBidi != CSSValueNormal) {
444 highestAncestorUnicodeBidi = unicodeBidi;
494 int unicodeBidi = getIdentifierValue(computedStyle(element).get(), CSSPropertyUnicodeBidi);
495 if (!unicodeBidi || unicodeBidi == CSSValueNormal)