Searched refs:ResourceUpdateQueue (Results 26 - 50 of 60) sorted by relevance

123

/external/chromium_org/cc/layers/
H A Dpicture_layer_unittest.cc45 scoped_ptr<ResourceUpdateQueue> queue(new ResourceUpdateQueue);
H A Dui_resource_layer_unittest.cc60 ResourceUpdateQueue queue;
88 ResourceUpdateQueue queue;
H A Dcontent_layer.h44 virtual bool Update(ResourceUpdateQueue* queue,
H A Ddelegated_renderer_layer.cc85 bool DelegatedRendererLayer::Update(ResourceUpdateQueue* queue,
H A Dimage_layer.cc48 bool ImageLayer::Update(ResourceUpdateQueue* queue,
H A Dnine_patch_layer_unittest.cc59 ResourceUpdateQueue queue;
H A Dpainted_scrollbar_layer.h40 virtual bool Update(ResourceUpdateQueue* queue,
H A Dtexture_layer.h140 virtual bool Update(ResourceUpdateQueue* queue,
H A Dcontent_layer.cc77 bool ContentLayer::Update(ResourceUpdateQueue* queue,
H A Dpicture_layer.cc81 bool PictureLayer::Update(ResourceUpdateQueue* queue,
H A Dlayer.h61 class ResourceUpdateQueue;
363 virtual bool Update(ResourceUpdateQueue* queue,
H A Dpainted_scrollbar_layer.cc205 bool PaintedScrollbarLayer::Update(ResourceUpdateQueue* queue,
H A Dtexture_layer.cc209 bool TextureLayer::Update(ResourceUpdateQueue* queue,
/external/chromium_org/cc/resources/
H A Dbitmap_content_layer_updater.cc25 ResourceUpdateQueue* queue,
87 void BitmapContentLayerUpdater::UpdateTexture(ResourceUpdateQueue* queue,
H A Dbitmap_skpicture_content_layer_updater.cc22 ResourceUpdateQueue* queue,
H A Dresource_update_controller.cc41 scoped_ptr<ResourceUpdateQueue> queue,
H A Dresource_update_controller_unittest.cc58 queue_(make_scoped_ptr(new ResourceUpdateQueue)),
193 scoped_ptr<ResourceUpdateQueue> queue_;
344 scoped_ptr<ResourceUpdateQueue> queue,
370 scoped_ptr<ResourceUpdateQueue> queue,
/external/chromium_org/cc/debug/
H A Dmicro_benchmark_controller_unittest.cc77 scoped_ptr<ResourceUpdateQueue> queue(new ResourceUpdateQueue);
97 scoped_ptr<ResourceUpdateQueue> queue(new ResourceUpdateQueue);
/external/chromium_org/cc/test/
H A Dfake_layer_tree_host.h44 void UpdateLayers(ResourceUpdateQueue* queue) {
H A Dtiled_layer_test_common.cc17 void FakeLayerUpdater::Resource::Update(ResourceUpdateQueue* queue,
H A Dtiled_layer_test_common.h30 virtual void Update(ResourceUpdateQueue* queue,
/external/chromium_org/cc/trees/
H A Dlayer_tree_host.h57 class ResourceUpdateQueue;
125 bool UpdateLayers(ResourceUpdateQueue* queue);
325 ResourceUpdateQueue* queue,
329 ResourceUpdateQueue* queue,
332 bool UpdateLayers(Layer* root_layer, ResourceUpdateQueue* queue);
H A Dthread_proxy.h31 class ResourceUpdateQueue;
258 ResourceUpdateQueue* queue);
H A Dsingle_thread_proxy.cc181 scoped_ptr<ResourceUpdateQueue> queue =
182 make_scoped_ptr(new ResourceUpdateQueue);
/external/chromium_org/cc/blink/
H A Dweb_external_texture_layer_impl.cc21 using cc::ResourceUpdateQueue;

Completed in 280 milliseconds

123