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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 378 &FileDownloader::StreamFinishNotify);
399 StreamFinishNotify(PP_OK);
441 void FileDownloader::StreamFinishNotify(int32_t pp_error) {
443 "FileDownloader::StreamFinishNotify (pp_error=%" NACL_PRId32 ")\n",
file_downloader.h 173 void StreamFinishNotify(int32_t pp_error);

Completed in 34 milliseconds