Searched defs:V8TestExtendedEvent (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
H A DV8TestExtendedEvent.h34 class V8TestExtendedEvent { class in namespace:WebCore
66 static WrapperTypeInfo* info() { return &V8TestExtendedEvent::info; }
73 ASSERT(DOMDataStore::getWrapper<V8TestExtendedEvent>(impl, isolate).IsEmpty());
74 return V8TestExtendedEvent::createWrapper(impl, creationContext, isolate);
81 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapper<V8TestExtendedEvent>(impl, isolate);
92 v8::Handle<v8::Value> wrapper = DOMDataStore::getWrapperForMainWorld<V8TestExtendedEvent>(impl);
103 v8::Handle<v8::Object> wrapper = DOMDataStore::getWrapperFast<V8TestExtendedEvent>(impl, callbackInfo, wrappable);

Completed in 301 milliseconds