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

  /external/chromium_org/cc/test/
fake_content_layer_impl.h 26 size_t lost_output_surface_count() const { function in class:cc::FakeContentLayerImpl
  /external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc 798 EXPECT_EQ(0u, root_content->lost_output_surface_count());
799 EXPECT_EQ(0u, child_content->lost_output_surface_count());
800 EXPECT_EQ(0u, grandchild_content->lost_output_surface_count());
813 EXPECT_TRUE(root_content->lost_output_surface_count());
814 EXPECT_TRUE(child_content->lost_output_surface_count());
815 EXPECT_TRUE(grandchild_content->lost_output_surface_count());
    [all...]

Completed in 69 milliseconds