DOWNLOAD_TO_BUFFER_AND_STREAM 112 ppapi/native_client/src/trusted/plugin/file_downloader.cc return Open(url, DOWNLOAD_TO_BUFFER_AND_STREAM, callback, true, NULL); DOWNLOAD_TO_BUFFER_AND_STREAM 304 ppapi/native_client/src/trusted/plugin/file_downloader.cc if (mode_ != DOWNLOAD_TO_BUFFER_AND_STREAM) { DOWNLOAD_TO_BUFFER_AND_STREAM 401 ppapi/native_client/src/trusted/plugin/file_downloader.cc if (mode_ == DOWNLOAD_TO_BUFFER_AND_STREAM) { DOWNLOAD_TO_BUFFER_AND_STREAM 408 ppapi/native_client/src/trusted/plugin/file_downloader.cc } else if (mode_ == DOWNLOAD_TO_BUFFER_AND_STREAM) {