Home | History | Annotate | Download | only in autocomplete

Lines Matching refs:sel_start

246       LONG sel_start, sel_end;
247 edit_->GetSel(sel_start, sel_end);
248 if ((sel_start != sel_end) && (drop_position >= sel_start) &&