Searched defs:push_properties_count_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/cc/test/
H A Dfake_painted_scrollbar_layer.h30 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
H A Dfake_content_layer.h25 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
H A Dfake_picture_layer.h26 size_t push_properties_count() const { return push_properties_count_; }
27 void reset_push_properties_count() { push_properties_count_ = 0; }
48 size_t push_properties_count_; member in class:cc::FakePictureLayer
/external/chromium_org/cc/trees/
H A Dlayer_tree_host_unittest.cc2896 push_properties_count_++;
2899 layer)->push_properties_count_ = push_properties_count_;
2908 size_t push_properties_count() const { return push_properties_count_; }
2909 void reset_push_properties_count() { push_properties_count_ = 0; }
2912 size_t push_properties_count_; member in class:cc::__anon2820::PushPropertiesCountingLayerImpl
2916 push_properties_count_(0) {
2929 push_properties_count_++;
2942 size_t push_properties_count() const { return push_properties_count_; }
2943 void reset_push_properties_count() { push_properties_count_
2956 size_t push_properties_count_; member in class:cc::__anon2820::PushPropertiesCountingLayer
[all...]

Completed in 641 milliseconds