#include <LoadableScript.h>
|
enum | ErrorType {
ErrorType::CachedScript,
ErrorType::CrossOriginLoad,
ErrorType::Nosniff,
ErrorType::CachedScript,
ErrorType::CrossOriginLoad,
ErrorType::Nosniff
} |
|
enum | ErrorType {
ErrorType::CachedScript,
ErrorType::CrossOriginLoad,
ErrorType::Nosniff,
ErrorType::CachedScript,
ErrorType::CrossOriginLoad,
ErrorType::Nosniff
} |
|
|
| LoadableScript (const String &nonce, const String &crossOriginMode, const String &charset, const AtomicString &initiatorName, bool isInUserAgentShadowTree) |
|
void | notifyClientFinished () |
|
| LoadableScript (const String &nonce, const String &crossOriginMode, const String &charset, const AtomicString &initiatorName, bool isInUserAgentShadowTree) |
|
void | notifyClientFinished () |
|
| ScriptElementCachedScriptFetcher (const String &nonce, const String &crossOriginMode, const String &charset, const AtomicString &initiatorName, bool isInUserAgentShadowTree) |
|
| ScriptElementCachedScriptFetcher (const String &nonce, const String &crossOriginMode, const String &charset, const AtomicString &initiatorName, bool isInUserAgentShadowTree) |
|
| CachedScriptFetcher (const String &nonce, const String &charset, const AtomicString &initiatorName, bool isInUserAgentShadowTree) |
|
| CachedScriptFetcher (const String &charset) |
|
CachedResourceHandle< CachedScript > | requestScriptWithCache (Document &, const URL &sourceURL, const String &crossOriginMode) const |
|
| CachedScriptFetcher (const String &nonce, const String &charset, const AtomicString &initiatorName, bool isInUserAgentShadowTree) |
|
| CachedScriptFetcher (const String &charset) |
|
CachedResourceHandle< CachedScript > | requestScriptWithCache (Document &, const URL &sourceURL, const String &crossOriginMode) const |
|
◆ ErrorType [1/2]
Enumerator |
---|
CachedScript | |
CrossOriginLoad | |
Nosniff | |
CachedScript | |
CrossOriginLoad | |
Nosniff | |
◆ ErrorType [2/2]
Enumerator |
---|
CachedScript | |
CrossOriginLoad | |
Nosniff | |
CachedScript | |
CrossOriginLoad | |
Nosniff | |
◆ ~LoadableScript() [1/2]
virtual WebCore::LoadableScript::~LoadableScript |
( |
| ) |
|
|
inlinevirtual |
◆ LoadableScript() [1/2]
WebCore::LoadableScript::LoadableScript |
( |
const String & |
nonce, |
|
|
const String & |
crossOriginMode, |
|
|
const String & |
charset, |
|
|
const AtomicString & |
initiatorName, |
|
|
bool |
isInUserAgentShadowTree |
|
) |
| |
|
inlineprotected |
◆ ~LoadableScript() [2/2]
virtual WebCore::LoadableScript::~LoadableScript |
( |
| ) |
|
|
inlinevirtual |
◆ LoadableScript() [2/2]
WebCore::LoadableScript::LoadableScript |
( |
const String & |
nonce, |
|
|
const String & |
crossOriginMode, |
|
|
const String & |
charset, |
|
|
const AtomicString & |
initiatorName, |
|
|
bool |
isInUserAgentShadowTree |
|
) |
| |
|
inlineprotected |
◆ addClient() [1/2]
◆ addClient() [2/2]
◆ error() [1/2]
◆ error() [2/2]
◆ execute() [1/2]
◆ execute() [2/2]
◆ isLoaded() [1/2]
virtual bool WebCore::LoadableScript::isLoaded |
( |
| ) |
const |
|
pure virtual |
◆ isLoaded() [2/2]
virtual bool WebCore::LoadableScript::isLoaded |
( |
| ) |
const |
|
pure virtual |
◆ notifyClientFinished() [1/2]
void WebCore::LoadableScript::notifyClientFinished |
( |
| ) |
|
|
protected |
◆ notifyClientFinished() [2/2]
void WebCore::LoadableScript::notifyClientFinished |
( |
| ) |
|
|
protected |
◆ removeClient() [1/2]
◆ removeClient() [2/2]
◆ wasCanceled() [1/2]
virtual bool WebCore::LoadableScript::wasCanceled |
( |
| ) |
const |
|
pure virtual |
◆ wasCanceled() [2/2]
virtual bool WebCore::LoadableScript::wasCanceled |
( |
| ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files: