Home | History | Annotate | Download | only in base

Lines Matching refs:Attachment

170   class BASE_EXPORT Attachment : public RefCountedThreadSafe<Attachment> {
172 Attachment();
175 friend class RefCountedThreadSafe<Attachment>;
176 virtual ~Attachment();
178 DISALLOW_COPY_AND_ASSIGN(Attachment);
256 // WriteAttachment appends |attachment| to the pickle. It returns
259 virtual bool WriteAttachment(scoped_refptr<Attachment> attachment);
261 // ReadAttachment parses an attachment given the parsing state |iter| and
262 // writes it to |*attachment|. It returns true on success.
264 scoped_refptr<Attachment>* attachment) const;