Searched refs:RowCount (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium/chrome/browser/
H A Dlanguage_order_table_model.cc43 DCHECK(row >= 0 && row < RowCount());
60 observer_->OnItemsAdded(RowCount() - 1, 1);
65 DCHECK(index >= 0 && index < RowCount());
88 if (index < 0 || index >= RowCount() - 1)
92 if (index == RowCount() - 1)
97 observer_->OnItemsChanged(0, RowCount());
107 observer_->OnItemsChanged(0, RowCount());
114 int LanguageOrderTableModel::RowCount() { function in class:LanguageOrderTableModel
H A Dplugin_exceptions_table_model_unittest.cc45 EXPECT_LT(start, model_->RowCount() + 1);
156 EXPECT_EQ(3, table_model_->RowCount());
168 EXPECT_EQ(2, table_model_->RowCount());
182 EXPECT_EQ(2, table_model_->RowCount());
192 EXPECT_EQ(3, table_model_->RowCount());
201 EXPECT_EQ(1, table_model_->RowCount());
214 EXPECT_EQ(0, table_model_->RowCount());
H A Dlanguage_order_table_model.h49 virtual int RowCount() OVERRIDE;
H A Dcustom_home_pages_table_model.cc70 DCHECK(index >= 0 && index <= RowCount());
79 DCHECK(index >= 0 && index < RowCount());
102 while (RowCount())
130 int CustomHomePagesTableModel::RowCount() { function in class:CustomHomePagesTableModel
136 DCHECK(row >= 0 && row < RowCount());
141 DCHECK(row >= 0 && row < RowCount());
H A Dpossible_url_model.cc107 int PossibleURLModel::RowCount() { function in class:PossibleURLModel
112 if (row < 0 || row >= RowCount()) {
120 if (row < 0 || row >= RowCount()) {
128 if (row < 0 || row >= RowCount()) {
149 if (row < 0 || row >= RowCount()) {
H A Dcustom_home_pages_table_model.h50 virtual int RowCount() OVERRIDE;
H A Dplugin_exceptions_table_model.h37 virtual int RowCount() OVERRIDE;
H A Dpossible_url_model.h43 virtual int RowCount() OVERRIDE;
/external/chromium/chrome/browser/notifications/
H A Dnotification_exceptions_table_model_unittest.cc58 EXPECT_EQ(0, model_->RowCount());
65 EXPECT_EQ(5, model_->RowCount());
68 EXPECT_EQ(0, model_->RowCount());
76 EXPECT_EQ(5, model_->RowCount());
106 EXPECT_EQ(5, model_->RowCount());
114 EXPECT_EQ(3, model_->RowCount());
125 EXPECT_EQ(0, model_->RowCount());
H A Dnotification_exceptions_table_model.h29 virtual int RowCount() OVERRIDE;
/external/chromium_org/ui/views/controls/table/
H A Dtest_table_model.h17 virtual int RowCount() OVERRIDE;
H A Dtest_table_model.cc21 int TestTableModel::RowCount() { function in class:TestTableModel
H A Dtable_view.cc179 int TableView::RowCount() const { function in class:views::TableView
180 return model_ ? model_->RowCount() : 0;
279 DCHECK_LT(model_index, RowCount()) << " out of bounds model_index " <<
288 DCHECK_LT(view_index, RowCount()) << " out of bounds view_index " <<
324 return gfx::Size(width, RowCount() * row_height_);
334 if (event.IsControlDown() && !single_selection_ && RowCount()) {
337 for (int i = 0; i < RowCount(); ++i)
345 if (RowCount())
350 if (RowCount())
351 SelectByViewIndex(RowCount()
[all...]
/external/chromium/chrome/browser/geolocation/
H A Dgeolocation_exceptions_table_model_unittest.cc47 EXPECT_EQ(3, model_->RowCount());
56 EXPECT_EQ(0, model_->RowCount());
64 EXPECT_EQ(1, model_->RowCount());
75 EXPECT_EQ(3, model_->RowCount());
99 EXPECT_EQ(3, model_->RowCount());
106 EXPECT_EQ(0, model_->RowCount());
121 EXPECT_EQ(0, model_->RowCount());
H A Dgeolocation_exceptions_table_model.h41 virtual int RowCount() OVERRIDE;
H A Dgeolocation_exceptions_table_model.cc130 int old_row_count = RowCount();
137 int GeolocationExceptionsTableModel::RowCount() { function in class:GeolocationExceptionsTableModel
190 DCHECK(row1 >= 0 && row1 < RowCount() &&
191 row2 >= 0 && row2 < RowCount());
/external/chromium/chrome/browser/ui/cocoa/
H A Dtable_row_nsimage_cache.h24 virtual int RowCount() const = 0;
/external/chromium_org/chrome/browser/ui/cocoa/
H A Dtable_row_nsimage_cache.h25 virtual int RowCount() const = 0;
/external/chromium_org/ui/oak/
H A Doak_aura_window_display.h24 virtual int RowCount() OVERRIDE;
/external/chromium_org/ui/base/models/
H A Dtable_model.cc72 DCHECK(row1 >= 0 && row1 < RowCount() &&
73 row2 >= 0 && row2 < RowCount());
/external/chromium/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc171 int TemplateURLTableModel::RowCount() { function in class:TemplateURLTableModel
176 DCHECK(row >= 0 && row < RowCount());
202 DCHECK(row >= 0 && row < RowCount());
233 DCHECK(row >= 0 && row < RowCount());
257 DCHECK(index >= 0 && index <= RowCount());
271 DCHECK(index >= 0 && index <= RowCount());
287 DCHECK(index >= 0 && index < RowCount());
326 if (index < 0 || index >= RowCount()) {
H A Dtemplate_url_table_model.h45 virtual int RowCount() OVERRIDE;
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc182 int TemplateURLTableModel::RowCount() { function in class:TemplateURLTableModel
187 DCHECK(row >= 0 && row < RowCount());
206 DCHECK(row >= 0 && row < RowCount());
243 DCHECK(row >= 0 && row < RowCount());
267 DCHECK(index >= 0 && index <= RowCount());
285 DCHECK(index >= 0 && index <= RowCount());
298 DCHECK(index >= 0 && index < RowCount());
331 if (index < 0 || index >= RowCount()) {
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc100 DCHECK(insert_before >= 0 && insert_before <= RowCount());
149 DCHECK(index >= 0 && index <= RowCount());
158 DCHECK(index >= 0 && index < RowCount());
175 while (RowCount())
203 int CustomHomePagesTableModel::RowCount() { function in class:CustomHomePagesTableModel
209 DCHECK(row >= 0 && row < RowCount());
/external/chromium/chrome/browser/history/
H A Dtext_database_unittest.cc52 int RowCount(TextDatabase* db) { function in namespace:history::__anon2243
73 EXPECT_EQ(3, RowCount(db));
169 EXPECT_EQ(3, RowCount(db.get()));
173 EXPECT_EQ(2, RowCount(db.get()));
180 EXPECT_EQ(2, RowCount(db.get()));
182 EXPECT_EQ(1, RowCount(db.get()));

Completed in 1058 milliseconds

123