Searched defs:paint_count (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/aura/
H A Dwindow_unittest.cc2933 int paint_count() const { return paint_count_; } function in class:aura::test::__anon16606::PaintWindowDelegate
2991 EXPECT_EQ(0, w1ll_delegate.paint_count());
2992 EXPECT_EQ(0, w11ll_delegate.paint_count());
2993 EXPECT_EQ(0, w111_delegate.paint_count());
3002 EXPECT_EQ(1, w1ll_delegate.paint_count());
3007 EXPECT_EQ(1, w11ll_delegate.paint_count());
3012 EXPECT_EQ(0, w111_delegate.paint_count());
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc2142 int paint_count() const { return paint_count_; } function in class:cc::__anon2820::LayerTreeHostTestLCDNotification::NotificationClient
2191 EXPECT_EQ(1, client_.paint_count());
2200 EXPECT_EQ(1, client_.paint_count());
2214 EXPECT_EQ(2, client_.paint_count());

Completed in 1011 milliseconds