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

/external/chromium_org/ui/views/accessibility/
H A Dnative_view_accessibility_win.h219 STDMETHODIMP get_selection(LONG selection_index,
269 STDMETHODIMP removeSelection(LONG selection_index) { argument
275 STDMETHODIMP setSelection(LONG selection_index, argument
H A Dnative_view_accessibility_win.cc772 STDMETHODIMP NativeViewAccessibilityWin::get_selection(LONG selection_index, argument
778 if (!start_offset || !end_offset || selection_index != 0)
/external/chromium/chrome/browser/accessibility/
H A Dbrowser_accessibility_win.h237 STDMETHODIMP get_selection(LONG selection_index,
277 STDMETHODIMP removeSelection(LONG selection_index) { argument
283 STDMETHODIMP setSelection(LONG selection_index, argument
H A Dbrowser_accessibility_win.cc605 STDMETHODIMP BrowserAccessibilityWin::get_selection(LONG selection_index, argument
611 if (!start_offset || !end_offset || selection_index != 0)
/external/chromium_org/ui/base/ime/win/
H A Dtsf_text_store.h118 STDMETHOD(GetSelection)(ULONG selection_index,
H A Dtsf_text_store.cc191 STDMETHODIMP TSFTextStore::GetSelection(ULONG selection_index, argument
203 ((selection_index == 0) || (selection_index == TS_DEFAULT_SELECTION))) {
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_win.h450 CONTENT_EXPORT STDMETHODIMP get_selection(LONG selection_index,
502 CONTENT_EXPORT STDMETHODIMP removeSelection(LONG selection_index);
506 CONTENT_EXPORT STDMETHODIMP setSelection(LONG selection_index,
H A Dbrowser_accessibility_win.cc1882 STDMETHODIMP BrowserAccessibilityWin::get_selection(LONG selection_index, argument
1888 if (!start_offset || !end_offset || selection_index != 0)
2111 STDMETHODIMP BrowserAccessibilityWin::removeSelection(LONG selection_index) { argument
2115 if (selection_index != 0)
2132 STDMETHODIMP BrowserAccessibilityWin::setSelection(LONG selection_index, argument
2138 if (selection_index != 0)

Completed in 120 milliseconds