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 1271 int frame_count_with_pending_tree_; member in class:cc::__anon7386::LayerTreeHostAnimationTestAnimationsAddedToNewAndExistingLayers
    [all...]
layer_tree_host_unittest.cc 754 : frame_count_with_pending_tree_(0) {}
764 EXPECT_EQ(frame_count_with_pending_tree_, 0);
771 frame_count_with_pending_tree_++;
773 if (frame_count_with_pending_tree_ == 1) {
776 } else if (frame_count_with_pending_tree_ == 2) {
782 if (frame_count_with_pending_tree_ > 1) {
795 EXPECT_NE(frame_count_with_pending_tree_, 1);
801 int frame_count_with_pending_tree_; member in class:cc::__anon7384::LayerTreeHostTestFrameTimeUpdatesAfterActivationFails
    [all...]

Completed in 196 milliseconds