Home | History | Annotate | Download | only in page

Lines Matching refs:typingStyle

901 CSSMutableStyleDeclaration *Frame::typingStyle() const
925 if (typingStyle()) {
926 typingStyle()->merge(mutableStyle.get());
927 mutableStyle = typingStyle();