Home
last modified time | relevance | path

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

/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,