Searched defs:RowCount (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/ui/views/controls/table/
H A Dtest_table_model.cc21 int TestTableModel::RowCount() { function in class:TestTableModel
H A Dtable_view_unittest.cc69 virtual int RowCount() OVERRIDE;
114 int TestTableModel2::RowCount() { function in class:views::__anon17073::TestTableModel2
133 for (int i = 0; i < table->RowCount(); ++i) {
144 for (int i = 0; i < table->RowCount(); ++i) {
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...]
/external/chromium_org/ui/views/examples/
H A Dtable_example.cc106 int TableExample::RowCount() { function in class:views::examples::TableExample
/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());
/external/chromium_org/chrome/browser/ui/views/
H A Dssl_client_certificate_selector.cc41 virtual int RowCount() OVERRIDE;
63 int CertificateSelectorTableModel::RowCount() { function in class:CertificateSelectorTableModel
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 Dtask_manager_view.cc76 virtual int RowCount() OVERRIDE;
99 int TaskManagerTableModel::RowCount() { function in class:__anon5368::TaskManagerTableModel
/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()) {
/external/chromium_org/content/browser/accessibility/
H A Dbrowser_accessibility_android.cc525 int BrowserAccessibilityAndroid::RowCount() const { function in class:content::BrowserAccessibilityAndroid
/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.cc518 .SetProperty("rowCount", &WebAXObjectProxy::RowCount)
794 int32_t WebAXObjectProxy::RowCount() { function in class:content::WebAXObjectProxy

Completed in 2541 milliseconds