HomeSort by relevance Sort by last modified time
    Searched refs:frame_count_with_pending_tree_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/cc/trees/
layer_tree_host_unittest_animation.cc 1221 int frame_count_with_pending_tree_; member in class:cc::__anon7447::LayerTreeHostAnimationTestAnimationsAddedToNewAndExistingLayers
    [all...]
layer_tree_host_unittest.cc 729 : 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::__anon7445::LayerTreeHostTestFrameTimeUpdatesAfterActivationFails
    [all...]

Completed in 3154 milliseconds