Home
last modified time | relevance | path

Searched refs:table_model_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/
Dplugin_exceptions_table_model_unittest.cc85 table_model_.reset(new MockPluginExceptionsTableModel(map, NULL)); in SetUp()
106 table_model_->set_plugins(plugins); in SetUp()
107 table_model_->ReloadSettings(); in SetUp()
113 const Entries& settings = table_model_->settings_; in CheckInvariants()
114 const std::vector<int>& row_counts = table_model_->row_counts_; in CheckInvariants()
115 const std::vector<std::string>& resources = table_model_->resources_; in CheckInvariants()
116 const ui::TableModel::Groups& groups = table_model_->groups_; in CheckInvariants()
149 scoped_ptr<MockPluginExceptionsTableModel> table_model_; member in PluginExceptionsTableModelTest
156 EXPECT_EQ(3, table_model_->RowCount()); in TEST_F()
161 plugin_test_internal::MockTableModelObserver observer(table_model_.get()); in TEST_F()
[all …]
/external/chromium/chrome/browser/ui/search_engines/
Dkeyword_editor_controller.cc18 table_model_.reset(new TemplateURLTableModel(profile->GetTemplateURLModel())); in KeywordEditorController()
49 const int new_index = table_model_->RowCount(); in AddTemplateURL()
50 table_model_->Add(new_index, template_url); in AddTemplateURL()
59 const int index = table_model_->IndexOfTemplateURL(template_url); in ModifyTemplateURL()
75 table_model_->ModifyTemplateURL(index, title, keyword, url); in ModifyTemplateURL()
95 table_model_->Remove(index); in RemoveTemplateURL()
101 return table_model_->MakeDefaultTemplateURL(index); in MakeDefaultTemplateURL()
109 return &table_model_->GetTemplateURL(index); in GetTemplateURL()
113 return table_model_->template_url_model(); in url_model()
Dkeyword_editor_controller.h65 return table_model_.get(); in table_model()
75 scoped_ptr<TemplateURLTableModel> table_model_; variable
/external/chromium/chrome/browser/ui/gtk/
Dgtk_tree.cc85 : delegate_(delegate), list_store_(list_store), table_model_(table_model) { in TableAdapter()
91 table_model_ = table_model; in SetModel()
92 table_model_->SetObserver(this); in SetModel()
96 if (!table_model_->HasGroups()) in IsGroupRow()
119 if (!table_model_->HasGroups()) { in MapListStoreIndicesToModelRows()
128 const ui::TableModel::Groups& groups = table_model_->GetGroups(); in MapListStoreIndicesToModelRows()
162 if (!table_model_->HasGroups()) in GetListStoreIndexForModelRow()
164 int group = table_model_->GetGroupID(model_row); in GetListStoreIndexForModelRow()
165 const ui::TableModel::Groups& groups = table_model_->GetGroups(); in GetListStoreIndexForModelRow()
188 if (table_model_->HasGroups()) { in AddNodeToList()
[all …]
Dgtk_tree.h132 ui::TableModel* table_model_; variable
/external/chromium/chrome/browser/ui/views/
Dtask_manager_view.cc338 scoped_ptr<TaskManagerTableModel> table_model_; member in __anonf394d16d0111::TaskManagerView
375 table_model_.reset(new TaskManagerTableModel(model_)); in Init()
419 table_model_.get(), columns_, highlight_background_resources_); in Init()