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

  /external/webkit/WebCore/bindings/v8/
V8DOMWrapper.cpp 194 v8::Local<v8::Function> V8DOMWrapper::getConstructorForContext(V8ClassIndex::V8WrapperType type, v8::Handle<v8::Context> context)
212 return getConstructorForContext(type, context);
226 return getConstructorForContext(type, context);
V8DOMWrapper.h 172 static v8::Local<v8::Function> getConstructorForContext(V8ClassIndex::V8WrapperType, v8::Handle<v8::Context>);
WorkerContextExecutionProxy.cpp 160 v8::Handle<v8::Function> workerContextConstructor = V8DOMWrapper::getConstructorForContext(contextType, context);

Completed in 49 milliseconds