Searched refs:copyTypingStyle (Results 1 – 7 of 7) sorted by relevance
173 PassRefPtr<CSSMutableStyleDeclaration> copyTypingStyle() const;
1734 PassRefPtr<CSSMutableStyleDeclaration> SelectionController::copyTypingStyle() const in copyTypingStyle() function in WebCore::SelectionController
815 …fPtr<CSSMutableStyleDeclaration> typingStyle = _private->coreFrame->selection()->copyTypingStyle();
3860 Also added SelectionController::copyTypingStyle() to copy the typing style3866 (-[WebFrame _typingStyle]): Calls SelectionController::copyTypingStyle()
47200 … * WebCore.exp.in: Added SelectionController::copyTypingStyle and EditingStyle::~EditingStyle.47239 (WebCore::SelectionController::copyTypingStyle): Moved from SelectionController.h
7267 Also added SelectionController::copyTypingStyle() to copy the typing style as an instance of7290 (WebCore::SelectionController::copyTypingStyle): Added.
3890 (WebCore::FrameSelection::copyTypingStyle):