Home | History | Annotate | Download | only in editing

Lines Matching refs:typingStyle

193     CSSMutableStyleDeclaration* typingStyle = document()->frame()->typingStyle();
197 if (typingStyle) {
198 unicodeBidi = typingStyle->getPropertyCSSValue(CSSPropertyUnicodeBidi);
199 direction = typingStyle->getPropertyCSSValue(CSSPropertyDirection);
201 endingStyle->diff(typingStyle);
202 if (typingStyle && unicodeBidi) {
204 typingStyle->setProperty(CSSPropertyUnicodeBidi, static_cast<CSSPrimitiveValue*>(unicodeBidi.get())->getIdent());
207 typingStyle->setProperty(CSSPropertyDirection, static_cast<CSSPrimitiveValue*>(direction.get())->getIdent());
211 if (typingStyle && typingStyle->length())
212 applyStyle(typingStyle);