ImageOperation     24 content/common/gpu/gpu_channel_manager.cc GpuChannelManager::ImageOperation::ImageOperation(
ImageOperation     30 content/common/gpu/gpu_channel_manager.cc GpuChannelManager::ImageOperation::~ImageOperation() {
ImageOperation    206 content/common/gpu/gpu_channel_manager.cc         new ImageOperation(0, base::Bind(&GpuChannelManager::CreateImage,
ImageOperation    229 content/common/gpu/gpu_channel_manager.cc         new ImageOperation(sync_point,
ImageOperation    245 content/common/gpu/gpu_channel_manager.cc     ImageOperation* image_operation) {
ImageOperation    102 content/common/gpu/gpu_channel_manager.h     ImageOperation(int32 sync_point, base::Closure callback);
ImageOperation    103 content/common/gpu/gpu_channel_manager.h     ~ImageOperation();
ImageOperation    109 content/common/gpu/gpu_channel_manager.h   typedef std::deque<ImageOperation*> ImageOperationQueue;
ImageOperation    127 content/common/gpu/gpu_channel_manager.h   void OnDeleteImageSyncPointRetired(ImageOperation*);