HomeSort by relevance Sort by last modified time
    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);
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) {

Completed in 80 milliseconds