OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:V8DOMWrapper
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8DOMWrapper.h
43
class
V8DOMWrapper
{
61
inline void
V8DOMWrapper
::setNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type, void* object)
70
inline void
V8DOMWrapper
::clearNativeInfo(v8::Handle<v8::Object> wrapper, const WrapperTypeInfo* type)
79
inline v8::Handle<v8::Object>
V8DOMWrapper
::associateObjectWithWrapper(PassRefPtr<T> object, const WrapperTypeInfo* type, v8::Handle<v8::Object> wrapper, v8::Isolate* isolate, WrapperConfiguration::Lifetime lifetime)
V8EventListenerList.cpp
52
if (
V8DOMWrapper
::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo))
V8DOMWrapper.cpp
32
#include "bindings/v8/
V8DOMWrapper
.h"
70
V8DOMWrapper
::setNativeInfo(wrapper, &V8HTMLDocument::wrapperTypeInfo, impl);
74
v8::Local<v8::Object>
V8DOMWrapper
::createWrapper(v8::Handle<v8::Object> creationContext, const WrapperTypeInfo* type, void* impl, v8::Isolate* isolate)
95
bool
V8DOMWrapper
::maybeDOMWrapper(v8::Handle<v8::Value> value)
112
bool
V8DOMWrapper
::isDOMWrapper(v8::Handle<v8::Value> value)
129
bool
V8DOMWrapper
::isWrapperOfType(v8::Handle<v8::Value> value, const WrapperTypeInfo* type)
CustomElementWrapper.cpp
106
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, binding->wrapperType(), element.get(), isolate);
112
V8DOMWrapper
::associateObjectWithWrapper<WrapperType>(element, binding->wrapperType(), wrapper, isolate, WrapperConfiguration::Dependent);
DOMWrapperWorld.cpp
39
#include "bindings/v8/
V8DOMWrapper
.h"
75
if (!
V8DOMWrapper
::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo))
102
return
V8DOMWrapper
::isWrapperOfType(toInnerGlobalObject(context), &V8Window::wrapperTypeInfo);
V8WindowShell.cpp
311
V8DOMWrapper
::setNativeInfo(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), &V8Window::wrapperTypeInfo, window);
327
V8DOMWrapper
::setNativeInfo(innerGlobalObject, &V8Window::wrapperTypeInfo, window);
329
V8DOMWrapper
::associateObjectWithWrapper<V8Window>(PassRefPtr<DOMWindow>(window), &V8Window::wrapperTypeInfo, windowWrapper, m_isolate, WrapperConfiguration::Dependent);
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8MessageChannelCustom.cpp
58
V8DOMWrapper
::associateObjectWithWrapper<V8MessageChannel>(obj.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
V8WebKitPointCustom.cpp
35
#include "bindings/v8/
V8DOMWrapper
.h"
59
V8DOMWrapper
::associateObjectWithWrapper<V8WebKitPoint>(point.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
V8ArrayBufferCustom.cpp
78
V8DOMWrapper
::associateObjectWithWrapper<V8ArrayBuffer>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
96
V8DOMWrapper
::associateObjectWithWrapper<V8ArrayBuffer>(buffer.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Dependent);
V8MutationObserverCustom.cpp
37
#include "bindings/v8/
V8DOMWrapper
.h"
66
V8DOMWrapper
::associateObjectWithWrapper<V8MutationObserver>(observer.release(), &wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
V8TypedArrayCustom.h
35
#include "bindings/v8/
V8DOMWrapper
.h"
154
V8DOMWrapper
::associateObjectWithWrapper<Binding>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
170
V8DOMWrapper
::associateObjectWithWrapper<Binding>(typedArray.release(), &wrapperTypeInfo, object, v8::Isolate::GetCurrent(), WrapperConfiguration::Independent);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestOverloadedConstructors.cpp
81
V8DOMWrapper
::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
91
V8DOMWrapper
::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
101
V8DOMWrapper
::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
111
V8DOMWrapper
::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl.release(), &V8TestOverloadedConstructors::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
219
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
224
V8DOMWrapper
::associateObjectWithWrapper<V8TestOverloadedConstructors>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceDoNotCheckConstants.cpp
134
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
139
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceDoNotCheckConstants>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceEmpty.cpp
129
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
134
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceEmpty>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceEventTarget.cpp
134
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
139
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceEventTarget>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceConstructor.cpp
85
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor>(impl.release(), &V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
114
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor>(impl.release(), &V8TestInterfaceConstructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
208
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
213
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceConstructor2.cpp
80
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor2>(impl.release(), &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
97
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor2>(impl.release(), &V8TestInterfaceConstructor2::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
197
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
202
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor2>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceConstructor3.cpp
82
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor3>(impl.release(), &V8TestInterfaceConstructor3::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
162
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
167
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceConstructor3>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceNamedConstructor.cpp
98
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceNamedConstructor>(impl.release(), &V8TestInterfaceNamedConstructorConstructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
185
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
190
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceNamedConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent);
V8TestNamedConstructor.cpp
109
V8DOMWrapper
::associateObjectWithWrapper<V8TestNamedConstructor>(impl.release(), &V8TestNamedConstructorConstructor::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
196
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
201
V8DOMWrapper
::associateObjectWithWrapper<V8TestNamedConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent);
V8TestNode.cpp
133
V8DOMWrapper
::associateObjectWithWrapper<V8TestNode>(impl.release(), &V8TestNode::wrapperTypeInfo, wrapper, info.GetIsolate(), WrapperConfiguration::Dependent);
223
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
228
V8DOMWrapper
::associateObjectWithWrapper<V8TestNode>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent);
V8TestException.cpp
146
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
151
V8DOMWrapper
::associateObjectWithWrapper<V8TestException>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfaceCustomConstructor.cpp
148
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
153
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfaceCustomConstructor>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
V8TestInterfacePython2.cpp
142
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
147
V8DOMWrapper
::associateObjectWithWrapper<V8TestInterfacePython2>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Dependent);
V8TestEventTarget.cpp
112
ASSERT(
V8DOMWrapper
::maybeDOMWrapper(info.Holder()));
170
ASSERT(
V8DOMWrapper
::maybeDOMWrapper(info.Holder()));
340
v8::Handle<v8::Object> wrapper =
V8DOMWrapper
::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
345
V8DOMWrapper
::associateObjectWithWrapper<V8TestEventTarget>(impl, &wrapperTypeInfo, wrapper, isolate, WrapperConfiguration::Independent);
Completed in 131 milliseconds
1
2