Home
last modified time | relevance | path

Searched refs:cptrType (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/bindings/v8/
DV8DOMWrapper.h250 …ateV8Object(V8ClassIndex::V8WrapperType descType, V8ClassIndex::V8WrapperType cptrType, void* impl) in instantiateV8Object() argument
252 return instantiateV8Object(NULL, descType, cptrType, impl); in instantiateV8Object()
DWorkerContextExecutionProxy.h110 …toV8(V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8WrapperType cptrType, void* impl);
DWorkerContextExecutionProxy.cpp313 …:toV8(V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8WrapperType cptrType, void* impl) in toV8() argument
325 V8DOMWrapper::setDOMWrapper(instance, V8ClassIndex::ToInt(cptrType), impl); in toV8()
DV8DOMWrapper.cpp741 …roxy, V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8WrapperType cptrType, void* impl) in instantiateV8Object() argument
764 setDOMWrapper(instance, V8ClassIndex::ToInt(cptrType), impl); in instantiateV8Object()