Searched refs:boundary_type (Results 1 – 2 of 2) sorted by relevance
/external/chromium/chrome/browser/accessibility/ |
D | browser_accessibility_win.cc | 669 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()
|
D | browser_accessibility_win.h | 244 enum IA2TextBoundaryType boundary_type, 249 enum IA2TextBoundaryType boundary_type, 254 enum IA2TextBoundaryType boundary_type,
|