HomeSort by relevance Sort by last modified time
    Searched defs:is_keyword_hint (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 161 bool is_keyword_hint; local
162 match.GetKeywordUIState(edit_model_->profile(), &keyword, &is_keyword_hint);
166 keyword, is_keyword_hint);
169 keyword, is_keyword_hint);
omnibox_edit_model.h 62 bool is_keyword_hint,
73 const bool is_keyword_hint; member in struct:OmniboxEditModel::State
232 bool is_keyword_hint() const { return is_keyword_hint_; } function in class:OmniboxEditModel
306 // |keyword| is the keyword to show a hint for if |is_keyword_hint| is true,
307 // or the currently selected keyword if |is_keyword_hint| is false (see
313 bool is_keyword_hint);
omnibox_edit_model.cc 178 bool is_keyword_hint,
187 is_keyword_hint(is_keyword_hint),
276 is_keyword_hint_ = state->is_keyword_hint;
1269 bool is_keyword_hint; local
    [all...]

Completed in 201 milliseconds