Searched refs:item_text (Results 1 – 3 of 3) sorted by relevance
155 base::string16 item_text; in GetAccessibleState() local162 item_text = state.name; in GetAccessibleState()164 item_text = title_; in GetAccessibleState()166 state->name = GetAccessibleNameForMenuItem(item_text, GetMinorText()); in GetAccessibleState()195 const base::string16& item_text, const base::string16& minor_text) { in GetAccessibleNameForMenuItem() argument196 base::string16 accessible_name = item_text; in GetAccessibleNameForMenuItem()
137 const base::string16& item_text, const base::string16& accelerator_text);
1632 item_text = unicode(item)1637 if item_text in '.,)]}':1642 if self.fits_on_current_line(len(item_text)):1653 if item_text in '([{':1656 elif item_text in '}])':1775 item_text = unicode(item)1781 (item_text == '.' and prev_text == 'from') or1782 (item_text == 'import' and prev_text == '.') or1783 (item_text == '(' and prev_text == 'import')