#include <WorkerScriptLoader.h>
|
void | loadSynchronously (ScriptExecutionContext *, const URL &, FetchOptions::Mode, ContentSecurityPolicyEnforcement, const String &initiatorIdentifier) |
|
void | loadAsynchronously (ScriptExecutionContext *, const URL &, FetchOptions::Mode, ContentSecurityPolicyEnforcement, const String &initiatorIdentifier, WorkerScriptLoaderClient *) |
|
void | notifyError () |
|
String | script () |
|
const URL & | url () const |
|
const URL & | responseURL () const |
|
bool | failed () const |
|
unsigned long | identifier () const |
|
void | didReceiveResponse (unsigned long identifier, const ResourceResponse &) override |
|
void | didReceiveData (const char *data, int dataLength) override |
|
void | didFinishLoading (unsigned long identifier) override |
|
void | didFail (const ResourceError &) override |
|
void | deref () const |
|
void | deref () const |
|
void | deref () const |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
void | ref () const |
|
bool | hasOneRef () const |
|
unsigned | refCount () const |
|
void | relaxAdoptionRequirement () |
|
virtual void | didSendData (unsigned long long, unsigned long long) |
|
virtual void | didSendData (unsigned long long, unsigned long long) |
|
◆ create()
◆ didFail()
◆ didFinishLoading()
void WebCore::WorkerScriptLoader::didFinishLoading |
( |
unsigned long |
identifier | ) |
|
|
overridevirtual |
◆ didReceiveData()
void WebCore::WorkerScriptLoader::didReceiveData |
( |
const char * |
data, |
|
|
int |
dataLength |
|
) |
| |
|
overridevirtual |
◆ didReceiveResponse()
void WebCore::WorkerScriptLoader::didReceiveResponse |
( |
unsigned long |
identifier, |
|
|
const ResourceResponse & |
response |
|
) |
| |
|
overridevirtual |
◆ failed()
bool WebCore::WorkerScriptLoader::failed |
( |
| ) |
const |
|
inline |
◆ identifier()
unsigned long WebCore::WorkerScriptLoader::identifier |
( |
| ) |
const |
|
inline |
◆ loadAsynchronously()
◆ loadSynchronously()
◆ notifyError()
void WebCore::WorkerScriptLoader::notifyError |
( |
| ) |
|
◆ responseURL()
const URL & WebCore::WorkerScriptLoader::responseURL |
( |
| ) |
const |
◆ script()
String WebCore::WorkerScriptLoader::script |
( |
| ) |
|
◆ url()
const URL& WebCore::WorkerScriptLoader::url |
( |
| ) |
const |
|
inline |
◆ WTF::RefCounted< WorkerScriptLoader >
The documentation for this class was generated from the following files: