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

/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest_animation.cc1152 : frame_count_with_pending_tree_(0) {}
1191 frame_count_with_pending_tree_++;
1192 if (frame_count_with_pending_tree_ == 2)
1221 int frame_count_with_pending_tree_; member in class:cc::__anon2822::LayerTreeHostAnimationTestAnimationsAddedToNewAndExistingLayers
H A Dlayer_tree_host_unittest.cc729 : frame_count_with_pending_tree_(0) {}
739 EXPECT_EQ(frame_count_with_pending_tree_, 0);
746 frame_count_with_pending_tree_++;
748 if (frame_count_with_pending_tree_ == 1) {
751 } else if (frame_count_with_pending_tree_ == 2) {
757 if (frame_count_with_pending_tree_ > 1) {
770 EXPECT_NE(frame_count_with_pending_tree_, 1);
776 int frame_count_with_pending_tree_; member in class:cc::__anon2820::LayerTreeHostTestFrameTimeUpdatesAfterActivationFails

Completed in 150 milliseconds