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

  /external/chromium_org/cc/test/
fake_picture_layer.h 26 size_t push_properties_count() const { return push_properties_count_; }
27 void reset_push_properties_count() { push_properties_count_ = 0; }
43 size_t push_properties_count_; member in class:cc::FakePictureLayer
fake_content_layer.h 25 size_t push_properties_count() const { return push_properties_count_; }
26 void reset_push_properties_count() { push_properties_count_ = 0; }
51 size_t push_properties_count_; member in class:cc::FakeContentLayer
fake_painted_scrollbar_layer.h 30 size_t push_properties_count() const { return push_properties_count_; }
31 void reset_push_properties_count() { push_properties_count_ = 0; }
51 size_t push_properties_count_; member in class:cc::FakePaintedScrollbarLayer
fake_picture_layer.cc 14 push_properties_count_(0),
36 push_properties_count_++;
fake_painted_scrollbar_layer.cc 29 push_properties_count_(0),
47 ++push_properties_count_;
fake_content_layer.cc 24 push_properties_count_(0),
52 push_properties_count_++;
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 2950 size_t push_properties_count_; member in class:cc::__anon7384::PushPropertiesCountingLayerImpl
2993 size_t push_properties_count_; member in class:cc::__anon7384::PushPropertiesCountingLayer
    [all...]

Completed in 161 milliseconds