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.h57 const base::string16& gray_text,
67 const base::string16 gray_text; member
Domnibox_edit_model.cc174 const base::string16& gray_text, in State() argument
182 gray_text(gray_text), in State()
267 view_->SetGrayTextAutocompletion(state->gray_text); in RestoreState()
311 base::string16 gray_text = view_->GetGrayTextAutocompletion(); in UpdatePermanentText() local
318 (gray_text.empty() || in UpdatePermanentText()
319 new_permanent_text != user_text_ + gray_text); in UpdatePermanentText()