RenderPassIdAllocator   38 cc/surfaces/surface_aggregator.cc class SurfaceAggregator::RenderPassIdAllocator {
RenderPassIdAllocator   40 cc/surfaces/surface_aggregator.cc   explicit RenderPassIdAllocator(int surface_id)
RenderPassIdAllocator   60 cc/surfaces/surface_aggregator.cc   DISALLOW_COPY_AND_ASSIGN(RenderPassIdAllocator);
RenderPassIdAllocator   66 cc/surfaces/surface_aggregator.cc   RenderPassIdAllocator* allocator = render_pass_allocator_map_.get(surface_id);
RenderPassIdAllocator   68 cc/surfaces/surface_aggregator.cc     allocator = new RenderPassIdAllocator(surface_id);
RenderPassIdAllocator   48 cc/surfaces/surface_aggregator.h   class RenderPassIdAllocator;
RenderPassIdAllocator   49 cc/surfaces/surface_aggregator.h   typedef base::ScopedPtrHashMap<int, RenderPassIdAllocator>