Home
last modified time | relevance | path

Searched refs:setDOMWrapper (Results 1 – 25 of 28) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8ArrayBufferViewCustom.h72 V8DOMWrapper::setDOMWrapper(args.Holder(), type, array.get()); in constructWebGLArrayWithArrayBufferArgument()
97 V8DOMWrapper::setDOMWrapper(args.Holder(), type, array.get()); in constructWebGLArray()
158 V8DOMWrapper::setDOMWrapper(args.Holder(), type, array.get()); in constructWebGLArray()
DV8WebKitCSSMatrixConstructor.cpp66 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, matrix.get()); in constructorCallback()
DV8ArrayBufferCustom.cpp72 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, buffer.get()); in constructorCallback()
DV8ScriptProfileCustom.cpp57 V8DOMWrapper::setDOMWrapper(instance, &V8ScriptProfile::info, impl); in toV8()
DV8XMLHttpRequestConstructor.cpp56 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, xmlHttpRequest.get()); in constructorCallback()
DV8WebKitPointConstructor.cpp66 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, point.get()); in constructorCallback()
DV8MessageChannelConstructor.cpp74 V8DOMWrapper::setDOMWrapper(messageChannel, &info, obj.get()); in constructorCallback()
DV8EventSourceConstructor.cpp69 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, eventSource.get()); in constructorCallback()
DV8FileReaderCustom.cpp56 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, fileReader.get()); in constructorCallback()
DV8SharedWorkerCustom.cpp83 V8DOMWrapper::setDOMWrapper(wrapperObject, &info, obj.get()); in constructorCallback()
DV8DOMFormDataCustom.cpp55 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, domFormData.get()); in constructorCallback()
DV8WebSocketCustom.cpp87 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, webSocket.get()); in constructorCallback()
DV8HTMLAudioElementConstructor.cpp74 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLAudioElementConstructor::info, audio.get()); in v8HTMLAudioElementConstructorCallback()
DV8ScriptProfileNodeCustom.cpp77 V8DOMWrapper::setDOMWrapper(instance, &V8ScriptProfileNode::info, impl); in toV8()
DV8WorkerCustom.cpp82 V8DOMWrapper::setDOMWrapper(wrapperObject, &info, obj.get()); in constructorCallback()
DV8HTMLImageElementConstructor.cpp85 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLImageElementConstructor::info, image.get()); in v8HTMLImageElementConstructorCallback()
DV8HTMLOptionElementConstructor.cpp83 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLOptionElementConstructor::info, option.get()); in v8HTMLOptionElementConstructorCallback()
DV8AudioContextCustom.cpp84 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, audioContext.get()); in constructorCallback()
DV8InjectedScriptManager.cpp67 V8DOMWrapper::setDOMWrapper(instance, &V8InjectedScriptHost::info, host); in createInjectedScriptHostV8Wrapper()
DV8HTMLDocumentCustom.cpp71 V8DOMWrapper::setDOMWrapper(shadow, &V8HTMLDocument::info, impl); in WrapInShadowObject()
/external/webkit/Source/WebCore/bindings/v8/
DV8DOMWindowShell.cpp424 V8DOMWrapper::setDOMWrapper(jsWindow, &V8DOMWindow::info, window); in installDOMWindow()
425 …V8DOMWrapper::setDOMWrapper(v8::Handle<v8::Object>::Cast(jsWindow->GetPrototype()), &V8DOMWindow::… in installDOMWindow()
432 V8DOMWrapper::setDOMWrapper(v8RealGlobal, &V8DOMWindow::info, window); in installDOMWindow()
DV8Proxy.h361 V8DOMWrapper::setDOMWrapper(args.Holder(), type, obj.get()); in constructDOMObject()
380 V8DOMWrapper::setDOMWrapper(args.Holder(), type, obj.get()); in constructDOMObjectWithScriptExecutionContext()
DV8DOMWrapper.h69 static void setDOMWrapper(v8::Handle<v8::Object> object, WrapperTypeInfo* type, void* cptr) in setDOMWrapper() function
DV8NPObject.cpp394 V8DOMWrapper::setDOMWrapper(value, npObjectTypeInfo(), object); in createV8ObjectForNPObject()
413 V8DOMWrapper::setDOMWrapper(handle, npObjectTypeInfo(), 0); in forgetV8ObjectForNPObject()
DWorkerContextExecutionProxy.cpp171 V8DOMWrapper::setDOMWrapper(jsWorkerContext, contextType, m_workerContext); in initContextIfNeeded()

12