HomeSort by relevance Sort by last modified time
    Searched refs:gray_text (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.h 57 const string16& gray_text,
66 const string16 gray_text; member in struct:OmniboxEditModel::State
omnibox_edit_model.cc 146 const string16& gray_text,
153 gray_text(gray_text),
228 view_->SetGrayTextAutocompletion(state.gray_text);
258 string16 gray_text = view_->GetGrayTextAutocompletion(); local
263 (gray_text.empty() ||
264 new_permanent_text != user_text_ + gray_text);
    [all...]

Completed in 42 milliseconds