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 27 return lost_output_surface_count_;
29 void reset_lost_output_surface_count() { lost_output_surface_count_ = 0; }
36 size_t lost_output_surface_count_; member in class:cc::FakeContentLayerImpl
fake_content_layer_impl.cc 10 : TiledLayerImpl(tree_impl, id), lost_output_surface_count_(0) {
26 ++lost_output_surface_count_;

Completed in 188 milliseconds