Attachment 44 gpu/command_buffer/service/framebuffer_manager.cc : public Framebuffer::Attachment { Attachment 135 gpu/command_buffer/service/framebuffer_manager.cc : public Framebuffer::Attachment { Attachment 294 gpu/command_buffer/service/framebuffer_manager.cc Attachment* attachment = attachments_.begin()->second.get(); Attachment 357 gpu/command_buffer/service/framebuffer_manager.cc const Attachment* attachment = it->second.get(); Attachment 370 gpu/command_buffer/service/framebuffer_manager.cc Attachment* a = it->second.get(); Attachment 385 gpu/command_buffer/service/framebuffer_manager.cc Attachment* attachment = it->second.get(); Attachment 407 gpu/command_buffer/service/framebuffer_manager.cc const Attachment* attachment = it->second.get(); Attachment 416 gpu/command_buffer/service/framebuffer_manager.cc const Attachment* attachment = it->second.get(); Attachment 430 gpu/command_buffer/service/framebuffer_manager.cc Attachment* attachment = it->second.get(); Attachment 465 gpu/command_buffer/service/framebuffer_manager.cc Attachment* attachment = it->second.get(); Attachment 497 gpu/command_buffer/service/framebuffer_manager.cc Attachment* attachment = it->second.get(); Attachment 522 gpu/command_buffer/service/framebuffer_manager.cc const Attachment* attachment = GetAttachment(draw_buffers_[i]); Attachment 540 gpu/command_buffer/service/framebuffer_manager.cc Attachment* attachment = it->second.get(); Attachment 559 gpu/command_buffer/service/framebuffer_manager.cc Attachment* attachment = it->second.get(); Attachment 587 gpu/command_buffer/service/framebuffer_manager.cc const Attachment* a = GetAttachment(attachment); Attachment 591 gpu/command_buffer/service/framebuffer_manager.cc attachments_[attachment] = scoped_refptr<Attachment>( Attachment 602 gpu/command_buffer/service/framebuffer_manager.cc const Attachment* a = GetAttachment(attachment); Attachment 606 gpu/command_buffer/service/framebuffer_manager.cc attachments_[attachment] = scoped_refptr<Attachment>( Attachment 615 gpu/command_buffer/service/framebuffer_manager.cc const Framebuffer::Attachment* Attachment 30 gpu/command_buffer/service/framebuffer_manager.h class Attachment : public base::RefCounted<Attachment> { Attachment 56 gpu/command_buffer/service/framebuffer_manager.h friend class base::RefCounted<Attachment>; Attachment 57 gpu/command_buffer/service/framebuffer_manager.h virtual ~Attachment() {} Attachment 92 gpu/command_buffer/service/framebuffer_manager.h const Attachment* GetAttachment(GLenum attachment) const; Attachment 181 gpu/command_buffer/service/framebuffer_manager.h typedef base::hash_map<GLenum, scoped_refptr<Attachment> > AttachmentMap; Attachment 317 gpu/command_buffer/service/framebuffer_manager_unittest.cc const Framebuffer::Attachment* attachment = Attachment 492 gpu/command_buffer/service/framebuffer_manager_unittest.cc const Framebuffer::Attachment* attachment = Attachment 3137 gpu/command_buffer/service/gles2_cmd_decoder.cc const Framebuffer::Attachment* attachment = Attachment 5168 gpu/command_buffer/service/gles2_cmd_decoder.cc const Framebuffer::Attachment* attachment_object = Attachment 11 sync/api/attachments/attachment.cc Attachment::~Attachment() {} Attachment 14 sync/api/attachments/attachment.cc Attachment Attachment::Create( Attachment 20 sync/api/attachments/attachment.cc Attachment Attachment::CreateWithId( Attachment 23 sync/api/attachments/attachment.cc return Attachment(id, data); Attachment 26 sync/api/attachments/attachment.cc const AttachmentId& Attachment::GetId() const { return id_; } Attachment 28 sync/api/attachments/attachment.cc const scoped_refptr<base::RefCountedMemory>& Attachment::GetData() const { Attachment 32 sync/api/attachments/attachment.cc Attachment::Attachment(const AttachmentId& id, Attachment 26 sync/api/attachments/attachment.h class SYNC_EXPORT Attachment { Attachment 28 sync/api/attachments/attachment.h ~Attachment(); Attachment 35 sync/api/attachments/attachment.h static Attachment Create(const scoped_refptr<base::RefCountedMemory>& data); Attachment 41 sync/api/attachments/attachment.h static Attachment CreateWithId( Attachment 55 sync/api/attachments/attachment.h Attachment(const AttachmentId& id, Attachment 59 sync/api/attachments/attachment.h typedef std::vector<syncer::Attachment> AttachmentList; Attachment 60 sync/api/attachments/attachment.h typedef std::map<AttachmentId, Attachment> AttachmentMap; Attachment 19 sync/api/attachments/attachment_store.h class Attachment; Attachment 37 sync/api/attachments/attachment_store.h typedef base::Callback<void(const Result&, scoped_ptr<Attachment>)> Attachment 27 sync/api/attachments/attachment_unittest.cc Attachment a1 = Attachment::Create(some_data); Attachment 28 sync/api/attachments/attachment_unittest.cc Attachment a2 = Attachment::Create(some_data); Attachment 35 sync/api/attachments/attachment_unittest.cc Attachment a = Attachment::Create(empty_data); Attachment 43 sync/api/attachments/attachment_unittest.cc Attachment a = Attachment::CreateWithId(id, some_data); Attachment 48 sync/api/attachments/fake_attachment_store.cc scoped_ptr<Attachment> attachment; Attachment 51 sync/api/attachments/fake_attachment_store.cc attachment.reset(new Attachment(iter->second)); Attachment 61 sync/api/attachments/fake_attachment_store.cc Attachment attachment = Attachment::Create(bytes); Attachment 27 sync/api/attachments/fake_attachment_store.h class Attachment; Attachment 45 sync/api/attachments/fake_attachment_store_unittest.cc scoped_ptr<Attachment> attachment; Attachment 71 sync/api/attachments/fake_attachment_store_unittest.cc scoped_ptr<Attachment>* destination_attachment, Attachment 73 sync/api/attachments/fake_attachment_store_unittest.cc scoped_ptr<Attachment> source_attachment) { Attachment 101 sync/api/attachments/fake_attachment_store_unittest.cc Attachment some_attachment = Attachment::Create(some_data); Attachment 19 sync/api/sync_data.cc using syncer::Attachment; Attachment 26 sync/api/sync_data.cc const syncer::Attachment& attachment) { Attachment 76 sync/api/sync_data_unittest.cc attachments.push_back(Attachment::Create(bytes)); Attachment 77 sync/api/sync_data_unittest.cc attachments.push_back(Attachment::Create(bytes)); Attachment 78 sync/api/sync_data_unittest.cc attachments.push_back(Attachment::Create(bytes));