Home
last modified time | relevance | path

Searched refs:copyTypingStyle (Results 1 – 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/editing/
DSelectionController.h173 PassRefPtr<CSSMutableStyleDeclaration> copyTypingStyle() const;
DSelectionController.cpp1734 PassRefPtr<CSSMutableStyleDeclaration> SelectionController::copyTypingStyle() const in copyTypingStyle() function in WebCore::SelectionController
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.mm815 …fPtr<CSSMutableStyleDeclaration> typingStyle = _private->coreFrame->selection()->copyTypingStyle();
/external/webkit/Source/WebKit/mac/
DChangeLog3860 Also added SelectionController::copyTypingStyle() to copy the typing style
3866 (-[WebFrame _typingStyle]): Calls SelectionController::copyTypingStyle()
/external/webkit/Source/WebCore/
DChangeLog-2011-02-1647200 … * WebCore.exp.in: Added SelectionController::copyTypingStyle and EditingStyle::~EditingStyle.
47239 (WebCore::SelectionController::copyTypingStyle): Moved from SelectionController.h
DChangeLog-2010-12-067267 Also added SelectionController::copyTypingStyle() to copy the typing style as an instance of
7290 (WebCore::SelectionController::copyTypingStyle): Added.
DChangeLog3890 (WebCore::FrameSelection::copyTypingStyle):