Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/mac/
DAppleScriptController.m64 DescType descType = [aeDesc descriptorType];
116 DescType descType = [aeDesc descriptorType];
/external/webkit/WebCore/bindings/v8/
DWorkerContextExecutionProxy.cpp313 v8::Local<v8::Object> WorkerContextExecutionProxy::toV8(V8ClassIndex::V8WrapperType descriptorType,… in toV8() argument
318 function = V8DOMWrapper::getConstructor(descriptorType, proxy->workerContext()); in toV8()
320 function = V8DOMWrapper::getTemplate(descriptorType)->GetFunction(); in toV8()
DWorkerContextExecutionProxy.h110 …static v8::Local<v8::Object> toV8(V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex::V8Wrap…
DV8DOMWrapper.cpp741 …per::instantiateV8Object(V8Proxy* proxy, V8ClassIndex::V8WrapperType descriptorType, V8ClassIndex:… in instantiateV8Object() argument
744 …if (descriptorType == V8ClassIndex::HTMLCOLLECTION && static_cast<HTMLCollection*>(impl)->type() =… in instantiateV8Object()
745 descriptorType = V8ClassIndex::HTMLALLCOLLECTION; in instantiateV8Object()
757 instance = proxy->createWrapperFromCache(descriptorType); in instantiateV8Object()
759 v8::Local<v8::Function> function = getTemplate(descriptorType)->GetFunction(); in instantiateV8Object()