![]() |
Ultralight C++ API 1.4.0
|
This is the complete list of members for DownloadListener, including all inherited members.
NextDownloadId(ultralight::View *caller)=0 | DownloadListener | pure virtual |
OnBeginDownload(ultralight::View *caller, DownloadId id, const String &url, const String &filename, int64_t expected_content_length)=0 | DownloadListener | pure virtual |
OnFailDownload(ultralight::View *caller, DownloadId id)=0 | DownloadListener | pure virtual |
OnFinishDownload(ultralight::View *caller, DownloadId id)=0 | DownloadListener | pure virtual |
OnReceiveDataForDownload(ultralight::View *caller, DownloadId id, RefPtr< Buffer > data)=0 | DownloadListener | pure virtual |
OnRequestDownload(ultralight::View *caller, DownloadId id, const String &url)=0 | DownloadListener | pure virtual |
~DownloadListener() | DownloadListener | inlinevirtual |