browser_accessibility_win.cc | 641 const string16& text_str = TextForIAccessibleText(); local 652 LONG len = text_str.length(); 658 string16 substr = text_str.substr(start_offset, end_offset - start_offset); 687 const string16& text_str = TextForIAccessibleText(); local 689 *start_offset = FindBoundary(text_str, boundary_type, offset, -1); 690 *end_offset = FindBoundary(text_str, boundary_type, offset, 1); 714 const string16& text_str = TextForIAccessibleText(); local 716 *start_offset = FindBoundary(text_str, boundary_type, offset, -1); 741 const string16& text_str = TextForIAccessibleText(); local 744 *end_offset = FindBoundary(text_str, boundary_type, offset, 1) [all...] |