MaxPartialTextureUpdates   39 cc/resources/resource_update_controller.h   static size_t MaxPartialTextureUpdates();
MaxPartialTextureUpdates   45 cc/test/fake_proxy.h   virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
MaxPartialTextureUpdates 1099 cc/trees/layer_tree_host.cc                  proxy_->MaxPartialTextureUpdates());
MaxPartialTextureUpdates 1105 cc/trees/layer_tree_host.cc   if (partial_texture_update_requests_ >= MaxPartialTextureUpdates())
MaxPartialTextureUpdates  251 cc/trees/layer_tree_host.h   size_t MaxPartialTextureUpdates() const;
MaxPartialTextureUpdates 2397 cc/trees/layer_tree_host_unittest.cc     EXPECT_EQ(0u, host.MaxPartialTextureUpdates());
MaxPartialTextureUpdates 2415 cc/trees/layer_tree_host_unittest.cc     EXPECT_EQ(5u, host.MaxPartialTextureUpdates());
MaxPartialTextureUpdates 2433 cc/trees/layer_tree_host_unittest.cc     EXPECT_EQ(10u, host.MaxPartialTextureUpdates());
MaxPartialTextureUpdates 2476 cc/trees/layer_tree_host_unittest.cc   EXPECT_EQ(0u, host->MaxPartialTextureUpdates());
MaxPartialTextureUpdates 2491 cc/trees/layer_tree_host_unittest.cc   EXPECT_EQ(0u, host->MaxPartialTextureUpdates());
MaxPartialTextureUpdates   96 cc/trees/proxy.h   virtual size_t MaxPartialTextureUpdates() const = 0;
MaxPartialTextureUpdates   50 cc/trees/single_thread_proxy.h   virtual size_t MaxPartialTextureUpdates() const OVERRIDE;
MaxPartialTextureUpdates 1555 cc/trees/thread_proxy.cc   return ResourceUpdateController::MaxPartialTextureUpdates();
MaxPartialTextureUpdates   66 cc/trees/thread_proxy.h   virtual size_t MaxPartialTextureUpdates() const OVERRIDE;