/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | WrapperTypeInfo.h | 219 struct WrapperConfiguration { struct 236 …inline WrapperConfiguration buildWrapperConfiguration(void*, WrapperConfiguration::Lifetime lifeti… in buildWrapperConfiguration() argument 238 WrapperConfiguration configuration = {v8DOMObjectClassId, lifetime}; in buildWrapperConfiguration() 242 …inline WrapperConfiguration buildWrapperConfiguration(Node*, WrapperConfiguration::Lifetime lifeti… in buildWrapperConfiguration() 244 WrapperConfiguration configuration = {v8DOMNodeClassId, lifetime}; in buildWrapperConfiguration()
|
D | V8DOMWrapper.h | 49 …<T>, const WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*, WrapperConfiguration::Lifetime); 51 …erTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime l… in associateObjectWithWrapper() 56 …(T*, const WrapperTypeInfo*, v8::Handle<v8::Object>, v8::Isolate*, WrapperConfiguration::Lifetime); 126 …erTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime l… in associateObjectWithWrapper() 130 WrapperConfiguration configuration = buildWrapperConfiguration(object.get(), lifetime); in associateObjectWithWrapper() 136 …erTypeInfo, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime l… in associateObjectWithWrapper() 140 WrapperConfiguration configuration = buildWrapperConfiguration(object, lifetime); in associateObjectWithWrapper()
|
D | DOMDataStore.h | 128 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configurat… in setWrapper() 179 …ject, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configurat… in set()
|
D | CustomElementWrapper.cpp | 110 …r<WrapperType>(element, binding->wrapperType(), wrapper, isolate, WrapperConfiguration::Dependent); in wrap()
|
D | DOMWrapperMap.h | 70 … void set(KeyType* key, v8::Handle<v8::Object> wrapper, const WrapperConfiguration& configuration) in set()
|
D | ScriptWrappable.h | 92 …apper(v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, const WrapperConfiguration& configurat… in setWrapper()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestInterfaceConstructor2.cpp | 58 … &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor1() 78 … &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor2() 108 … &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor3() 117 … &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor3() 255 …tInterfaceConstructor2>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceConstructor.cpp | 60 …, &V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor1() 105 …, &V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor2() 232 …stInterfaceConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceNamedConstructor.cpp | 118 …ceNamedConstructorConstructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent); in V8TestInterfaceNamedConstructorConstructorCallback() 129 …ceNamedConstructorConstructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent); in V8TestInterfaceNamedConstructorConstructorCallback() 216 …erfaceNamedConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent); in createWrapper()
|
D | V8TestInterfaceWillBeGarbageCollected.cpp | 113 …terfaceWillBeGarbageCollected::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor() 161 …BeGarbageCollectedConstructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in V8TestInterfaceWillBeGarbageCollectedConstructorCallback() 266 …WillBeGarbageCollected>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceConstructor3.cpp | 60 … &V8TestInterfaceConstructor3::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor() 144 …tInterfaceConstructor3>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceEventTarget.cpp | 74 …terfaceEventTargetConstructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in V8TestInterfaceEventTargetConstructorCallback() 161 …stInterfaceEventTarget>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceNamedConstructor2.cpp | 82 …eNamedConstructor2Constructor::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in V8TestInterfaceNamedConstructor2ConstructorCallback() 164 …rfaceNamedConstructor2>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceGarbageCollected.cpp | 113 …TestInterfaceGarbageCollected::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor() 210 …erfaceGarbageCollected>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestNode.cpp | 141 …>(impl.release(), &V8TestNode::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent); in constructor() 236 …WithWrapper<V8TestNode>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent); in createWrapper()
|
D | V8TestInterfaceEmpty.cpp | 107 …r<V8TestInterfaceEmpty>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceCustomConstructor.cpp | 126 …rfaceCustomConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestInterfaceDocument.cpp | 130 …8TestInterfaceDocument>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent); in createWrapper()
|
D | V8TestTypedefs.cpp | 282 …pl.release(), &V8TestTypedefs::wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in constructor() 381 …Wrapper<V8TestTypedefs>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
D | V8TestSpecialOperationsNotEnumerable.cpp | 147 …perationsNotEnumerable>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper()
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8ArrayBufferCustom.cpp | 72 …hWrapper<V8ArrayBuffer>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper() 89 …r.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Dependent); in toNative()
|
D | V8WebKitPointCustom.cpp | 59 …t>(point.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); in constructorCustom()
|
D | V8MessageChannelCustom.cpp | 57 …nel>(obj.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); in constructorCustom()
|
D | V8TypedArrayCustom.h | 150 …ectWithWrapper<Binding>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independen… in createWrapper() 166 …y.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Independen… in toNative()
|
D | V8MutationObserverCustom.cpp | 65 …observer.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent); in constructorCustom()
|