Home
last modified time | relevance | path

Searched refs:gray_text (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_edit_model.h59 const base::string16& gray_text,
70 const base::string16 gray_text; member
Domnibox_edit_model.cc179 const base::string16& gray_text, in State() argument
188 gray_text(gray_text), in State()
282 view_->SetGrayTextAutocompletion(state->gray_text); in RestoreState()
326 base::string16 gray_text = view_->GetGrayTextAutocompletion(); in UpdatePermanentText() local
333 (gray_text.empty() || in UpdatePermanentText()
334 new_permanent_text != user_text_ + gray_text); in UpdatePermanentText()