Home | History | Annotate | Download | only in editing

Lines Matching refs:typingStyle

728     RefPtr<EditingStyle> typingStyle = document->frame()->selection()->typingStyle();
729 if (!typingStyle || typingStyle == this)
732 mergeStyle(typingStyle->style());