Searched refs:AttachedFile (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/feedback/
H A Dfeedback_common.cc90 FeedbackCommon::AttachedFile::AttachedFile(const std::string& filename, function in class:FeedbackCommon::AttachedFile
94 FeedbackCommon::AttachedFile::~AttachedFile() {}
114 AttachedFile* file = new AttachedFile(
133 attachments_.push_back(new AttachedFile(filename, data.Pass()));
172 const AttachedFile* file = attachment(i);
H A Dfeedback_common.h33 struct AttachedFile { struct in class:FeedbackCommon
34 explicit AttachedFile(const std::string& filename,
36 ~AttachedFile();
75 const AttachedFile* attachment(size_t i) const { return attachments_[i]; }
116 ScopedVector<AttachedFile> attachments_;

Completed in 158 milliseconds