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 163 bool is_keyword_hint; local
166 match.GetKeywordUIState(service, &keyword, &is_keyword_hint);
170 keyword, is_keyword_hint);
173 keyword, is_keyword_hint);
omnibox_edit_model.h 61 bool is_keyword_hint,
72 const bool is_keyword_hint; member in struct:OmniboxEditModel::State
231 bool is_keyword_hint() const { return is_keyword_hint_; } function in class:OmniboxEditModel
308 // |keyword| is the keyword to show a hint for if |is_keyword_hint| is true,
309 // or the currently selected keyword if |is_keyword_hint| is false (see
315 bool is_keyword_hint);
omnibox_edit_model.cc 181 bool is_keyword_hint,
190 is_keyword_hint(is_keyword_hint),
279 is_keyword_hint_ = state->is_keyword_hint;
1274 bool is_keyword_hint; local
    [all...]

Completed in 134 milliseconds