HomeSort by relevance Sort by last modified time
    Searched defs:table_model (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/ui/search_engines/
keyword_editor_controller.h 64 TemplateURLTableModel* table_model() { function in class:KeywordEditorController
keyword_editor_controller_unittest.cc 90 TemplateURLTableModel* table_model() const { function in class:KeywordEditorControllerTest
91 return controller_->table_model();
120 controller_->table_model()->SetObserver(this);
133 ASSERT_EQ(1, table_model()->RowCount());
256 ASSERT_EQ(1, table_model()->RowCount());
257 ASSERT_EQ(0, table_model()->IndexOfTemplateURL(turl));
  /external/chromium_org/chrome/browser/ui/search_engines/
keyword_editor_controller.h 63 TemplateURLTableModel* table_model() { function in class:KeywordEditorController
keyword_editor_controller_unittest.cc 88 TemplateURLTableModel* table_model() const { function in class:KeywordEditorControllerTest
89 return controller_->table_model();
119 controller_->table_model()->SetObserver(this);
132 ASSERT_EQ(1, table_model()->RowCount());
254 ASSERT_EQ(1, table_model()->RowCount());
255 ASSERT_EQ(0, table_model()->IndexOfTemplateURL(turl));
  /external/chromium/chrome/browser/ui/webui/options/
search_engine_manager_handler.cc 35 if (list_controller_.get() && list_controller_->table_model())
36 list_controller_->table_model()->SetObserver(NULL);
42 list_controller_->table_model()->SetObserver(this);
108 int default_index = list_controller_->table_model()->IndexOfTemplateURL(
114 list_controller_->table_model()->last_search_engine_index();
123 int engine_count = list_controller_->table_model()->RowCount();
146 TemplateURLTableModel* table_model = list_controller_->table_model(); local
151 dict->SetString("displayName", table_model->GetText(
153 dict->SetString("keyword", table_model->GetText
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
search_engine_manager_handler.cc 42 if (list_controller_.get() && list_controller_->table_model())
43 list_controller_->table_model()->SetObserver(NULL);
50 list_controller_->table_model()->SetObserver(this);
121 int default_index = list_controller_->table_model()->IndexOfTemplateURL(
127 list_controller_->table_model()->last_search_engine_index();
137 list_controller_->table_model()->last_other_engine_index();
148 int engine_count = list_controller_->table_model()->RowCount();
171 TemplateURLTableModel* table_model = list_controller_->table_model(); local
176 dict->SetString("displayName", table_model->GetText
    [all...]

Completed in 719 milliseconds