Lines Matching full:direction
119 // If unicode-bidi is present in mutableStyle and direction is not, then add direction to mutableStyle.
793 // We are allowed to leave the highest ancestor with unicode-bidi unsplit if it is unicode-bidi: embed and direction: allowedDirection.
922 RefPtr<CSSValue> direction;
930 direction = style->getPropertyCSSValue(CSSPropertyDirection);
931 ASSERT(direction->isPrimitiveValue());
932 allowedDirection = static_cast<CSSPrimitiveValue*>(direction.get());
949 // Avoid removing the dir attribute and the unicode-bidi and direction properties from the unsplit ancestors.
959 embeddingStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent());
995 // Avoid applying the unicode-bidi and direction properties beneath ancestors that already have them.
1029 embeddingStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent());