Home
last modified time | relevance | path

Searched defs:wrapperTypeInfo (Results 1 – 25 of 65) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
DV8DOMWrapper.h53 …v8::Object> associateObjectWithWrapper(RawPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapper()
69 …OMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, S… in setNativeInfo()
83 …tiveInfoForHiddenWrapper(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, S… in setNativeInfoForHiddenWrapper()
107 …InfoWithPersistentHandle(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, S… in setNativeInfoWithPersistentHandle()
123 …DOMWrapper::clearNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo) in clearNativeInfo()
134 …rapper::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapper()
143 …ect> V8DOMWrapper::associateObjectWithWrapper(T* object, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapper()
151 …ciateObjectWithWrapperNonTemplate(ScriptWrappable* impl, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapperNonTemplate()
170 …apper::associateObjectWithWrapperNonTemplate(Node* node, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapperNonTemplate()
DScriptWrappable.cpp32 …ableBaseProtector(ScriptWrappableBase* scriptWrappableBase, const WrapperTypeInfo* wrapperTypeInfo) in ScriptWrappableBaseProtector()
51 const WrapperTypeInfo* wrapperTypeInfo = this->wrapperTypeInfo(); in wrap() local
68 v8::Handle<v8::Object> ScriptWrappable::associateWithWrapper(const WrapperTypeInfo* wrapperTypeInfo in associateWithWrapper()
DDOMDataStore.h156 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperTypeInfo* wrapperTypeInfo) in setWrapper()
165 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperTypeInfo* wrapperTypeInfo) in setWrapperNonTemplate()
170 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperTypeInfo* wrapperTypeInfo) in setWrapperNonTemplate()
175 …node, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperTypeInfo* wrapperTypeInfo) in setWrapperNonTemplate()
260 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperTypeInfo* wrapperTypeInfo) in set()
271 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperTypeInfo* wrapperTypeInfo) in setNonTemplate()
278 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperTypeInfo* wrapperTypeInfo) in setNonTemplate()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
DV8TestInterfaceNamedConstructor2.cpp24 const WrapperTypeInfo V8TestInterfaceNamedConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8… member in blink::V8TestInterfaceNamedConstructor2
37 const WrapperTypeInfo V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo = { gin::kEmbedd… member in blink::V8TestInterfaceNamedConstructor2Constructor
DV8TestInterfaceEventTarget.cpp24 const WrapperTypeInfo V8TestInterfaceEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestIn… member in blink::V8TestInterfaceEventTarget
37 const WrapperTypeInfo V8TestInterfaceEventTargetConstructor::wrapperTypeInfo = { gin::kEmbedderBlin… member in blink::V8TestInterfaceEventTargetConstructor
DV8TestInterfaceConstructor.h22 static const WrapperTypeInfo wrapperTypeInfo; variable
35 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceNamedConstructor.h22 static const WrapperTypeInfo wrapperTypeInfo; variable
35 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceNamedConstructor2.h22 static const WrapperTypeInfo wrapperTypeInfo; variable
35 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceWillBeGarbageCollected.h23 static const WrapperTypeInfo wrapperTypeInfo; variable
36 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceEventTarget.h23 static const WrapperTypeInfo wrapperTypeInfo; variable
36 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceNamedConstructor.cpp24 const WrapperTypeInfo V8TestInterfaceNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8T… member in blink::V8TestInterfaceNamedConstructor
62 const WrapperTypeInfo V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo = { gin::kEmbedde… member in blink::V8TestInterfaceNamedConstructorConstructor
DV8TestInterfaceWillBeGarbageCollected.cpp25 const WrapperTypeInfo V8TestInterfaceWillBeGarbageCollected::wrapperTypeInfo = { gin::kEmbedderBlin… member in blink::V8TestInterfaceWillBeGarbageCollected
112 const WrapperTypeInfo V8TestInterfaceWillBeGarbageCollectedConstructor::wrapperTypeInfo = { gin::kE… member in blink::V8TestInterfaceWillBeGarbageCollectedConstructor
DV8TestInterfaceEmpty.cpp23 const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfac… member in blink::V8TestInterfaceEmpty
DV8TestInterface.h38 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceCustomConstructor.cpp24 const WrapperTypeInfo V8TestInterfaceCustomConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8… member in blink::V8TestInterfaceCustomConstructor
DV8TestInterfaceDocument.cpp26 const WrapperTypeInfo V8TestInterfaceDocument::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInter… member in blink::V8TestInterfaceDocument
DV8TestInterfaceConstructor.cpp27 const WrapperTypeInfo V8TestInterfaceConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestIn… member in blink::V8TestInterfaceConstructor
214 const WrapperTypeInfo V8TestInterfaceConstructorConstructor::wrapperTypeInfo = { gin::kEmbedderBlin… member in blink::V8TestInterfaceConstructorConstructor
DV8TestInterfaceConstructor3.cpp24 const WrapperTypeInfo V8TestInterfaceConstructor3::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestI… member in blink::V8TestInterfaceConstructor3
DV8TestObject.h51 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceNotScriptWrappable.h29 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceConstructor4.cpp25 const WrapperTypeInfo V8TestInterfaceConstructor4::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestI… member in blink::V8TestInterfaceConstructor4
DV8TestSpecialOperations.h29 static const WrapperTypeInfo wrapperTypeInfo; variable
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
DV8ArrayBufferCustom.cpp48 const WrapperTypeInfo V8ArrayBuffer::wrapperTypeInfo = { member in blink::V8ArrayBuffer
DV8ArrayBufferCustom.h60 static const WrapperTypeInfo wrapperTypeInfo; variable
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
DV8TestInterface5.h31 static const WrapperTypeInfo wrapperTypeInfo; variable

123