Home | History | Annotate | Download | only in accessibility

Lines Matching defs:text_str

1917   const string16& text_str = TextForIAccessibleText();
1920 HandleSpecialTextOffset(text_str, &start_offset);
1921 HandleSpecialTextOffset(text_str, &end_offset);
1932 LONG len = text_str.length();
1938 string16 substr = text_str.substr(start_offset, end_offset - start_offset);
1968 const string16& text_str = TextForIAccessibleText();
1971 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION);
1973 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION);
1998 const string16& text_str = TextForIAccessibleText();
2001 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION);
2027 const string16& text_str = TextForIAccessibleText();
2031 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION);
2103 const string16& text_str = TextForIAccessibleText();
2104 HandleSpecialTextOffset(text_str, &start_offset);
2105 HandleSpecialTextOffset(text_str, &end_offset);
2126 const string16& text_str = TextForIAccessibleText();
2127 HandleSpecialTextOffset(text_str, &offset);
2141 const string16& text_str = TextForIAccessibleText();
2142 HandleSpecialTextOffset(text_str, &start_offset);
2143 HandleSpecialTextOffset(text_str, &end_offset);