HomeSort by relevance Sort by last modified time
    Searched refs:ReportResponse (Results 1 - 5 of 5) 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) {
  /external/chromium_org/components/copresence/rpc/
rpc_handler_unittest.cc 226 ReportResponse empty_response;
240 ReportResponse test_response;
rpc_handler.cc 77 bool ReportErrorLogged(const ReportResponse& response) {
303 DVLOG(3) << "Received ReportResponse.";
304 ReportResponse response;
306 LOG(ERROR) << "Invalid ReportResponse";

Completed in 401 milliseconds