Home | History | Annotate | Download | only in options

Lines Matching defs:file_contents

234     std::string file_contents;
237 &file_contents)) {
242 file_contents = ResourceBundle::GetSharedInstance().GetRawDataResource(
252 reinterpret_cast<const unsigned char*>(file_contents.data());
255 *decoded = decoder.Decode(data, file_contents.length());
266 file_contents.assign(reinterpret_cast<char*>(&output.front()),
272 base::Base64Encode(file_contents, &base64_encoded);