webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
This is the complete list of members for WebKit::Download, including all inherited members.
cancel() | WebKit::Download | |
continueDidReceiveResponse() | WebKit::Download | |
decideDestinationWithSuggestedFilename(const String &filename, bool &allowOverwrite) | WebKit::Download | |
decideDestinationWithSuggestedFilenameAsync(const String &) | WebKit::Download | |
didCancel(const IPC::DataReference &resumeData) | WebKit::Download | |
didCreateDestination(const String &path) | WebKit::Download | |
didDecideDownloadDestination(const String &destinationPath, const SandboxExtension::Handle &, bool allowOverwrite) | WebKit::Download | |
didFail(const WebCore::ResourceError &, const IPC::DataReference &resumeData) | WebKit::Download | |
didFinish() | WebKit::Download | |
didReceiveAuthenticationChallenge(const WebCore::AuthenticationChallenge &) | WebKit::Download | |
didReceiveData(uint64_t length) | WebKit::Download | |
didReceiveResponse(const WebCore::ResourceResponse &) | WebKit::Download | |
didStart() | WebKit::Download | |
Download(DownloadManager &, DownloadID, const WebCore::ResourceRequest &, const String &suggestedFilename={ }) | WebKit::Download | |
downloadID() const | WebKit::Download | inline |
platformDidFinish() | WebKit::Download | |
request() const | WebKit::Download | inline |
resume(const IPC::DataReference &resumeData, const String &path, const SandboxExtension::Handle &) | WebKit::Download | |
send(const U &message) | IPC::MessageSender | inline |
send(const U &message, uint64_t destinationID, OptionSet< SendOption > sendOptions={ }) | IPC::MessageSender | inline |
sendMessage(std::unique_ptr< Encoder >, OptionSet< SendOption >) | IPC::MessageSender | virtual |
sendSync(T &&message, typename T::Reply &&reply, Seconds timeout=Seconds::infinity(), OptionSet< SendSyncOption > sendSyncOptions={ }) | IPC::MessageSender | inline |
sendSync(T &&message, typename T::Reply &&reply, uint64_t destinationID, Seconds timeout=Seconds::infinity(), OptionSet< SendSyncOption > sendSyncOptions={ }) | IPC::MessageSender | inline |
setBlobFileReferences(Vector< RefPtr< WebCore::BlobDataFileReference >> &&fileReferences) | WebKit::Download | inline |
shouldDecodeSourceDataOfMIMEType(const String &mimeType) | WebKit::Download | |
start() | WebKit::Download | |
startWithHandle(WebCore::ResourceHandle *, const WebCore::ResourceResponse &) | WebKit::Download | |
suggestedName() const | WebKit::Download | inline |
~Download() | WebKit::Download | |
~MessageSender() | IPC::MessageSender | virtual |