Home | History | Annotate | Download | only in omnibox

Lines Matching refs:SetSelection

718     SetSelection(current_text.length(), start + 1);
741 SetSelection(GetTextLength(), 0);
743 SetSelection(0, GetTextLength());
858 SetSelection(position, position);
896 SetSelection(static_cast<LONG>(display_text.length()),
2345 void OmniboxViewWin::SetSelection(LONG start, LONG end) {
2362 SetSelection(static_cast<LONG>(pos), static_cast<LONG>(pos));
2469 SetSelection(host.begin, host.end());
2483 SetSelection(scheme.begin, scheme.end());