Home
last modified time | relevance | path

Searched refs:toExecutionContext (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DScriptState.cpp77 return toExecutionContext(context()); in executionContext()
DV8Initializer.cpp174 if (ExecutionContext* executionContext = toExecutionContext(context)) { in codeGenerationCheckCallbackInMainThread()
DV8Binding.cpp747 ExecutionContext* toExecutionContext(v8::Handle<v8::Context> context) in toExecutionContext() function
764 return toExecutionContext(isolate->GetCurrentContext()); in currentExecutionContext()
776 return toExecutionContext(context); in callingExecutionContext()
DV8Binding.h901 ExecutionContext* toExecutionContext(v8::Handle<v8::Context>);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
DV8TestInterface5.cpp819 ExecutionContext* context = toExecutionContext(prototypeObject->CreationContext()); in installConditionallyEnabledProperties()
836 ExecutionContext* context = toExecutionContext(prototypeObject->CreationContext()); in installConditionallyEnabledMethods()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterface.cpp1998 ExecutionContext* context = toExecutionContext(prototypeObject->CreationContext()); in installConditionallyEnabledProperties()
2040 ExecutionContext* context = toExecutionContext(prototypeObject->CreationContext()); in installConditionallyEnabledMethods()
DV8TestObject.cpp10541 ExecutionContext* context = toExecutionContext(prototypeObject->CreationContext()); in installConditionallyEnabledProperties()
10558 ExecutionContext* context = toExecutionContext(prototypeObject->CreationContext()); in installConditionallyEnabledMethods()