Home
last modified time | relevance | path

Searched refs:push_properties_count_ (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/cc/test/
Dfake_picture_layer.h26 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count()
27 void reset_push_properties_count() { push_properties_count_ = 0; } in reset_push_properties_count()
48 size_t push_properties_count_; variable
Dfake_painted_scrollbar_layer.h30 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count()
31 void reset_push_properties_count() { push_properties_count_ = 0; } in reset_push_properties_count()
51 size_t push_properties_count_; variable
Dfake_content_layer.h25 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count()
26 void reset_push_properties_count() { push_properties_count_ = 0; } in reset_push_properties_count()
51 size_t push_properties_count_; variable
Dfake_picture_layer.cc14 push_properties_count_(0), in FakePictureLayer()
37 push_properties_count_++; in PushPropertiesTo()
Dfake_painted_scrollbar_layer.cc29 push_properties_count_(0), in FakePaintedScrollbarLayer()
47 ++push_properties_count_; in PushPropertiesTo()
Dfake_content_layer.cc24 push_properties_count_(0), in FakeContentLayer()
51 push_properties_count_++; in PushPropertiesTo()
/external/chromium_org/cc/trees/
Dlayer_tree_host_unittest.cc2896 push_properties_count_++; in PushPropertiesTo()
2899 layer)->push_properties_count_ = push_properties_count_; in PushPropertiesTo()
2908 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count()
2909 void reset_push_properties_count() { push_properties_count_ = 0; } in reset_push_properties_count()
2912 size_t push_properties_count_; member in cc::__anon83dbcd050111::PushPropertiesCountingLayerImpl
2916 push_properties_count_(0) { in PushPropertiesCountingLayerImpl()
2929 push_properties_count_++; in PushPropertiesTo()
2942 size_t push_properties_count() const { return push_properties_count_; } in push_properties_count()
2943 void reset_push_properties_count() { push_properties_count_ = 0; } in reset_push_properties_count()
2951 : push_properties_count_(0), persist_needs_push_properties_(false) { in PushPropertiesCountingLayer()
[all …]