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

  /external/chromium_org/cc/resources/
resource_update_controller.cc 29 size_t ResourceUpdateController::MaxPartialTextureUpdates() {
33 size_t ResourceUpdateController::MaxFullUpdatesPerTick(
38 ResourceUpdateController::ResourceUpdateController(
53 ResourceUpdateController::~ResourceUpdateController() {}
55 void ResourceUpdateController::PerformMoreUpdates(
75 base::Bind(&ResourceUpdateController::OnTimerFired,
82 void ResourceUpdateController::DiscardUploadsToEvictedResources() {
86 void ResourceUpdateController::UpdateTexture(ResourceUpdate update)
    [all...]
resource_update_controller.h 29 class CC_EXPORT ResourceUpdateController {
31 static scoped_ptr<ResourceUpdateController> Create(
36 return make_scoped_ptr(new ResourceUpdateController(
41 virtual ~ResourceUpdateController();
55 ResourceUpdateController(ResourceUpdateControllerClient* client,
82 base::WeakPtrFactory<ResourceUpdateController> weak_factory_;
84 DISALLOW_COPY_AND_ASSIGN(ResourceUpdateController);
resource_update_controller_unittest.cc 172 scoped_ptr<ResourceUpdateController> update_controller =
173 ResourceUpdateController::Create(NULL,
183 // Classes required to interact and test the ResourceUpdateController
335 class FakeResourceUpdateController : public ResourceUpdateController {
368 : ResourceUpdateController(
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 154 scoped_ptr<ResourceUpdateController> update_controller =
155 ResourceUpdateController::Create(
thread_proxy.h 119 scoped_ptr<ResourceUpdateController> current_resource_update_controller;
thread_proxy.cc 923 impl().current_resource_update_controller = ResourceUpdateController::Create(
    [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 157 scoped_ptr<ResourceUpdateController> update_controller =
158 ResourceUpdateController::Create(NULL,
    [all...]

Completed in 140 milliseconds