Home | History | Annotate | Download | only in editing

Lines Matching refs:clearTypingStyle

106 void SelectionController::setSelection(const VisibleSelection& s, bool closeTyping, bool clearTypingStyle, bool userTriggered)
130 document->frame()->selection()->setSelection(s, closeTyping, clearTypingStyle, userTriggered);
137 if (clearTypingStyle)
138 m_frame->clearTypingStyle();