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

  /external/chromium_org/ui/base/ime/win/
tsf_text_store.cc 572 TS_TEXTCHANGE textChange;
573 textChange.acpStart = 0;
574 textChange.acpOldEnd = new_committed_size;
575 textChange.acpNewEnd = 0;
576 text_store_acp_sink_->OnTextChange(0, &textChange);
866 TS_TEXTCHANGE textChange = {};
867 textChange.acpStart = 0;
868 textChange.acpOldEnd = previous_buffer_size;
869 textChange.acpNewEnd = 0;
870 text_store_acp_sink_->OnTextChange(0, &textChange);
    [all...]
  /external/chromium_org/win8/metro_driver/ime/
text_store.cc 567 TS_TEXTCHANGE textChange;
568 textChange.acpStart = 0;
569 textChange.acpOldEnd = new_committed_size;
570 textChange.acpNewEnd = 0;
571 text_store_acp_sink_->OnTextChange(0, &textChange);
839 TS_TEXTCHANGE textChange = {};
840 textChange.acpStart = 0;
841 textChange.acpOldEnd = previous_buffer_size;
842 textChange.acpNewEnd = 0;
843 text_store_acp_sink_->OnTextChange(0, &textChange);
    [all...]

Completed in 40 milliseconds