HomeSort by relevance Sort by last modified time
    Searched refs:RowCount (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium/chrome/browser/
language_order_table_model.cc 43 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() {
plugin_exceptions_table_model_unittest.cc 45 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());
language_order_table_model.h 49 virtual int RowCount() OVERRIDE;
possible_url_model.h 43 virtual int RowCount() OVERRIDE;
custom_home_pages_table_model.cc 70 DCHECK(index >= 0 && index <= RowCount());
79 DCHECK(index >= 0 && index < RowCount());
102 while (RowCount())
130 int CustomHomePagesTableModel::RowCount() {
136 DCHECK(row >= 0 && row < RowCount());
141 DCHECK(row >= 0 && row < RowCount());
possible_url_model.cc 107 int PossibleURLModel::RowCount() {
112 if (row < 0 || row >= RowCount()) {
120 if (row < 0 || row >= RowCount()) {
128 if (row < 0 || row >= RowCount()) {
149 if (row < 0 || row >= RowCount()) {
custom_home_pages_table_model.h 50 virtual int RowCount() OVERRIDE;
  /external/chromium_org/ui/views/controls/table/
test_table_model.h 17 virtual int RowCount() OVERRIDE;
test_table_model.cc 21 int TestTableModel::RowCount() {
table_view.cc 179 int TableView::RowCount() const {
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() - 1)
    [all...]
  /external/chromium/chrome/browser/notifications/
notification_exceptions_table_model_unittest.cc 58 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());
notification_exceptions_table_model.h 29 virtual int RowCount() OVERRIDE;
  /external/chromium/chrome/browser/ui/cocoa/
table_row_nsimage_cache.h 24 virtual int RowCount() const = 0;
  /external/chromium_org/chrome/browser/ui/cocoa/
table_row_nsimage_cache.h 25 virtual int RowCount() const = 0;
  /external/chromium_org/ui/oak/
oak_aura_window_display.h 24 virtual int RowCount() OVERRIDE;
  /external/chromium/chrome/browser/geolocation/
geolocation_exceptions_table_model_unittest.cc 47 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());
geolocation_exceptions_table_model.h 41 virtual int RowCount() OVERRIDE;
geolocation_exceptions_table_model.cc 130 int old_row_count = RowCount();
137 int GeolocationExceptionsTableModel::RowCount() {
190 DCHECK(row1 >= 0 && row1 < RowCount() &&
191 row2 >= 0 && row2 < RowCount());
  /external/chromium_org/ui/base/models/
table_model.cc 72 DCHECK(row1 >= 0 && row1 < RowCount() &&
73 row2 >= 0 && row2 < RowCount());
table_model.h 36 virtual int RowCount() = 0;
  /external/chromium_org/ui/views/examples/
table_example.h 43 virtual int RowCount() OVERRIDE;
  /external/chromium/chrome/browser/ui/search_engines/
template_url_table_model.cc 171 int TemplateURLTableModel::RowCount() {
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()) {
  /external/chromium_org/chrome/browser/ui/search_engines/
template_url_table_model.cc 182 int TemplateURLTableModel::RowCount() {
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/
custom_home_pages_table_model.cc 100 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() {
209 DCHECK(row >= 0 && row < RowCount());
  /external/chromium/chrome/browser/history/
text_database_unittest.cc 52 int RowCount(TextDatabase* db) {
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 2007 milliseconds

1 2 3