Home
last modified time | relevance | path

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

123

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DV8DOMWrapper.h51 …v8::Object> associateObjectWithWrapper(RawPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapper()
65 …OMWrapper::setNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, v… in setNativeInfo()
79 …tiveInfoForHiddenWrapper(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, v… in setNativeInfoForHiddenWrapper()
103 …InfoWithPersistentHandle(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo, v… in setNativeInfoWithPersistentHandle()
115 …DOMWrapper::clearNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* wrapperTypeInfo) in clearNativeInfo()
126 …rapper::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapper()
136 …ect> V8DOMWrapper::associateObjectWithWrapper(T* object, const WrapperTypeInfo* wrapperTypeInfo, v… in associateObjectWithWrapper()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfaceNamedConstructor.h21 static const WrapperTypeInfo wrapperTypeInfo; variable
34 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceNamedConstructor2.h21 static const WrapperTypeInfo wrapperTypeInfo; variable
34 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceWillBeGarbageCollected.h22 static const WrapperTypeInfo wrapperTypeInfo; variable
35 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceEventTarget.h22 static const WrapperTypeInfo wrapperTypeInfo; variable
35 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceEventTarget.cpp40 const WrapperTypeInfo V8TestInterfaceEventTarget::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestIn… member in WebCore::V8TestInterfaceEventTarget
48 const WrapperTypeInfo V8TestInterfaceEventTargetConstructor::wrapperTypeInfo = { gin::kEmbedderBlin… member in WebCore::V8TestInterfaceEventTargetConstructor
DV8TestInterfaceNamedConstructor2.cpp40 const WrapperTypeInfo V8TestInterfaceNamedConstructor2::wrapperTypeInfo = { gin::kEmbedderBlink, V8… member in WebCore::V8TestInterfaceNamedConstructor2
48 const WrapperTypeInfo V8TestInterfaceNamedConstructor2Constructor::wrapperTypeInfo = { gin::kEmbedd… member in WebCore::V8TestInterfaceNamedConstructor2Constructor
DV8TestInterfaceNamedConstructor.cpp40 const WrapperTypeInfo V8TestInterfaceNamedConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8T… member in WebCore::V8TestInterfaceNamedConstructor
73 const WrapperTypeInfo V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo = { gin::kEmbedde… member in WebCore::V8TestInterfaceNamedConstructorConstructor
DV8TestInterfaceWillBeGarbageCollected.cpp41 const WrapperTypeInfo V8TestInterfaceWillBeGarbageCollected::wrapperTypeInfo = { gin::kEmbedderBlin… member in WebCore::V8TestInterfaceWillBeGarbageCollected
127 const WrapperTypeInfo V8TestInterfaceWillBeGarbageCollectedConstructor::wrapperTypeInfo = { gin::kE… member in WebCore::V8TestInterfaceWillBeGarbageCollectedConstructor
DV8TestInterface.h30 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestObject.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceEmpty.cpp39 const WrapperTypeInfo V8TestInterfaceEmpty::wrapperTypeInfo = { gin::kEmbedderBlink, V8TestInterfac… member in WebCore::V8TestInterfaceEmpty
DV8TestInterfaceCustomConstructor.cpp40 const WrapperTypeInfo V8TestInterfaceCustomConstructor::wrapperTypeInfo = { gin::kEmbedderBlink, V8… member in WebCore::V8TestInterfaceCustomConstructor
DV8TestInterface3.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceConstructor3.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8SVGTestInterface.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestSpecialOperations.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceConstructor2.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterface2.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceEmpty.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestException.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestTypedefs.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestSpecialOperationsNotEnumerable.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
DV8TestInterfaceCustomConstructor.h28 static const WrapperTypeInfo wrapperTypeInfo; variable
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8ArrayBufferCustom.cpp48 const WrapperTypeInfo V8ArrayBuffer::wrapperTypeInfo = { member in WebCore::V8ArrayBuffer

123