Home | History | Annotate | Download | only in accessibility

Lines Matching refs:text_str

1024   base::string16 text_str = TextForIAccessibleText();
1025 LONG len = static_cast<LONG>(text_str.size());
1033 end_offset = static_cast<LONG>(text_str.size());
1053 text_str.substr(start_offset, end_offset - start_offset);
1079 const base::string16& text_str = TextForIAccessibleText();
1082 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION);
1084 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION);
1105 const base::string16& text_str = TextForIAccessibleText();
1108 text_str, boundary_type, offset, ui::BACKWARDS_DIRECTION);
1130 const base::string16& text_str = TextForIAccessibleText();
1134 text_str, boundary_type, offset, ui::FORWARDS_DIRECTION);