Searched defs:typingStyle (Results 1 – 7 of 7) sorted by relevance
167 RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle(); in doApply() local
195 if (RefPtr<EditingStyle> typingStyle = document()->frame()->selection()->typingStyle()) { in input() local
247 inline EditingStyle* SelectionController::typingStyle() const in typingStyle() function
599 RefPtr<EditingStyle> typingStyle = m_frame->selection()->typingStyle(); in textDirectionForSelection() local2812 RefPtr<EditingStyle> typingStyle; in computeAndSetTypingStyle() local2931 RefPtr<EditingStyle> typingStyle = m_frame->selection()->typingStyle(); in styleForSelectionStart() local
728 RefPtr<EditingStyle> typingStyle = document->frame()->selection()->typingStyle(); in mergeTypingStyle() local
5109 {
3985 HRESULT STDMETHODCALLTYPE WebView::typingStyle( in typingStyle() function in WebView