Home | History | Annotate | Download | only in WebView

Lines Matching refs:CompositionUnderline

5703 static void extractUnderlines(NSAttributedString *string, Vector<CompositionUnderline>& result)
5716 result.append(CompositionUnderline(range.location, NSMaxRange(range), color, [style intValue] > 1));
5745 Vector<CompositionUnderline> underlines;