Home | History | Annotate | Download | only in gtk

Lines Matching refs:composition

18                                           CompositionText* composition) {
19 composition->Clear();
20 composition->text = UTF8ToUTF16(utf8_text);
22 if (composition->text.empty())
29 size_t length = composition->text.length();
30 base::i18n::UTF16CharIterator char_iterator(&composition->text);
43 composition->selection = ui::Range(cursor_offset);
87 composition->selection.set_start(underline.end_offset);
88 composition->selection.set_end(cursor_offset);
90 composition->selection.set_start(underline.start_offset);
91 composition->selection.set_end(cursor_offset);
101 composition->underlines.push_back(underline);
108 if (composition->underlines.empty()) {
109 composition->underlines.push_back(