Home | History | Annotate | Download | only in editing

Lines Matching refs:typingStyle

444         CSSMutableStyleDeclaration* typingStyle = pos.node()->document()->frame()->typingStyle();
445 if (typingStyle)
446 style->merge(typingStyle);