Searched refs:selection_index (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.h230 STDMETHODIMP get_selection(LONG selection_index,
280 STDMETHODIMP removeSelection(LONG selection_index) { argument
286 STDMETHODIMP setSelection(LONG selection_index, argument
H A Dnative_view_accessibility_win.cc1000 STDMETHODIMP NativeViewAccessibilityWin::get_selection(LONG selection_index, argument
1006 if (!start_offset || !end_offset || selection_index != 0)
/external/chromium_org/win8/metro_driver/ime/
H A Dtext_store.h128 STDMETHOD(GetSelection)(ULONG selection_index,
H A Dtext_store.cc207 STDMETHODIMP TextStore::GetSelection(ULONG selection_index, argument
219 ((selection_index == 0) || (selection_index == TS_DEFAULT_SELECTION))) {
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.h457 CONTENT_EXPORT STDMETHODIMP get_selection(LONG selection_index,
509 CONTENT_EXPORT STDMETHODIMP removeSelection(LONG selection_index);
513 CONTENT_EXPORT STDMETHODIMP setSelection(LONG selection_index,
H A Dbrowser_accessibility_win.cc1990 STDMETHODIMP BrowserAccessibilityWin::get_selection(LONG selection_index, argument
1996 if (!start_offset || !end_offset || selection_index != 0)
2220 STDMETHODIMP BrowserAccessibilityWin::removeSelection(LONG selection_index) { argument
2224 if (selection_index != 0)
2241 STDMETHODIMP BrowserAccessibilityWin::setSelection(LONG selection_index, argument
2247 if (selection_index != 0)

Completed in 132 milliseconds