Searched refs:cptrType (Results 1 – 4 of 4) sorted by relevance
/external/webkit/WebCore/bindings/v8/ |
D | V8DOMWrapper.h | 250 …ateV8Object(V8ClassIndex::V8WrapperType descType, V8ClassIndex::V8WrapperType cptrType, void* impl) in instantiateV8Object() argument 252 return instantiateV8Object(NULL, descType, cptrType, impl); in instantiateV8Object()
|
D | WorkerContextExecutionProxy.h | 110 …toV8(V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8WrapperType cptrType, void* impl);
|
D | WorkerContextExecutionProxy.cpp | 313 …:toV8(V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8WrapperType cptrType, void* impl) in toV8() argument 325 V8DOMWrapper::setDOMWrapper(instance, V8ClassIndex::ToInt(cptrType), impl); in toV8()
|
D | V8DOMWrapper.cpp | 741 …roxy, V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8WrapperType cptrType, void* impl) in instantiateV8Object() argument 764 setDOMWrapper(instance, V8ClassIndex::ToInt(cptrType), impl); in instantiateV8Object()
|