Searched defs:GetRowCount (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc64 int GetRowCount();
120 int TreeViewTest::GetRowCount() { function in class:views::TreeViewTest
121 return tree_.GetRowCount();
156 EXPECT_EQ(4, GetRowCount());
184 EXPECT_EQ(3, GetRowCount());
193 EXPECT_EQ(5, GetRowCount());
201 EXPECT_EQ(5, GetRowCount());
208 EXPECT_EQ(4, GetRowCount());
219 EXPECT_EQ(5, GetRowCount());
225 EXPECT_EQ(5, GetRowCount());
[all...]
H A Dtree_view.cc512 int TreeView::GetRowCount() { function in class:views::TreeView
716 row_height_ * GetRowCount() + kVerticalInset * 2);
941 int row_count = GetRowCount();
957 int new_row = std::min(GetRowCount() - 1, std::max(0, row + delta));
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc315 int SubmenuView::GetRowCount() { function in class:views::SubmenuView
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc387 int Combobox::GetRowCount() { function in class:views::Combobox

Completed in 5043 milliseconds