Home
last modified time | relevance | path

Searched refs:selection_index (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.h237 STDMETHODIMP get_selection(LONG selection_index,
277 STDMETHODIMP removeSelection(LONG selection_index) { in removeSelection() argument
283 STDMETHODIMP setSelection(LONG selection_index, in setSelection() argument
Dbrowser_accessibility_win.cc605 STDMETHODIMP BrowserAccessibilityWin::get_selection(LONG selection_index, in get_selection() argument
611 if (!start_offset || !end_offset || selection_index != 0) in get_selection()