Searched defs:executeFunctionInContext (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/bindings/js/
H A DScheduledAction.cpp90 void ScheduledAction::executeFunctionInContext(JSGlobalObject* globalObject, JSValue thisValue, ScriptExecutionContext* context) function in class:WebCore::ScheduledAction
131 executeFunctionInContext(window, window->shell(), document);
149 executeFunctionInContext(contextWrapper, contextWrapper, workerContext);

Completed in 65 milliseconds