Home
last modified time | relevance | path

Searched defs:selection_index (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.h283 STDMETHODIMP removeSelection(LONG selection_index) { in removeSelection()
289 STDMETHODIMP setSelection(LONG selection_index, in setSelection()
Dnative_view_accessibility_win.cc972 STDMETHODIMP NativeViewAccessibilityWin::get_selection(LONG selection_index, in get_selection()
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.cc1987 STDMETHODIMP BrowserAccessibilityWin::get_selection(LONG selection_index, in get_selection()
2217 STDMETHODIMP BrowserAccessibilityWin::removeSelection(LONG selection_index) { in removeSelection()
2238 STDMETHODIMP BrowserAccessibilityWin::setSelection(LONG selection_index, in setSelection()
/external/chromium_org/win8/metro_driver/ime/
Dtext_store.cc207 STDMETHODIMP TextStore::GetSelection(ULONG selection_index, in GetSelection()