Searched refs:item_text (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/menu/
H A Dmenu_item_view.cc155 base::string16 item_text; local
162 item_text = state.name;
164 item_text = title_;
166 state->name = GetAccessibleNameForMenuItem(item_text, GetMinorText());
195 const base::string16& item_text, const base::string16& minor_text) {
196 base::string16 accessible_name = item_text;
194 GetAccessibleNameForMenuItem( const base::string16& item_text, const base::string16& minor_text) argument
H A Dmenu_item_view.h137 const base::string16& item_text, const base::string16& accelerator_text);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/
H A Dautopep8.py1632 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') or
1782 (item_text == 'import' and prev_text == '.') or
1783 (item_text == '(' and prev_text == 'import')

Completed in 520 milliseconds