Home | History | Annotate | Download | only in WebView

Lines Matching refs:typingStyle

815     RefPtr<CSSMutableStyleDeclaration> typingStyle = _private->coreFrame->selection()->copyTypingStyle();
816 if (!typingStyle)
818 return kit(typingStyle.get());