OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:createwrapper
(Results
26 - 50
of
97
) sorted by null
1
2
3
4
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestActiveDOMObject.h
56
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestActiveDOMObject>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70
return V8TestActiveDOMObject::
createWrapper
(impl, creationContext, isolate);
V8TestCustomAccessors.h
64
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestCustomAccessors>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
78
return V8TestCustomAccessors::
createWrapper
(impl, creationContext, isolate);
V8TestEvent.cpp
109
v8::Handle<v8::Object> V8TestEvent::
createWrapper
(PassRefPtr<TestEvent> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
121
v8::Handle<v8::Object> wrapper = V8DOMWrapper::
createWrapper
(creationContext, &info, toInternalPointer(impl.get()), isolate);
V8TestEvent.h
57
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestEvent>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
71
return V8TestEvent::
createWrapper
(impl, creationContext, isolate);
V8TestEventConstructor.h
58
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestEventConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
72
return V8TestEventConstructor::
createWrapper
(impl, creationContext, isolate);
V8TestEventTarget.h
59
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestEventTarget>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
73
return V8TestEventTarget::
createWrapper
(impl, creationContext, isolate);
V8TestException.cpp
127
v8::Handle<v8::Object> V8TestException::
createWrapper
(PassRefPtr<TestException> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
139
v8::Handle<v8::Object> wrapper = V8DOMWrapper::
createWrapper
(creationContext, &info, toInternalPointer(impl.get()), isolate);
V8TestException.h
56
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestException>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70
return V8TestException::
createWrapper
(impl, creationContext, isolate);
V8TestExtendedEvent.h
60
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<Event>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
74
return V8TestExtendedEvent::
createWrapper
(impl, creationContext, isolate);
V8TestInterface.h
66
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestInterface>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
80
return V8TestInterface::
createWrapper
(impl, creationContext, isolate);
V8TestInterfaceImplementedAs.h
56
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<RealClass>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70
return V8TestInterfaceImplementedAs::
createWrapper
(impl, creationContext, isolate);
V8TestMediaQueryListListener.cpp
138
v8::Handle<v8::Object> V8TestMediaQueryListListener::
createWrapper
(PassRefPtr<TestMediaQueryListListener> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
150
v8::Handle<v8::Object> wrapper = V8DOMWrapper::
createWrapper
(creationContext, &info, toInternalPointer(impl.get()), isolate);
V8TestMediaQueryListListener.h
56
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestMediaQueryListListener>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
70
return V8TestMediaQueryListListener::
createWrapper
(impl, creationContext, isolate);
V8TestNamedConstructor.h
63
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestNamedConstructor>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
77
return V8TestNamedConstructor::
createWrapper
(impl, creationContext, isolate);
V8TestNode.cpp
143
v8::Handle<v8::Object> V8TestNode::
createWrapper
(PassRefPtr<TestNode> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
155
v8::Handle<v8::Object> wrapper = V8DOMWrapper::
createWrapper
(creationContext, &info, toInternalPointer(impl.get()), isolate);
V8TestNode.h
59
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestNode>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
73
return V8TestNode::
createWrapper
(impl, creationContext, isolate);
V8TestObject.h
65
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestObj>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
79
return V8TestObject::
createWrapper
(impl, creationContext, isolate);
V8TestOverloadedConstructors.h
57
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestOverloadedConstructors>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
71
return V8TestOverloadedConstructors::
createWrapper
(impl, creationContext, isolate);
V8TestSerializedScriptValueInterface.h
57
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestSerializedScriptValueInterface>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
71
return V8TestSerializedScriptValueInterface::
createWrapper
(impl, creationContext, isolate);
V8TestTypedefs.h
57
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<TestTypedefs>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
71
return V8TestTypedefs::
createWrapper
(impl, creationContext, isolate);
V8Float64Array.cpp
123
v8::Handle<v8::Object> wrapper = V8Float64Array::
createWrapper
(impl, creationContext, isolate);
205
v8::Handle<v8::Object> V8Float64Array::
createWrapper
(PassRefPtr<Float64Array> impl, v8::Handle<v8::Object> creationContext, v8::Isolate* isolate)
217
v8::Handle<v8::Object> wrapper = V8DOMWrapper::
createWrapper
(creationContext, &info, toInternalPointer(impl.get()), isolate);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferCustom.h
71
static v8::Handle<v8::Object>
createWrapper
(PassRefPtr<ArrayBuffer>, v8::Handle<v8::Object> creationContext, v8::Isolate*);
85
return V8ArrayBuffer::
createWrapper
(impl, creationContext, isolate);
/external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl.cc
92
bus_wrapper_ = media::AudioBus::
CreateWrapper
(audio_data.size());
/external/chromium_org/media/base/
multi_channel_resampler.cc
19
wrapped_resampler_audio_bus_(AudioBus::
CreateWrapper
(channels)),
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.h
50
static v8::Local<v8::Object>
createWrapper
(v8::Handle<v8::Object> creationContext, WrapperTypeInfo*, void*, v8::Isolate*);
Completed in 336 milliseconds
1
2
3
4