Home | History | Annotate | Download | only in editing

Lines Matching refs:typingStyle

1851     RefPtr<EditingStyle> typingStyle;
1852 if (m_frame->selection()->typingStyle()) {
1853 typingStyle = m_frame->selection()->typingStyle()->copy();
1854 typingStyle->overrideWithStyle(style);
1856 typingStyle = EditingStyle::create(style);
1858 typingStyle->prepareToApplyAt(m_frame->selection()->selection().visibleStart().deepEquivalent(), EditingStyle::PreserveWritingDirection);
1861 RefPtr<EditingStyle> blockStyle = typingStyle->extractAndRemoveBlockProperties();
1866 m_frame->selection()->setTypingStyle(typingStyle);