Home
last modified time | relevance | path

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

/external/webkit/WebCore/editing/
DApplyStyleCommand.cpp820 …RefPtr<CSSValue> highestAncestorDirection = computedStyle(highestAncestorWithUnicodeBidi)->getProp… in splitAncestorsWithUnicodeBidi() local
821 ASSERT(highestAncestorDirection->isPrimitiveValue()); in splitAncestorsWithUnicodeBidi()
822 …if (static_cast<CSSPrimitiveValue*>(highestAncestorDirection.get())->getIdent() == allowedDirectio… in splitAncestorsWithUnicodeBidi()