HomeSort by relevance Sort by last modified time
    Searched refs:composition_undelines_ (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/base/ime/win/
tsf_text_store.h 263 // |start_offset| and |end_offset| of |composition_undelines_| indicates
268 // composition_undelines_.underlines[0].start_offset: 3
269 // composition_undelines_.underlines[0].end_offset: 6
270 // composition_undelines_.underlines[1].start_offset: 6
271 // composition_undelines_.underlines[1].end_offset: 8
272 CompositionUnderlines composition_undelines_; member in class:ui::TSFTextStore
tsf_text_store.cc 540 composition_text.underlines = composition_undelines_;
720 composition_undelines_ = undelines;
tsf_text_store_unittest.cc 155 return &text_store_->composition_undelines_;
    [all...]

Completed in 100 milliseconds