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

  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_win.h 328 void SetSelection(LONG start, LONG end);
330 // Like SetSelection(), but takes a CHARRANGE.
332 SetSelection(sel.cpMin, sel.cpMax);
autocomplete_edit_view_win.cc 671 SetSelection(current_text.length(), start + 1);
694 SetSelection(GetTextLength(), 0);
696 SetSelection(0, GetTextLength());
802 SetSelection(position, position);
840 SetSelection(static_cast<LONG>(display_text.length()),
    [all...]
  /external/sonivox/jet_tools/JetCreator/
JetCtrls.py 439 self.time[self.iCtrl].SetSelection(-1,-1)
481 self.time[0].SetSelection(-1,-1)
482 self.time[1].SetSelection(-1,-1)
483 self.time[2].SetSelection(-1,-1)
  /external/webkit/Source/WebKit/android/jni/
WebViewCore.cpp     [all...]

Completed in 96 milliseconds