#include <Download.h>
|
| Download (DownloadManager &, DownloadID, const WebCore::ResourceRequest &, const String &suggestedFilename={ }) |
|
| ~Download () |
|
void | setBlobFileReferences (Vector< RefPtr< WebCore::BlobDataFileReference >> &&fileReferences) |
|
void | start () |
|
void | startWithHandle (WebCore::ResourceHandle *, const WebCore::ResourceResponse &) |
|
void | resume (const IPC::DataReference &resumeData, const String &path, const SandboxExtension::Handle &) |
|
void | cancel () |
|
DownloadID | downloadID () const |
|
const String & | suggestedName () const |
|
const WebCore::ResourceRequest & | request () const |
|
void | didReceiveAuthenticationChallenge (const WebCore::AuthenticationChallenge &) |
|
void | didStart () |
|
void | didReceiveResponse (const WebCore::ResourceResponse &) |
|
bool | shouldDecodeSourceDataOfMIMEType (const String &mimeType) |
|
String | decideDestinationWithSuggestedFilename (const String &filename, bool &allowOverwrite) |
|
void | decideDestinationWithSuggestedFilenameAsync (const String &) |
|
void | didDecideDownloadDestination (const String &destinationPath, const SandboxExtension::Handle &, bool allowOverwrite) |
|
void | continueDidReceiveResponse () |
|
void | platformDidFinish () |
|
void | didCreateDestination (const String &path) |
|
void | didReceiveData (uint64_t length) |
|
void | didFinish () |
|
void | didFail (const WebCore::ResourceError &, const IPC::DataReference &resumeData) |
|
void | didCancel (const IPC::DataReference &resumeData) |
|
virtual | ~MessageSender () |
|
template<typename U > |
bool | send (const U &message) |
|
template<typename U > |
bool | send (const U &message, uint64_t destinationID, OptionSet< SendOption > sendOptions={ }) |
|
template<typename T > |
bool | sendSync (T &&message, typename T::Reply &&reply, Seconds timeout=Seconds::infinity(), OptionSet< SendSyncOption > sendSyncOptions={ }) |
|
template<typename T > |
bool | sendSync (T &&message, typename T::Reply &&reply, uint64_t destinationID, Seconds timeout=Seconds::infinity(), OptionSet< SendSyncOption > sendSyncOptions={ }) |
|
virtual bool | sendMessage (std::unique_ptr< Encoder >, OptionSet< SendOption >) |
|
◆ Download()
◆ ~Download()
WebKit::Download::~Download |
( |
| ) |
|
◆ cancel()
void WebKit::Download::cancel |
( |
| ) |
|
◆ continueDidReceiveResponse()
void WebKit::Download::continueDidReceiveResponse |
( |
| ) |
|
◆ decideDestinationWithSuggestedFilename()
String WebKit::Download::decideDestinationWithSuggestedFilename |
( |
const String & |
filename, |
|
|
bool & |
allowOverwrite |
|
) |
| |
◆ decideDestinationWithSuggestedFilenameAsync()
void WebKit::Download::decideDestinationWithSuggestedFilenameAsync |
( |
const String & |
suggestedFilename | ) |
|
◆ didCancel()
◆ didCreateDestination()
void WebKit::Download::didCreateDestination |
( |
const String & |
path | ) |
|
◆ didDecideDownloadDestination()
◆ didFail()
◆ didFinish()
void WebKit::Download::didFinish |
( |
| ) |
|
◆ didReceiveAuthenticationChallenge()
◆ didReceiveData()
◆ didReceiveResponse()
◆ didStart()
void WebKit::Download::didStart |
( |
| ) |
|
◆ downloadID()
◆ platformDidFinish()
void WebKit::Download::platformDidFinish |
( |
| ) |
|
◆ request()
◆ resume()
◆ setBlobFileReferences()
◆ shouldDecodeSourceDataOfMIMEType()
bool WebKit::Download::shouldDecodeSourceDataOfMIMEType |
( |
const String & |
mimeType | ) |
|
◆ start()
void WebKit::Download::start |
( |
| ) |
|
◆ startWithHandle()
◆ suggestedName()
const String& WebKit::Download::suggestedName |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: