Updater            64 cc/layers/content_layer.h   virtual LayerUpdater* Updater() const OVERRIDE;
Updater            43 cc/layers/image_layer.h   virtual LayerUpdater* Updater() const OVERRIDE;
Updater           183 cc/layers/tiled_layer.cc   if (Updater())
Updater           184 cc/layers/tiled_layer.cc     Updater()->ReduceMemoryUsage();
Updater           279 cc/layers/tiled_layer.cc       UpdatableTile::Create(Updater()->CreateResource(ResourceManager())));
Updater           481 cc/layers/tiled_layer.cc   scoped_refptr<LayerUpdater> protector(Updater());
Updater           483 cc/layers/tiled_layer.cc   Updater()->PrepareToUpdate(paint_rect,
Updater            56 cc/layers/tiled_layer.h   virtual LayerUpdater* Updater() const = 0;
Updater            48 cc/test/fake_content_layer.cc           (Updater()))->content_rect();
Updater           124 cc/test/tiled_layer_test_common.h   virtual LayerUpdater* Updater() const OVERRIDE;