ReportResponse 45 ppapi/examples/crxfs/crxfs.cc void ReportResponse(const char* name, int32_t pp_error); ReportResponse 60 ppapi/examples/crxfs/crxfs.cc ReportResponse("HandleMessage: not a string", 0); ReportResponse 77 ppapi/examples/crxfs/crxfs.cc ReportResponse("ExtCrxFileSystemPrivate::Open", rv); ReportResponse 83 ppapi/examples/crxfs/crxfs.cc ReportResponse("CrxFileSystemCallback", pp_error); ReportResponse 93 ppapi/examples/crxfs/crxfs.cc ReportResponse("FileIO::Open", rv); ReportResponse 98 ppapi/examples/crxfs/crxfs.cc ReportResponse("FileIOOpenCallback", pp_error); ReportResponse 105 ppapi/examples/crxfs/crxfs.cc ReportResponse("FileIO::Read", rv); ReportResponse 112 ppapi/examples/crxfs/crxfs.cc ReportResponse("FileIOReadCallback", pp_error); ReportResponse 62 ppapi/examples/url_loader/stream_to_file.cc void ReportResponse(const std::string& data); ReportResponse 100 ppapi/examples/url_loader/stream_to_file.cc ReportResponse("URL could not be requested"); ReportResponse 116 ppapi/examples/url_loader/stream_to_file.cc ReportResponse("Could not stream to file"); ReportResponse 128 ppapi/examples/url_loader/stream_to_file.cc ReportResponse("Could not open file"); ReportResponse 135 ppapi/examples/url_loader/stream_to_file.cc ReportResponse(buf_); ReportResponse 137 ppapi/examples/url_loader/stream_to_file.cc ReportResponse("Could not read file"); ReportResponse 59 ppapi/examples/url_loader/streaming.cc void ReportResponse(const std::string& data); ReportResponse 94 ppapi/examples/url_loader/streaming.cc ReportResponse("URL could not be requested"); ReportResponse 140 ppapi/examples/url_loader/streaming.cc ReportResponse(content_); ReportResponse 148 ppapi/examples/url_loader/streaming.cc ReportResponse("A read error occurred");