Searched defs:impl (Results 251 - 275 of 615) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceCheckSecurity.h34 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceCheckSecurity* impl) argument
36 return impl->toScriptWrappableBase();
49 inline v8::Handle<v8::Object> wrap(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestInterfaceCheckSecurity* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
56 if (UNLIKELY(!impl))
58 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceCheckSecurity>(impl, isolate);
62 return impl->wrap(creationContext, isolate);
66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) argument
68 if (UNLIKELY(!impl)) {
79 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl) argument
93 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCheckSecurity* impl, Wrappable* wrappable) argument
105 toV8(PassRefPtr<TestInterfaceCheckSecurity> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
111 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl) argument
117 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl) argument
123 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCheckSecurity> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceConstructor.h41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor* impl) argument
43 return impl->toScriptWrappableBase();
56 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return impl->wrap(creationContext, isolate);
61 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
63 if (UNLIKELY(!impl))
65 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor>(impl, isolate);
69 return impl->wrap(creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl) argument
75 if (UNLIKELY(!impl)) {
86 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl) argument
100 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor* impl, Wrappable* wrappable) argument
112 toV8(PassRefPtr<TestInterfaceConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
118 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl) argument
124 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl) argument
130 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceConstructor2.h35 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor2* impl) argument
37 return impl->toScriptWrappableBase();
50 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return impl->wrap(creationContext, isolate);
55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 if (UNLIKELY(!impl))
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor2>(impl, isolate);
63 return impl->wrap(creationContext, isolate);
67 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl) argument
69 if (UNLIKELY(!impl)) {
80 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl) argument
94 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor2* impl, Wrappable* wrappable) argument
106 toV8(PassRefPtr<TestInterfaceConstructor2> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
112 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl) argument
118 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl) argument
124 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor2> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceConstructor3.cpp45 RefPtr<TestInterfaceConstructor3> impl = TestInterfaceConstructor3::create(stringArg); local
47 impl->associateWithWrapper(&V8TestInterfaceConstructor3::wrapperTypeInfo, wrapper, info.GetIsolate());
126 v8::Handle<v8::Value> toV8NoInline(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
128 return toV8(impl, creationContext, isolate);
H A DV8TestInterfaceConstructor3.h35 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor3* impl) argument
37 return impl->toScriptWrappableBase();
50 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return impl->wrap(creationContext, isolate);
55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor3* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 if (UNLIKELY(!impl))
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor3>(impl, isolate);
63 return impl->wrap(creationContext, isolate);
67 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl) argument
69 if (UNLIKELY(!impl)) {
80 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl) argument
94 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor3* impl, Wrappable* wrappable) argument
106 toV8(PassRefPtr<TestInterfaceConstructor3> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
112 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl) argument
118 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl) argument
124 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor3> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceConstructor4.h35 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor4* impl) argument
37 return impl->toScriptWrappableBase();
50 inline v8::Handle<v8::Object> wrap(TestInterfaceConstructor4* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return impl->wrap(creationContext, isolate);
55 inline v8::Handle<v8::Value> toV8(TestInterfaceConstructor4* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 if (UNLIKELY(!impl))
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceConstructor4>(impl, isolate);
63 return impl->wrap(creationContext, isolate);
67 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl) argument
69 if (UNLIKELY(!impl)) {
80 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl) argument
94 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceConstructor4* impl, Wrappable* wrappable) argument
106 toV8(PassRefPtr<TestInterfaceConstructor4> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
112 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor4> impl) argument
118 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor4> impl) argument
124 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceConstructor4> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceCustomConstructor.cpp110 v8::Handle<v8::Value> toV8NoInline(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
112 return toV8(impl, creationContext, isolate);
H A DV8TestInterfaceCustomConstructor.h36 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceCustomConstructor* impl) argument
38 return impl->toScriptWrappableBase();
51 inline v8::Handle<v8::Object> wrap(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
53 return impl->wrap(creationContext, isolate);
56 inline v8::Handle<v8::Value> toV8(TestInterfaceCustomConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 if (UNLIKELY(!impl))
60 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceCustomConstructor>(impl, isolate);
64 return impl->wrap(creationContext, isolate);
68 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl) argument
70 if (UNLIKELY(!impl)) {
81 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl) argument
95 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceCustomConstructor* impl, Wrappable* wrappable) argument
107 toV8(PassRefPtr<TestInterfaceCustomConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
113 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomConstructor> impl) argument
119 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomConstructor> impl) argument
125 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceCustomConstructor> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceDocument.cpp107 v8::Handle<v8::Value> toV8NoInline(TestInterfaceDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
109 return toV8(impl, creationContext, isolate);
H A DV8TestInterfaceDocument.h41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceDocument* impl) argument
43 return impl->toScriptWrappableBase();
56 inline v8::Handle<v8::Object> wrap(TestInterfaceDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return impl->wrap(creationContext, isolate);
61 inline v8::Handle<v8::Value> toV8(TestInterfaceDocument* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
63 if (UNLIKELY(!impl))
65 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceDocument>(impl, isolate);
69 return impl->wrap(creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceDocument* impl) argument
75 if (UNLIKELY(!impl)) {
86 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceDocument* impl) argument
100 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceDocument* impl, Wrappable* wrappable) argument
112 toV8(PassRefPtrWillBeRawPtr<TestInterfaceDocument> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
118 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceDocument> impl) argument
124 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceDocument> impl) argument
130 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceDocument> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceEmpty.cpp91 v8::Handle<v8::Value> toV8NoInline(TestInterfaceEmpty* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
93 return toV8(impl, creationContext, isolate);
H A DV8TestInterfaceEmpty.h34 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceEmpty* impl) argument
36 return impl->toScriptWrappableBase();
49 inline v8::Handle<v8::Object> wrap(TestInterfaceEmpty* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestInterfaceEmpty* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
56 if (UNLIKELY(!impl))
58 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceEmpty>(impl, isolate);
62 return impl->wrap(creationContext, isolate);
66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl) argument
68 if (UNLIKELY(!impl)) {
79 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl) argument
93 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEmpty* impl, Wrappable* wrappable) argument
105 toV8(PassRefPtr<TestInterfaceEmpty> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
111 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl) argument
117 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl) argument
123 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceEmpty> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceEventConstructor.h42 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceEventConstructor* impl) argument
44 return impl->toScriptWrappableBase();
57 inline v8::Handle<v8::Object> wrap(TestInterfaceEventConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
59 return impl->wrap(creationContext, isolate);
62 inline v8::Handle<v8::Value> toV8(TestInterfaceEventConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 if (UNLIKELY(!impl))
66 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceEventConstructor>(impl, isolate);
70 return impl->wrap(creationContext, isolate);
74 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEventConstructor* impl) argument
76 if (UNLIKELY(!impl)) {
87 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceEventConstructor* impl) argument
101 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEventConstructor* impl, Wrappable* wrappable) argument
113 toV8(PassRefPtrWillBeRawPtr<TestInterfaceEventConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
119 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceEventConstructor> impl) argument
125 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceEventConstructor> impl) argument
131 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceEventConstructor> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceEventTarget.h48 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceEventTarget* impl) argument
50 return impl->toScriptWrappableBase();
63 inline v8::Handle<v8::Object> wrap(TestInterfaceEventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
65 return impl->wrap(creationContext, isolate);
68 inline v8::Handle<v8::Value> toV8(TestInterfaceEventTarget* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
70 if (UNLIKELY(!impl))
72 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceEventTarget>(impl, isolate);
76 return impl->wrap(creationContext, isolate);
80 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceEventTarget* impl) argument
82 if (UNLIKELY(!impl)) {
93 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceEventTarget* impl) argument
107 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceEventTarget* impl, Wrappable* wrappable) argument
119 toV8(PassRefPtrWillBeRawPtr<TestInterfaceEventTarget> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
125 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceEventTarget> impl) argument
131 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceEventTarget> impl) argument
137 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceEventTarget> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceGarbageCollected.h39 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceGarbageCollected* impl) argument
41 return impl->toScriptWrappableBase();
54 inline v8::Handle<v8::Object> wrap(TestInterfaceGarbageCollected* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
56 return impl->wrap(creationContext, isolate);
59 inline v8::Handle<v8::Value> toV8(TestInterfaceGarbageCollected* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
61 if (UNLIKELY(!impl))
63 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceGarbageCollected>(impl, isolate);
67 return impl->wrap(creationContext, isolate);
71 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceGarbageCollected* impl) argument
73 if (UNLIKELY(!impl)) {
84 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceGarbageCollected* impl) argument
98 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceGarbageCollected* impl, Wrappable* wrappable) argument
110 toV8(RawPtr<TestInterfaceGarbageCollected> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
116 v8SetReturnValue(const CallbackInfo& callbackInfo, RawPtr<TestInterfaceGarbageCollected> impl) argument
122 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, RawPtr<TestInterfaceGarbageCollected> impl) argument
128 v8SetReturnValueFast(const CallbackInfo& callbackInfo, RawPtr<TestInterfaceGarbageCollected> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceNamedConstructor.h41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNamedConstructor* impl) argument
43 return impl->toScriptWrappableBase();
56 inline v8::Handle<v8::Object> wrap(TestInterfaceNamedConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return impl->wrap(creationContext, isolate);
61 inline v8::Handle<v8::Value> toV8(TestInterfaceNamedConstructor* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
63 if (UNLIKELY(!impl))
65 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNamedConstructor>(impl, isolate);
69 return impl->wrap(creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor* impl) argument
75 if (UNLIKELY(!impl)) {
86 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor* impl) argument
100 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor* impl, Wrappable* wrappable) argument
112 toV8(PassRefPtr<TestInterfaceNamedConstructor> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
118 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedConstructor> impl) argument
124 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedConstructor> impl) argument
130 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedConstructor> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceNamedConstructor2.h40 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNamedConstructor2* impl) argument
42 return impl->toScriptWrappableBase();
55 inline v8::Handle<v8::Object> wrap(TestInterfaceNamedConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 return impl->wrap(creationContext, isolate);
60 inline v8::Handle<v8::Value> toV8(TestInterfaceNamedConstructor2* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
62 if (UNLIKELY(!impl))
64 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNamedConstructor2>(impl, isolate);
68 return impl->wrap(creationContext, isolate);
72 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor2* impl) argument
74 if (UNLIKELY(!impl)) {
85 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor2* impl) argument
99 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNamedConstructor2* impl, Wrappable* wrappable) argument
111 toV8(PassRefPtr<TestInterfaceNamedConstructor2> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
117 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedConstructor2> impl) argument
123 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedConstructor2> impl) argument
129 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestInterfaceNamedConstructor2> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceNode.h41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNode* impl) argument
43 return impl->toScriptWrappableBase();
56 inline v8::Handle<v8::Object> wrap(TestInterfaceNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
58 return impl->wrap(creationContext, isolate);
61 inline v8::Handle<v8::Value> toV8(TestInterfaceNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
63 if (UNLIKELY(!impl))
65 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceNode>(impl, isolate);
69 return impl->wrap(creationContext, isolate);
73 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceNode* impl) argument
75 if (UNLIKELY(!impl)) {
86 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceNode* impl) argument
100 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceNode* impl, Wrappable* wrappable) argument
112 toV8(PassRefPtrWillBeRawPtr<TestInterfaceNode> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
118 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceNode> impl) argument
124 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceNode> impl) argument
130 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceNode> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestInterfaceWillBeGarbageCollected.h49 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceWillBeGarbageCollected* impl) argument
51 return impl->toScriptWrappableBase();
64 inline v8::Handle<v8::Object> wrap(TestInterfaceWillBeGarbageCollected* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
66 return impl->wrap(creationContext, isolate);
69 inline v8::Handle<v8::Value> toV8(TestInterfaceWillBeGarbageCollected* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
71 if (UNLIKELY(!impl))
73 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestInterfaceWillBeGarbageCollected>(impl, isolate);
77 return impl->wrap(creationContext, isolate);
81 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestInterfaceWillBeGarbageCollected* impl) argument
83 if (UNLIKELY(!impl)) {
94 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestInterfaceWillBeGarbageCollected* impl) argument
108 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestInterfaceWillBeGarbageCollected* impl, Wrappable* wrappable) argument
120 toV8(PassRefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
126 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> impl) argument
132 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> impl) argument
138 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestInterfaceWillBeGarbageCollected> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestNode.h42 static inline ScriptWrappableBase* toScriptWrappableBase(TestNode* impl) argument
44 return impl->toScriptWrappableBase();
57 inline v8::Handle<v8::Object> wrap(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
59 return impl->wrap(creationContext, isolate);
62 inline v8::Handle<v8::Value> toV8(TestNode* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
64 if (UNLIKELY(!impl))
66 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestNode>(impl, isolate);
70 return impl->wrap(creationContext, isolate);
74 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestNode* impl) argument
76 if (UNLIKELY(!impl)) {
87 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestNode* impl) argument
101 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestNode* impl, Wrappable* wrappable) argument
113 toV8(PassRefPtrWillBeRawPtr<TestNode> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
119 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestNode> impl) argument
125 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestNode> impl) argument
131 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtrWillBeRawPtr<TestNode> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestSpecialOperations.h34 static inline ScriptWrappableBase* toScriptWrappableBase(TestSpecialOperations* impl) argument
36 return impl->toScriptWrappableBase();
49 inline v8::Handle<v8::Object> wrap(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestSpecialOperations* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
56 if (UNLIKELY(!impl))
58 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestSpecialOperations>(impl, isolate);
62 return impl->wrap(creationContext, isolate);
66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperations* impl) argument
68 if (UNLIKELY(!impl)) {
79 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperations* impl) argument
93 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperations* impl, Wrappable* wrappable) argument
105 toV8(PassRefPtr<TestSpecialOperations> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
111 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl) argument
117 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl) argument
123 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperations> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestSpecialOperationsNotEnumerable.h34 static inline ScriptWrappableBase* toScriptWrappableBase(TestSpecialOperationsNotEnumerable* impl) argument
36 return impl->toScriptWrappableBase();
49 inline v8::Handle<v8::Object> wrap(TestSpecialOperationsNotEnumerable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
51 return impl->wrap(creationContext, isolate);
54 inline v8::Handle<v8::Value> toV8(TestSpecialOperationsNotEnumerable* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
56 if (UNLIKELY(!impl))
58 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestSpecialOperationsNotEnumerable>(impl, isolate);
62 return impl->wrap(creationContext, isolate);
66 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl) argument
68 if (UNLIKELY(!impl)) {
79 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl) argument
93 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestSpecialOperationsNotEnumerable* impl, Wrappable* wrappable) argument
105 toV8(PassRefPtr<TestSpecialOperationsNotEnumerable> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
111 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl) argument
117 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl) argument
123 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestSpecialOperationsNotEnumerable> impl, Wrappable* wrappable) argument
[all...]
H A DV8TestTypedefs.h35 static inline ScriptWrappableBase* toScriptWrappableBase(TestTypedefs* impl) argument
37 return impl->toScriptWrappableBase();
50 inline v8::Handle<v8::Object> wrap(TestTypedefs* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
52 return impl->wrap(creationContext, isolate);
55 inline v8::Handle<v8::Value> toV8(TestTypedefs* impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
57 if (UNLIKELY(!impl))
59 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestTypedefs>(impl, isolate);
63 return impl->wrap(creationContext, isolate);
67 inline void v8SetReturnValue(const CallbackInfo& callbackInfo, TestTypedefs* impl) argument
69 if (UNLIKELY(!impl)) {
80 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, TestTypedefs* impl) argument
94 v8SetReturnValueFast(const CallbackInfo& callbackInfo, TestTypedefs* impl, Wrappable* wrappable) argument
106 toV8(PassRefPtr<TestTypedefs> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate) argument
112 v8SetReturnValue(const CallbackInfo& callbackInfo, PassRefPtr<TestTypedefs> impl) argument
118 v8SetReturnValueForMainWorld(const CallbackInfo& callbackInfo, PassRefPtr<TestTypedefs> impl) argument
124 v8SetReturnValueFast(const CallbackInfo& callbackInfo, PassRefPtr<TestTypedefs> impl, Wrappable* wrappable) argument
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebCryptoResult.cpp94 WebCryptoResult::WebCryptoResult(const PassRefPtr<CryptoResult>& impl) argument
95 : m_impl(impl)
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DThreadingPrimitives.h91 PlatformMutex& impl() { return m_mutex; } function in class:WTF::MutexBase

Completed in 813 milliseconds

<<11121314151617181920>>