HomeSort by relevance Sort by last modified time
    Searched refs:getConstructorForContext (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.h 100 static v8::Local<v8::Function> getConstructorForContext(WrapperTypeInfo*, v8::Handle<v8::Context>);
V8DOMWrapper.cpp 151 v8::Local<v8::Function> V8DOMWrapper::getConstructorForContext(WrapperTypeInfo* type, v8::Handle<v8::Context> context)
169 return getConstructorForContext(type, context);
184 return getConstructorForContext(type, context);
WorkerContextExecutionProxy.cpp 162 v8::Handle<v8::Function> workerContextConstructor = V8DOMWrapper::getConstructorForContext(contextType, context);

Completed in 27 milliseconds