Home
last modified time | relevance | path

Searched refs:forContext (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DScriptState.cpp69 ScriptState* ScriptState::forContext(v8::Handle<v8::Context> context) in forContext() function in WebCore::ScriptState
90 return ScriptState::forContext(context); in current()
113 return ScriptState::forContext(frame->script().mainWorldContext()); in mainWorldScriptState()
123 return ScriptState::forContext(script->context()); in scriptStateFromWorkerGlobalScope()
DScriptState.h73 static ScriptState* forContext(v8::Handle<v8::Context>);
DScriptCallStackFactory.cpp129 ScriptState* state = ScriptState::forContext(context); in createScriptArguments()
DScriptEventListener.cpp137 return ScriptState::forContext(v8Context); in eventListenerHandlerScriptState()
DV8Initializer.cpp148 return policy->allowEval(ScriptState::forContext(context)); in codeGenerationCheckCallbackInMainThread()
DScriptProfiler.cpp137 ScriptState* scriptState = ScriptState::forContext(object->CreationContext()); in objectByHeapObjectId()
DV8WindowShell.cpp250 …ScriptState* scriptState = ScriptState::forContext(v8::Local<v8::Context>::New(m_isolate, context)… in initializeIfNeeded()
DScriptController.cpp515 ScriptState* scriptState = ScriptState::forContext(v8Context); in collectIsolatedContexts()
DScriptDebugServer.cpp394 ScriptState* currentCallFrameState = ScriptState::forContext(m_pausedContext); in handleProgramBreak()
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8HTMLCanvasElementCustom.cpp104 ScriptState* scriptState = ScriptState::forContext(isolate->GetCurrentContext()); in getContextMethodCustom()
118 ScriptState* scriptState = ScriptState::forContext(isolate->GetCurrentContext()); in getContextMethodCustom()