OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetPaintRegion
(Results
1 - 2
of
2
) 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));
243
// Verifies
GetPaintRegion
.
244
TEST_F(TableViewTest,
GetPaintRegion
) {
248
EXPECT_EQ("rows=0 4 cols=0 2", helper_->
GetPaintRegion
(table_->bounds()));
250
helper_->
GetPaintRegion
(gfx::Rect(0, 0, 1, table_->height())));
266
EXPECT_EQ("rows=0 4 cols=0 1", helper_->
GetPaintRegion
(table_->bounds()));
276
EXPECT_EQ("rows=0 4 cols=0 1", helper_->
GetPaintRegion
(table_->bounds()));
283
EXPECT_EQ("rows=0 4 cols=0 2", helper_->
GetPaintRegion
(table_->bounds()));
table_view.cc
481
const PaintRegion region(
GetPaintRegion
(GetPaintBounds(canvas)));
699
TableView::PaintRegion TableView::
GetPaintRegion
(
Completed in 28 milliseconds