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

  /external/chromium_org/cc/test/
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; }
52 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.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
  /external/chromium_org/cc/trees/
layer_tree_host_unittest.cc 3250 size_t push_properties_count_; member in class:cc::__anon6664::PushPropertiesCountingLayer
    [all...]

Completed in 48 milliseconds