Searched refs:clearTypingStyle (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/editing/
H A DSelectionController.h175 void clearTypingStyle();
252 inline void SelectionController::clearTypingStyle() function in class:WebCore::SelectionController
H A DEditor.h427 void changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle);
H A DEditor.cpp1001 m_frame->selection()->clearTypingStyle();
2715 void Editor::changeSelectionAfterCommand(const VisibleSelection& newSelection, bool closeTyping, bool clearTypingStyle) argument
2730 if (clearTypingStyle)
2807 m_frame->selection()->clearTypingStyle();
H A DReplaceSelectionCommand.cpp940 frame->selection()->clearTypingStyle();
H A DSelectionController.cpp170 clearTypingStyle();

Completed in 152 milliseconds