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

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
file_downloader.cc 40 void FileDownloader::Initialize(Plugin* instance) {
41 PLUGIN_PRINTF(("FileDownloader::FileDownloader (this=%p)\n",
54 bool FileDownloader::OpenStream(
63 bool FileDownloader::Open(
69 PLUGIN_PRINTF(("FileDownloader::Open (url=%s)\n", url.c_str()));
111 PLUGIN_PRINTF(("FileDownloader::Open (pp_error=PP_ERROR_NOACCESS)\n"));
140 void (FileDownloader::*start_notify)(int32_t);
142 start_notify = &FileDownloader::URLLoadStartNotify;
144 start_notify = &FileDownloader::URLBufferStartNotify
    [all...]
file_downloader.h 46 class FileDownloader {
50 FileDownloader()
62 ~FileDownloader() {}
153 NACL_DISALLOW_COPY_AND_ASSIGN(FileDownloader);
187 pp::CompletionCallbackFactory<FileDownloader> callback_factory_;
plugin.h 404 FileDownloader*& url_downloader,
416 bool OpenURLFast(const nacl::string& url, FileDownloader* downloader);
443 FileDownloader nexe_downloader_;
484 std::set<FileDownloader*> url_downloaders_;
511 const FileDownloader* FindFileDownloader(PP_Resource url_loader) const;
plugin.cc     [all...]
pnacl_coordinator.h 112 // Implement FileDownloader's template of the CallbackSource interface.
113 // This method returns a callback which will be called by the FileDownloader
257 nacl::scoped_ptr<FileDownloader> streaming_downloader_;
pnacl_coordinator.cc 808 streaming_downloader_.reset(new FileDownloader());
    [all...]

Completed in 546 milliseconds