HomeSort by relevance Sort by last modified time
    Searched refs:setDOMWrapper (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/Source/WebCore/bindings/v8/custom/
V8ArrayBufferCustom.cpp 72 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, buffer.get());
V8ScriptProfileCustom.cpp 57 V8DOMWrapper::setDOMWrapper(instance, &V8ScriptProfile::info, impl);
V8WebKitCSSMatrixConstructor.cpp 66 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, matrix.get());
V8WebKitPointConstructor.cpp 66 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, point.get());
V8XMLHttpRequestConstructor.cpp 56 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, xmlHttpRequest.get());
V8EventSourceConstructor.cpp 69 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, eventSource.get());
V8MessageChannelConstructor.cpp 62 // SetDOMWrapper(), which effectively holds a reference to obj.
74 V8DOMWrapper::setDOMWrapper(messageChannel, &info, obj.get());
V8DOMFormDataCustom.cpp 55 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, domFormData.get());
V8FileReaderCustom.cpp 56 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, fileReader.get());
V8SharedWorkerCustom.cpp 75 // Note: it's OK to let this RefPtr go out of scope because we also call SetDOMWrapper(), which effectively holds a reference to obj.
83 V8DOMWrapper::setDOMWrapper(wrapperObject, &info, obj.get());
V8WebSocketCustom.cpp 87 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, webSocket.get());
V8HTMLAudioElementConstructor.cpp 74 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLAudioElementConstructor::info, audio.get());
V8HTMLImageElementConstructor.cpp 85 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLImageElementConstructor::info, image.get());
V8HTMLOptionElementConstructor.cpp 83 V8DOMWrapper::setDOMWrapper(args.Holder(), &V8HTMLOptionElementConstructor::info, option.get());
V8ScriptProfileNodeCustom.cpp 77 V8DOMWrapper::setDOMWrapper(instance, &V8ScriptProfileNode::info, impl);
V8WorkerCustom.cpp 74 // Note: it's OK to let this RefPtr go out of scope because we also call setDOMWrapper(), which effectively holds a reference to obj.
82 V8DOMWrapper::setDOMWrapper(wrapperObject, &info, obj.get());
V8ArrayBufferViewCustom.h 72 V8DOMWrapper::setDOMWrapper(args.Holder(), type, array.get());
97 V8DOMWrapper::setDOMWrapper(args.Holder(), type, array.get());
158 V8DOMWrapper::setDOMWrapper(args.Holder(), type, array.get());
V8AudioContextCustom.cpp 84 V8DOMWrapper::setDOMWrapper(args.Holder(), &info, audioContext.get());
V8HTMLDocumentCustom.cpp 71 V8DOMWrapper::setDOMWrapper(shadow, &V8HTMLDocument::info, impl);
V8InjectedScriptManager.cpp 67 V8DOMWrapper::setDOMWrapper(instance, &V8InjectedScriptHost::info, host);
  /external/webkit/Source/WebCore/bindings/v8/
V8DOMWrapper.h 69 static void setDOMWrapper(v8::Handle<v8::Object> object, WrapperTypeInfo* type, void* cptr)
V8Proxy.h 351 // SetDOMWrapper(), which effectively holds a reference to obj.
353 V8DOMWrapper::setDOMWrapper(args.Holder(), type, obj.get());
370 // SetDOMWrapper(), which effectively holds a reference to obj.
372 V8DOMWrapper::setDOMWrapper(args.Holder(), type, obj.get());
V8DOMWindowShell.cpp 412 V8DOMWrapper::setDOMWrapper(jsWindow, &V8DOMWindow::info, window);
413 V8DOMWrapper::setDOMWrapper(v8::Handle<v8::Object>::Cast(jsWindow->GetPrototype()), &V8DOMWindow::info, window);
420 V8DOMWrapper::setDOMWrapper(v8RealGlobal, &V8DOMWindow::info, window);
WorkerContextExecutionProxy.cpp 171 V8DOMWrapper::setDOMWrapper(jsWorkerContext, contextType, m_workerContext);
V8NPObject.cpp 394 V8DOMWrapper::setDOMWrapper(value, npObjectTypeInfo(), object);
413 V8DOMWrapper::setDOMWrapper(handle, npObjectTypeInfo(), 0);

Completed in 223 milliseconds

1 2