Searched defs:is_keyword_hint (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
H A Dautocomplete_popup_model.cc104 const bool is_keyword_hint = GetKeywordForMatch(match, &keyword); local
113 keyword, is_keyword_hint);
116 keyword, is_keyword_hint);
H A Dautocomplete_edit.h94 bool is_keyword_hint);
100 const bool is_keyword_hint; member in struct:AutocompleteEditModel::State
263 bool is_keyword_hint() const { return is_keyword_hint_; } function in class:AutocompleteEditModel
312 // |keyword| is the keyword to show a hint for if |is_keyword_hint| is true,
313 // or the currently selected keyword if |is_keyword_hint| is false (see
319 bool is_keyword_hint);
H A Dautocomplete_edit.cc51 bool is_keyword_hint)
55 is_keyword_hint(is_keyword_hint) {
124 is_keyword_hint_ = state.is_keyword_hint;
679 bool is_keyword_hint) {
682 ((is_keyword_hint_ != is_keyword_hint) && !keyword.empty());
685 is_keyword_hint_ = is_keyword_hint;
835 bool is_keyword_hint = false; local
856 is_keyword_hint = popup_->GetKeywordForMatch(*match, &keyword);
860 is_keyword_hint);
48 State(bool user_input_in_progress, const string16& user_text, const string16& keyword, bool is_keyword_hint) argument
675 OnPopupDataChanged( const string16& text, GURL* destination_for_temporary_text_change, const string16& keyword, bool is_keyword_hint) argument
[all...]
H A Dautocomplete_popup_view_gtk.cc481 const bool is_keyword_hint = model_->GetKeywordForMatch(match, &keyword); local
483 is_keyword_hint ? string16() : keyword);
/external/chromium/chrome/browser/ui/views/autocomplete/
H A Dautocomplete_popup_contents_view.cc628 const bool is_keyword_hint = model_->GetKeywordForMatch(match, &keyword); local
630 is_keyword_hint ? string16() : keyword);
/external/chromium/chrome/browser/ui/gtk/
H A Dlocation_bar_view_gtk.cc496 const bool is_keyword_hint = location_entry_->model()->is_keyword_hint(); local
497 show_selected_keyword_ = !keyword.empty() && !is_keyword_hint;
498 show_keyword_hint_ = !keyword.empty() && is_keyword_hint;
858 !location_entry_->model()->is_keyword_hint()) {

Completed in 96 milliseconds