Searched refs:ModelChanged (Results 1 - 25 of 34) sorted by last modified time

12

/external/chromium_org/ui/app_list/views/
H A Dapp_list_main_view.cc203 void AppListMainView::ModelChanged() { function in class:app_list::AppListMainView
206 search_box_view_->ModelChanged();
H A Dapp_list_main_view.h55 void ModelChanged();
H A Dapp_list_main_view_unittest.cc238 TEST_F(AppListMainViewTest, ModelChanged) {
248 main_view_->ModelChanged();
H A Dapp_list_view.cc292 app_list_main_view_->ModelChanged();
H A Dsearch_box_view.cc126 ModelChanged();
134 void SearchBoxView::ModelChanged() { function in class:app_list::SearchBoxView
H A Dsearch_box_view.h46 void ModelChanged();
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc297 void Combobox::ModelChanged() { function in class:views::Combobox
567 ModelChanged();
H A Dcombobox.h74 void ModelChanged();
H A Dcombobox_unittest.cc650 combobox.ModelChanged();
655 combobox.ModelChanged();
662 combobox.ModelChanged();
/external/chromium_org/ui/views/examples/
H A Dexamples_window.cc134 combobox_->ModelChanged();
/external/chromium_org/content/browser/download/
H A Ddownload_browsertest.cc87 MOCK_METHOD1(ModelChanged, void(DownloadManager*));
992 // Don't care about ModelChanged() events.
993 EXPECT_CALL(manager_observer, ModelChanged(_))
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager.cc1117 void TaskManagerModel::ModelChanged() { function in class:TaskManagerModel
1520 void TaskManager::ModelChanged() { function in class:TaskManager
1521 model_->ModelChanged();
H A Dtask_manager.h76 void ModelChanged();
283 void ModelChanged();
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc3172 view_->ModelChanged();
H A Dautofill_dialog_controller_unittest.cc218 MOCK_METHOD0(ModelChanged, void());
975 EXPECT_CALL(*controller()->GetView(), ModelChanged()).Times(3);
1151 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1249 EXPECT_CALL(*controller()->GetView(), ModelChanged()).Times(3);
1784 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1809 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1824 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1943 EXPECT_CALL(*controller()->GetView(), ModelChanged());
1986 EXPECT_CALL(*controller()->GetView(), ModelChanged()).Times(2);
2343 EXPECT_CALL(*controller()->GetView(), ModelChanged())
[all...]
H A Dautofill_dialog_view.h93 virtual void ModelChanged() = 0;
/external/chromium_org/chrome/browser/ui/
H A Dbrowser_instant_controller.cc122 void BrowserInstantController::ModelChanged( function in class:BrowserInstantController
H A Dbrowser_instant_controller.h52 virtual void ModelChanged(const SearchModel::State& old_state,
/external/chromium_org/chrome/browser/ui/cocoa/autofill/
H A Dautofill_dialog_cocoa.h56 virtual void ModelChanged() OVERRIDE;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dbrowser_window_cocoa.h167 virtual void ModelChanged(const SearchModel::State& old_state,
/external/chromium_org/chrome/browser/ui/cocoa/location_bar/
H A Dlocation_bar_view_mac.h176 virtual void ModelChanged(const SearchModel::State& old_state,
/external/chromium_org/chrome/browser/ui/search/
H A Dinstant_page.cc83 void InstantPage::ModelChanged(const SearchModel::State& old_state, function in class:InstantPage
H A Dinstant_page.h108 virtual void ModelChanged(const SearchModel::State& old_state,
H A Dsearch_delegate.cc19 void SearchDelegate::ModelChanged(const SearchModel::State& old_state, function in class:SearchDelegate
H A Dsearch_delegate.h30 virtual void ModelChanged(const SearchModel::State& old_state,

Completed in 1525 milliseconds

12