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

12

/external/chromium_org/chrome/browser/ui/cocoa/
H A Dtable_row_nsimage_cache.h25 virtual int RowCount() const = 0;
H A Dtask_manager_mac.h83 virtual int RowCount() const OVERRIDE;
/external/chromium_org/ui/views/controls/table/
H A Dtest_table_model.cc21 int TestTableModel::RowCount() { function in class:TestTableModel
H A Dtest_table_model.h17 virtual int RowCount() OVERRIDE;
H A Dtable_view.cc180 int TableView::RowCount() const { function in class:views::TableView
181 return model_ ? model_->RowCount() : 0;
280 DCHECK_LT(model_index, RowCount()) << " out of bounds model_index " <<
289 DCHECK_LT(view_index, RowCount()) << " out of bounds view_index " <<
325 return gfx::Size(width, RowCount() * row_height_);
335 if (event.IsControlDown() && !single_selection_ && RowCount()) {
338 for (int i = 0; i < RowCount(); ++i)
346 if (RowCount())
351 if (RowCount())
352 SelectByViewIndex(RowCount()
[all...]
H A Dtable_utils.cc28 for (int i = 0, row_count = model->RowCount(); i < row_count; ++i) {
/external/chromium_org/ui/base/models/
H A Dtable_model.cc72 DCHECK(row1 >= 0 && row1 < RowCount() &&
73 row2 >= 0 && row2 < RowCount());
H A Dtable_model.h36 virtual int RowCount() = 0;
/external/chromium_org/chrome/browser/ui/search_engines/
H A Dtemplate_url_table_model.cc176 int TemplateURLTableModel::RowCount() { function in class:TemplateURLTableModel
181 DCHECK(row >= 0 && row < RowCount());
200 DCHECK(row >= 0 && row < RowCount());
237 DCHECK(row >= 0 && row < RowCount());
261 DCHECK(index >= 0 && index <= RowCount());
279 DCHECK(index >= 0 && index <= RowCount());
293 DCHECK(index >= 0 && index < RowCount());
326 if (index < 0 || index >= RowCount()) {
H A Dkeyword_editor_controller_unittest.cc133 int original_row_count = table_model()->RowCount();
142 ASSERT_EQ(original_row_count + 1, table_model()->RowCount());
250 int original_row_count = table_model()->RowCount();
262 ASSERT_EQ(original_row_count + 1, table_model()->RowCount());
H A Dtemplate_url_table_model.h50 virtual int RowCount() OVERRIDE;
/external/chromium_org/chrome/browser/
H A Dcustom_home_pages_table_model.cc101 DCHECK(insert_before >= 0 && insert_before <= RowCount());
150 DCHECK(index >= 0 && index <= RowCount());
159 DCHECK(index >= 0 && index < RowCount());
174 while (RowCount())
202 int CustomHomePagesTableModel::RowCount() { function in class:CustomHomePagesTableModel
208 DCHECK(row >= 0 && row < RowCount());
H A Dcustom_home_pages_table_model.h58 virtual int RowCount() OVERRIDE;
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dstartup_pages_handler.cc114 int page_count = startup_custom_pages_table_model_->RowCount();
153 selected_index >= startup_custom_pages_table_model_->RowCount()) {
169 int row_count = startup_custom_pages_table_model_->RowCount();
185 if (index < 0 || index > startup_custom_pages_table_model_->RowCount()) {
H A Dsearch_engine_manager_handler.cc149 int engine_count = list_controller_->table_model()->RowCount();
220 if (index < 0 || index >= list_controller_->table_model()->RowCount())
236 if (index < 0 || index >= list_controller_->table_model()->RowCount())
254 if (index < -1 || index >= list_controller_->table_model()->RowCount())
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.h70 int RowCount() const;
H A Daccessibility_tree_formatter_android.cc103 dict->SetInteger("row_count", android_node->RowCount());
H A Dbrowser_accessibility_manager_android.cc267 node->RowCount(),
354 node->RowCount(),
/external/chromium_org/ui/views/examples/
H A Dtable_example.h42 virtual int RowCount() OVERRIDE;
H A Dtable_example.cc106 int TableExample::RowCount() { function in class:views::examples::TableExample
/external/chromium_org/chrome/browser/ui/views/
H A Dhung_renderer_view.cc94 int HungPagesTableModel::RowCount() { function in class:HungPagesTableModel
99 DCHECK(row >= 0 && row < RowCount());
111 DCHECK(row >= 0 && row < RowCount());
124 range->length = RowCount();
268 if (hung_pages_table_model_->RowCount() == 0 ||
H A Dssl_client_certificate_selector.cc41 virtual int RowCount() OVERRIDE;
63 int CertificateSelectorTableModel::RowCount() { function in class:CertificateSelectorTableModel
H A Dhung_renderer_view.h51 virtual int RowCount() OVERRIDE;
/external/llvm/include/llvm/CodeGen/PBQP/
H A DRegAllocSolver.h49 unsigned RowCount = 0; local
52 ++RowCount;
58 WorstRow = std::max(WorstRow, RowCount);
/external/chromium_org/content/shell/renderer/test_runner/
H A Dweb_ax_object_proxy.h95 int32_t RowCount();

Completed in 2064 milliseconds

12