OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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));
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()));
table_view.h
252
PaintRegion
GetPaintRegion
(const gfx::Rect& bounds) const;
table_view.cc
467
const PaintRegion region(
GetPaintRegion
(GetPaintBounds(canvas)));
685
TableView::PaintRegion TableView::
GetPaintRegion
(
Completed in 1071 milliseconds