Searched refs:highestAncestorDirection (Results 1 – 1 of 1) sorted by relevance
820 …RefPtr<CSSValue> highestAncestorDirection = computedStyle(highestAncestorWithUnicodeBidi)->getProp… in splitAncestorsWithUnicodeBidi() local821 ASSERT(highestAncestorDirection->isPrimitiveValue()); in splitAncestorsWithUnicodeBidi()822 …if (static_cast<CSSPrimitiveValue*>(highestAncestorDirection.get())->getIdent() == allowedDirectio… in splitAncestorsWithUnicodeBidi()