HomeSort by relevance Sort by last modified time
    Searched refs:GetPaintRegion (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/views/controls/table/
table_view_unittest.cc 22 std::string GetPaintRegion(const gfx::Rect& bounds) {
23 TableView::PaintRegion region(table_->GetPaintRegion(bounds));
244 // Verifies GetPaintRegion.
245 TEST_F(TableViewTest, GetPaintRegion) {
249 EXPECT_EQ("rows=0 4 cols=0 2", helper_->GetPaintRegion(table_->bounds()));
251 helper_->GetPaintRegion(gfx::Rect(0, 0, 1, table_->height())));
267 EXPECT_EQ("rows=0 4 cols=0 1", helper_->GetPaintRegion(table_->bounds()));
277 EXPECT_EQ("rows=0 4 cols=0 1", helper_->GetPaintRegion(table_->bounds()));
284 EXPECT_EQ("rows=0 4 cols=0 2", helper_->GetPaintRegion(table_->bounds()));
table_view.h 253 PaintRegion GetPaintRegion(const gfx::Rect& bounds) const;
table_view.cc 482 const PaintRegion region(GetPaintRegion(GetPaintBounds(canvas)));
700 TableView::PaintRegion TableView::GetPaintRegion(

Completed in 63 milliseconds