Home
last modified time | relevance | path

Searched refs:boundary_type (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/ui/views/accessibility/
Dnative_view_accessibility_win.cc977 enum IA2TextBoundaryType boundary_type, in get_textAtOffset() argument
985 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textAtOffset()
995 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION); in get_textAtOffset()
997 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION); in get_textAtOffset()
1003 enum IA2TextBoundaryType boundary_type, in get_textBeforeOffset() argument
1011 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textBeforeOffset()
1021 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION); in get_textBeforeOffset()
1028 enum IA2TextBoundaryType boundary_type, in get_textAfterOffset() argument
1036 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textAfterOffset()
1047 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION); in get_textAfterOffset()
Dnative_view_accessibility_win.h226 enum IA2TextBoundaryType boundary_type,
231 enum IA2TextBoundaryType boundary_type,
236 enum IA2TextBoundaryType boundary_type,
/external/chromium/chrome/browser/accessibility/
Dbrowser_accessibility_win.cc669 enum IA2TextBoundaryType boundary_type, in get_textAtOffset() argument
680 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textAtOffset()
689 *start_offset = FindBoundary(text_str, boundary_type, offset, -1); in get_textAtOffset()
690 *end_offset = FindBoundary(text_str, boundary_type, offset, 1); in get_textAtOffset()
696 enum IA2TextBoundaryType boundary_type, in get_textBeforeOffset() argument
707 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textBeforeOffset()
716 *start_offset = FindBoundary(text_str, boundary_type, offset, -1); in get_textBeforeOffset()
723 enum IA2TextBoundaryType boundary_type, in get_textAfterOffset() argument
734 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textAfterOffset()
744 *end_offset = FindBoundary(text_str, boundary_type, offset, 1); in get_textAfterOffset()
Dbrowser_accessibility_win.h244 enum IA2TextBoundaryType boundary_type,
249 enum IA2TextBoundaryType boundary_type,
254 enum IA2TextBoundaryType boundary_type,
/external/chromium_org/content/browser/accessibility/
Dbrowser_accessibility_win.h468 enum IA2TextBoundaryType boundary_type,
475 enum IA2TextBoundaryType boundary_type,
482 enum IA2TextBoundaryType boundary_type,
Dbrowser_accessibility_win.cc2047 enum IA2TextBoundaryType boundary_type, in get_textAtOffset() argument
2059 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textAtOffset()
2069 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION); in get_textAtOffset()
2071 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION); in get_textAtOffset()
2077 enum IA2TextBoundaryType boundary_type, in get_textBeforeOffset() argument
2089 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textBeforeOffset()
2099 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION); in get_textBeforeOffset()
2106 enum IA2TextBoundaryType boundary_type, in get_textAfterOffset() argument
2118 if (boundary_type == IA2_TEXT_BOUNDARY_SENTENCE) { in get_textAfterOffset()
2129 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION); in get_textAfterOffset()