HomeSort by relevance Sort by last modified time
    Searched full:selection_buffer (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 195 TS_SELECTION_ACP* selection_buffer,
197 if (!selection_buffer)
206 selection_buffer[0].acpStart = selection_.start();
207 selection_buffer[0].acpEnd = selection_.end();
208 selection_buffer[0].style.ase = TS_AE_END;
209 selection_buffer[0].style.fInterimChar = FALSE;
627 const TS_SELECTION_ACP* selection_buffer) {
631 const LONG start_pos = selection_buffer[0].acpStart;
632 const LONG end_pos = selection_buffer[0].acpEnd;
tsf_text_store.h 120 TS_SELECTION_ACP* selection_buffer,
179 const TS_SELECTION_ACP* selection_buffer) OVERRIDE;
tsf_text_store_unittest.cc 701 TS_SELECTION_ACP selection_buffer = {}; local
704 text_store_->GetSelection(0, 1, &selection_buffer,
    [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 209 TS_SELECTION_ACP* selection_buffer,
211 if (!selection_buffer)
220 selection_buffer[0].acpStart = selection_start_;
221 selection_buffer[0].acpEnd = selection_end_;
222 selection_buffer[0].style.ase = TS_AE_END;
223 selection_buffer[0].style.fInterimChar = FALSE;
621 const TS_SELECTION_ACP* selection_buffer) {
625 const LONG start_pos = selection_buffer[0].acpStart;
626 const LONG end_pos = selection_buffer[0].acpEnd;
text_store.h 130 TS_SELECTION_ACP* selection_buffer,
189 const TS_SELECTION_ACP* selection_buffer) OVERRIDE;

Completed in 384 milliseconds