Searched refs:GetRowCount (Results 1 - 15 of 15) sorted by last modified time

/external/lldb/include/lldb/Symbol/
H A DUnwindPlan.h468 GetRowCount () const;
/external/lldb/source/Plugins/UnwindAssembly/InstEmulation/
H A DUnwindAssemblyInstEmulation.cpp51 if (unwind_plan.GetRowCount() == 0)
280 return unwind_plan.GetRowCount() > 0;
/external/lldb/source/Symbol/
H A DDWARFCallFrameInfo.cpp648 row = unwind_plan.GetRowAtIndex(unwind_plan.GetRowCount() - 1);
H A DUnwindPlan.cpp355 // You must call GetRowCount() first to make sure there is at least one row
361 UnwindPlan::GetRowCount () const
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox.cc387 int Combobox::GetRowCount() { function in class:views::Combobox
H A Dcombobox.h116 virtual int GetRowCount() OVERRIDE;
H A Dcombobox_unittest.cc446 for (int i = 0; i < combobox_->GetRowCount(); ++i) {
/external/chromium_org/ui/views/controls/menu/
H A Dsubmenu_view.cc315 int SubmenuView::GetRowCount() { function in class:views::SubmenuView
H A Dsubmenu_view.h87 virtual int GetRowCount() OVERRIDE;
/external/chromium_org/ui/views/controls/
H A Dprefix_delegate.h16 virtual int GetRowCount() = 0;
H A Dprefix_selector.cc161 const int row_count = prefix_delegate_->GetRowCount();
H A Dprefix_selector_unittest.cc29 virtual int GetRowCount() OVERRIDE {
/external/chromium_org/ui/views/controls/tree/
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));
H A Dtree_view.h159 virtual int GetRowCount() OVERRIDE;
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...]

Completed in 192 milliseconds