Home
last modified time | relevance | path

Searched defs:AttachedFile (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/components/feedback/
Dfeedback_common.h33 struct AttachedFile { struct
38 std::string name;
39 scoped_ptr<std::string> data;
Dfeedback_common.cc90 FeedbackCommon::AttachedFile::AttachedFile(const std::string& filename, in AttachedFile() function in FeedbackCommon::AttachedFile