Searched refs:visible_text (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_edit.h269 // Clears the current keyword. |visible_text| is the (non-keyword) text
271 void ClearKeyword(const string16& visible_text);
H A Dautocomplete_edit.cc563 void AutocompleteEditModel::ClearKeyword(const string16& visible_text) { argument
565 const string16 window_text(keyword_ + visible_text);

Completed in 178 milliseconds