OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:associateObjectWithWrapper
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8MessageChannelCustom.cpp
57
V8DOMWrapper::
associateObjectWithWrapper
<V8MessageChannel>(obj.release(), &wrapperTypeInfo, wrapper, info.GetIsolate());
V8ArrayBufferCustom.cpp
90
V8DOMWrapper::
associateObjectWithWrapper
<V8ArrayBuffer>(impl, &wrapperTypeInfo, wrapper, isolate);
107
V8DOMWrapper::
associateObjectWithWrapper
<V8ArrayBuffer>(buffer.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent());
V8MutationObserverCustom.cpp
66
V8DOMWrapper::
associateObjectWithWrapper
<V8MutationObserver>(observer.release(), &wrapperTypeInfo, wrapper, info.GetIsolate());
V8TypedArrayCustom.h
157
V8DOMWrapper::
associateObjectWithWrapper
<Binding>(impl, &wrapperTypeInfo, wrapper, isolate);
173
V8DOMWrapper::
associateObjectWithWrapper
<Binding>(typedArray.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent());
V8XMLHttpRequestCustom.cpp
70
V8DOMWrapper::
associateObjectWithWrapper
<V8XMLHttpRequest>(xmlHttpRequest.release(), &wrapperTypeInfo, wrapper, info.GetIsolate());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMWrapper.h
51
static v8::Handle<v8::Object>
associateObjectWithWrapper
(PassRefPtr<T>, const WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*);
53
static v8::Handle<v8::Object>
associateObjectWithWrapper
(RawPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate)
55
return
associateObjectWithWrapper
<V8T, T>(object.get(), wrapperTypeInfo, wrapper, isolate);
58
static v8::Handle<v8::Object>
associateObjectWithWrapper
(T*, const WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*);
134
inline v8::Handle<v8::Object> V8DOMWrapper::
associateObjectWithWrapper
(PassRefPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate)
143
inline v8::Handle<v8::Object> V8DOMWrapper::
associateObjectWithWrapper
(T* object, const WrapperTypeInfo* wrapperTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate)
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceNotScriptWrappable.cpp
144
V8DOMWrapper::
associateObjectWithWrapper
<V8TestInterfaceNotScriptWrappable>(impl, &wrapperTypeInfo, wrapper, isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
methods.cpp
593
V8DOMWrapper::
associateObjectWithWrapper
<{{v8_class}}>(impl.release(), &{{constructor_class}}::wrapperTypeInfo, wrapper, info.GetIsolate());
Completed in 263 milliseconds