Home | History | Annotate | Download | only in win

Lines Matching defs:end_pos

297   const uint32 end_pos = acp_end - committed_size_;
299 if (start_pos == end_pos) {
330 if (text_input_client_->GetCompositionCharacterBounds(end_pos - 1,
392 const LONG end_pos = selection_.end();
401 *acp_end = end_pos;
411 DCHECK_LE(start_pos, end_pos);
414 string_buffer_.substr(end_pos);
421 text_change->acpOldEnd = end_pos;
626 const LONG end_pos = selection_buffer[0].acpEnd;
628 (start_pos <= end_pos) &&
629 (end_pos <= static_cast<LONG>(string_buffer_.size())))) {
633 selection_.set_end(end_pos);