OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExecutionType
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/dom/
ScriptRunner.h
49
enum
ExecutionType
{ ASYNC_EXECUTION, IN_ORDER_EXECUTION };
50
void queueScriptForExecution(ScriptLoader*, ResourcePtr<ScriptResource>,
ExecutionType
);
54
void notifyScriptReady(ScriptLoader*,
ExecutionType
);
55
void notifyScriptLoadError(ScriptLoader*,
ExecutionType
);
ScriptRunner.cpp
54
void ScriptRunner::queueScriptForExecution(ScriptLoader* scriptLoader, ResourcePtr<ScriptResource> resource,
ExecutionType
executionType
)
65
switch (
executionType
) {
87
void ScriptRunner::notifyScriptReady(ScriptLoader* scriptLoader,
ExecutionType
executionType
)
89
switch (
executionType
) {
102
void ScriptRunner::notifyScriptLoadError(ScriptLoader* scriptLoader,
ExecutionType
executionType
)
104
switch (
executionType
) {
Completed in 132 milliseconds