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

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

Completed in 201 milliseconds