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

/external/chromium_org/cc/output/
H A Dgl_renderer_unittest.cc1533 int other_callback_count = 0; local
1544 EXPECT_EQ(0, other_callback_count);
1551 base::Bind(&OtherCallback, &other_callback_count));
1557 EXPECT_EQ(1, other_callback_count);
1562 int other_callback_count = 0; local
1570 EXPECT_EQ(0, other_callback_count);
1577 base::Bind(&OtherCallback, &other_callback_count));
1583 EXPECT_EQ(1, other_callback_count);

Completed in 49 milliseconds