Searched refs:is_keyword_hint (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_edit_model.h61 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);
H A Domnibox_popup_model.cc163 bool is_keyword_hint; local
166 match.GetKeywordUIState(service, &keyword, &is_keyword_hint);
170 keyword, is_keyword_hint);
173 keyword, is_keyword_hint);
H A Domnibox_view_browsertest.cc493 ASSERT_TRUE(omnibox_view->model()->is_keyword_hint());
498 ASSERT_FALSE(omnibox_view->model()->is_keyword_hint());
503 ASSERT_TRUE(omnibox_view->model()->is_keyword_hint());
508 ASSERT_FALSE(omnibox_view->model()->is_keyword_hint());
518 ASSERT_FALSE(omnibox_view->model()->is_keyword_hint());
535 ASSERT_FALSE(omnibox_view->model()->is_keyword_hint());
829 ASSERT_TRUE(omnibox_view->model()->is_keyword_hint());
835 ASSERT_FALSE(omnibox_view->model()->is_keyword_hint());
841 ASSERT_TRUE(omnibox_view->model()->is_keyword_hint());
850 ASSERT_FALSE(omnibox_view->model()->is_keyword_hint());
[all...]
H A Domnibox_edit_model.cc181 bool is_keyword_hint,
190 is_keyword_hint(is_keyword_hint),
279 is_keyword_hint_ = state->is_keyword_hint;
1074 bool is_keyword_hint) {
1080 ((is_keyword_hint_ != is_keyword_hint) && !keyword.empty());
1083 is_keyword_hint_ = is_keyword_hint;
1271 // We store |keyword| and |is_keyword_hint| in temporary variables since
1274 bool is_keyword_hint; local
1277 match.GetKeywordUIState(service, &keyword, &is_keyword_hint);
177 State(bool user_input_in_progress, const base::string16& user_text, const base::string16& gray_text, const base::string16& keyword, bool is_keyword_hint, bool url_replacement_enabled, OmniboxFocusState focus_state, FocusSource focus_source, const AutocompleteInput& autocomplete_input) argument
1070 OnPopupDataChanged( const base::string16& text, GURL* destination_for_temporary_text_change, const base::string16& keyword, bool is_keyword_hint) argument
[all...]
/external/chromium_org/components/omnibox/
H A Dautocomplete_match.h205 // and |is_keyword_hint| will be set to false. If this match has a non-NULL
208 // to the associated keyword and |is_keyword_hint| will be set to true. Note
216 bool* is_keyword_hint) const;
H A Dautocomplete_match.cc430 bool* is_keyword_hint) const {
431 *is_keyword_hint = associated_keyword.get() != NULL;
432 keyword->assign(*is_keyword_hint ? associated_keyword->keyword :
/external/chromium_org/chrome/browser/ui/views/omnibox/
H A Domnibox_view_views.cc400 if (model()->is_keyword_hint() && !event.IsShiftDown()) {
797 ((model()->is_keyword_hint() && !event.IsShiftDown()) ||
905 if (model()->is_keyword_hint() || model()->keyword().empty() ||
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dlocation_bar_view.cc745 if (!keyword.empty() && omnibox_view_->model()->is_keyword_hint() &&
1189 !omnibox_view_->model()->is_keyword_hint();

Completed in 4033 milliseconds