HomeSort by relevance Sort by last modified time
    Searched refs:out_contents (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ppapi/proxy/
flash_font_file_resource.cc 47 std::string out_contents; local
50 &out_contents);
54 contents = AddFontTable(table, out_contents);
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 192 base::StringPiece *out_contents) {
226 if (!ParseLiteralData(&inner, out_contents))
237 base::StringPiece *out_contents) {
252 *out_contents = reader->Remainder();
266 return reader->Prefix(length, out_contents);
276 return ParseStreamContents(reader, length, out_contents);
277 return reader->Prefix(length, out_contents);
284 base::StringPiece *out_contents) {
335 *out_contents = base::StringPiece(buf, length);

Completed in 70 milliseconds