HomeSort by relevance Sort by last modified time
    Searched refs:SearchModel (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/browser/ui/search/
search_model_observer.h 10 // This class defines the observer interface for the |SearchModel|.
14 virtual void ModelChanged(const SearchModel::State& old_state,
15 const SearchModel::State& new_state) = 0;
search_delegate.h 16 class SearchModel;
20 // SearchModel through to the toolbar, tabstrip and other UI
26 explicit SearchDelegate(SearchModel* browser_search_model);
30 virtual void ModelChanged(const SearchModel::State& old_state,
31 const SearchModel::State& new_state) OVERRIDE;
51 SearchModel* browser_model_;
55 SearchModel* tab_model_;
search_model.cc 10 SearchModel::State::State()
15 SearchModel::State::State(const SearchMode& mode,
23 bool SearchModel::State::operator==(const State& rhs) const {
28 SearchModel::SearchModel() {
31 SearchModel::~SearchModel() {
34 void SearchModel::SetState(const State& new_state) {
36 << "Please do not try to set the SearchModel mode without first "
49 void SearchModel::SetMode(const SearchMode& new_mode)
    [all...]
search_model_unittest.cc 21 virtual void ModelChanged(const SearchModel::State& old_state,
22 const SearchModel::State& new_state) OVERRIDE;
24 void VerifySearchModelStates(const SearchModel::State& expected_old_state,
25 const SearchModel::State& expected_new_state);
33 SearchModel::State actual_old_state_;
34 SearchModel::State actual_new_state_;
47 const SearchModel::State& old_state,
48 const SearchModel::State& new_state) {
55 const SearchModel::State& expected_old_state,
56 const SearchModel::State& expected_new_state)
    [all...]
search_model.h 23 class SearchModel {
43 SearchModel();
44 ~SearchModel();
85 DISALLOW_COPY_AND_ASSIGN(SearchModel);
search_delegate.cc 10 SearchDelegate::SearchDelegate(SearchModel* browser_search_model)
19 void SearchDelegate::ModelChanged(const SearchModel::State& old_state,
20 const SearchModel::State& new_state) {
instant_page.cc 60 SearchModel* model = SearchTabHelper::FromWebContents(contents())->model();
105 void InstantPage::ModelChanged(const SearchModel::State& old_state,
106 const SearchModel::State& new_state) {
search_delegate_unittest.cc 15 TEST_F(SearchDelegateTest, SearchModel) {
instant_page.h 135 virtual void ModelChanged(const SearchModel::State& old_state,
136 const SearchModel::State& new_state) OVERRIDE;
search_tab_helper.h 47 SearchModel* model() {
207 SearchModel model_;
  /external/chromium_org/chrome/browser/ui/
browser_instant_controller.h 72 virtual void ModelChanged(const SearchModel::State& old_state,
73 const SearchModel::State& new_state) OVERRIDE;
browser_instant_controller.cc 194 const SearchModel::State& old_state,
195 const SearchModel::State& new_state) {
browser.h 59 class SearchModel;
251 SearchModel* search_model() { return search_model_.get(); }
252 const SearchModel* search_model() const {
    [all...]
browser.cc 372 search_model_.reset(new SearchModel());
    [all...]
  /external/chromium_org/chrome/browser/ui/cocoa/location_bar/
location_bar_view_mac.h 157 virtual void ModelChanged(const SearchModel::State& old_state,
158 const SearchModel::State& new_state) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/cocoa/
browser_window_cocoa.h 161 virtual void ModelChanged(const SearchModel::State& old_state,
162 const SearchModel::State& new_state) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/location_bar/
location_bar_view.h 321 virtual void ModelChanged(const SearchModel::State& old_state,
322 const SearchModel::State& new_state) OVERRIDE;
location_bar_view.cc     [all...]

Completed in 669 milliseconds