HomeSort by relevance Sort by last modified time
    Searched full:activates_ (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_picture.cc 36 activates_ = 0;
60 EXPECT_EQ(2, activates_);
68 EXPECT_EQ(0, activates_);
74 EXPECT_EQ(3, activates_);
85 EXPECT_TRUE(activates_ == 1 || activates_ == 4);
95 EXPECT_EQ(2, activates_);
103 ++activates_;
104 if (activates_ <= 4)
113 int activates_; member in class:cc::__anon3955::LayerTreeHostPictureTestTwinLayer
    [all...]

Completed in 266 milliseconds