#include <LoadableClassicScript.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 |
|
◆ ~LoadableClassicScript() [1/2]
WebCore::LoadableClassicScript::~LoadableClassicScript |
( |
| ) |
|
|
virtual |
◆ ~LoadableClassicScript() [2/2]
virtual WebCore::LoadableClassicScript::~LoadableClassicScript |
( |
| ) |
|
|
virtual |
◆ cachedScript() [1/2]
CachedScript& WebCore::LoadableClassicScript::cachedScript |
( |
| ) |
|
|
inline |
◆ cachedScript() [2/2]
CachedScript& WebCore::LoadableClassicScript::cachedScript |
( |
| ) |
|
|
inline |
◆ create() [1/2]
◆ create() [2/2]
◆ error() [1/2]
◆ error() [2/2]
◆ execute() [1/2]
◆ execute() [2/2]
◆ isClassicScript() [1/2]
bool WebCore::LoadableClassicScript::isClassicScript |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ isClassicScript() [2/2]
bool WebCore::LoadableClassicScript::isClassicScript |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ isLoaded() [1/2]
bool WebCore::LoadableClassicScript::isLoaded |
( |
| ) |
const |
|
finalvirtual |
◆ isLoaded() [2/2]
bool WebCore::LoadableClassicScript::isLoaded |
( |
| ) |
const |
|
finalvirtual |
◆ isModuleScript() [1/2]
bool WebCore::LoadableClassicScript::isModuleScript |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ isModuleScript() [2/2]
bool WebCore::LoadableClassicScript::isModuleScript |
( |
| ) |
const |
|
inlinefinalvirtual |
◆ load() [1/2]
bool WebCore::LoadableClassicScript::load |
( |
Document & |
document, |
|
|
const URL & |
sourceURL |
|
) |
| |
◆ load() [2/2]
bool WebCore::LoadableClassicScript::load |
( |
Document & |
, |
|
|
const URL & |
|
|
) |
| |
◆ wasCanceled() [1/2]
bool WebCore::LoadableClassicScript::wasCanceled |
( |
| ) |
const |
|
finalvirtual |
◆ wasCanceled() [2/2]
bool WebCore::LoadableClassicScript::wasCanceled |
( |
| ) |
const |
|
finalvirtual |
The documentation for this class was generated from the following files: