Lines Matching refs:contents_
81 : type_(type), scale_factor_(scale_factor), contents_(contents) {} in RepContent()
85 std::string contents_; member
88 RepContentSet contents_; member
213 content->contents_.push_back( in LoadImageContents()
278 if (content.contents_.empty()) in CreateImage()
283 ImageContent::RepContentSet::const_iterator it = content.contents_.begin(); in CreateImage()
284 for (; it != content.contents_.end(); ++it) { in CreateImage()
287 if (!image->AddPNG(rep.scale_factor_, rep.contents_.c_str(), in CreateImage()
288 rep.contents_.size())) { in CreateImage()
294 if (!image->AddJPEG(rep.scale_factor_, rep.contents_.c_str(), in CreateImage()
295 rep.contents_.size())) { in CreateImage()