Home
last modified time | relevance | path

Searched refs:omnibox_controller_ (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/omnibox/
Domnibox_controller_unittest.cc23 return omnibox_controller_->autocomplete_controller()->providers(); in GetAutocompleteProviders()
28 scoped_ptr<OmniboxController> omnibox_controller_; member in OmniboxControllerTest
40 omnibox_controller_.reset(new OmniboxController(NULL, &profile_)); in CreateController()
Domnibox_edit_model.h83 return omnibox_controller_->autocomplete_controller(); in autocomplete_controller()
87 omnibox_controller_->set_popup_model(popup_model); in set_popup_model()
94 return omnibox_controller_->popup_model(); in popup_model()
240 return omnibox_controller_->result(); in result()
430 scoped_ptr<OmniboxController> omnibox_controller_; variable
Domnibox_edit_model.cc213 omnibox_controller_.reset(new OmniboxController(this, profile)); in OmniboxEditModel()
274 AutocompleteMatch match = omnibox_controller_->current_match(); in CurrentMatch()
332 omnibox_controller_->InvalidateCurrentMatch(); in SetUserText()
402 omnibox_controller_->DoPreconnect(current_match); in OnChanged()
564 omnibox_controller_->StartAutocomplete( in StartAutocomplete()
872 omnibox_controller_->ClearPopupKeywordMode(); in ClearKeyword()
1040 omnibox_controller_->InvalidateCurrentMatch(); in OnPopupDataChanged()
1232 const AutocompleteMatch& match = omnibox_controller_->current_match(); in OnCurrentMatchChanged()
1272 omnibox_controller_->ClearPopupKeywordMode(); in ClearPopupKeywordMode()