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(
52 ResourceUpdateController::~ResourceUpdateController() {}
54 void ResourceUpdateController::PerformMoreUpdates(
74 base::Bind(&ResourceUpdateController::OnTimerFired,
81 void ResourceUpdateController::DiscardUploadsToEvictedResources() {
85 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,
81 base::WeakPtrFactory<ResourceUpdateController> weak_factory_;
83 DISALLOW_COPY_AND_ASSIGN(ResourceUpdateController);
resource_update_controller_unittest.cc 170 scoped_ptr<ResourceUpdateController> update_controller =
171 ResourceUpdateController::Create(NULL,
181 // Classes required to interact and test the ResourceUpdateController
332 class FakeResourceUpdateController : public ResourceUpdateController {
365 : ResourceUpdateController(
  /external/chromium_org/cc/trees/
single_thread_proxy.cc 206 scoped_ptr<ResourceUpdateController> update_controller =
207 ResourceUpdateController::Create(
thread_proxy.h 259 scoped_ptr<ResourceUpdateController>
thread_proxy.cc     [all...]
  /external/chromium_org/cc/layers/
tiled_layer_unittest.cc 108 scoped_ptr<ResourceUpdateController> update_controller =
109 ResourceUpdateController::Create(NULL,
    [all...]

Completed in 43 milliseconds