Searched refs:GetPaintRegion (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/views/controls/table/
H A Dtable_view_unittest.cc22 std::string GetPaintRegion(const gfx::Rect& bounds) { function in class:views::TableViewTestHelper
23 TableView::PaintRegion region(table_->GetPaintRegion(bounds));
234 // Verifies GetPaintRegion.
235 TEST_F(TableViewTest, GetPaintRegion) {
239 EXPECT_EQ("rows=0 4 cols=0 2", helper_->GetPaintRegion(table_->bounds()));
241 helper_->GetPaintRegion(gfx::Rect(0, 0, 1, table_->height())));
257 EXPECT_EQ("rows=0 4 cols=0 1", helper_->GetPaintRegion(table_->bounds()));
267 EXPECT_EQ("rows=0 4 cols=0 1", helper_->GetPaintRegion(table_->bounds()));
274 EXPECT_EQ("rows=0 4 cols=0 2", helper_->GetPaintRegion(table_->bounds()));
H A Dtable_view.h252 PaintRegion GetPaintRegion(const gfx::Rect& bounds) const;
H A Dtable_view.cc467 const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas)));
685 TableView::PaintRegion TableView::GetPaintRegion( function in class:views::TableView

Completed in 78 milliseconds