Searched refs:WrapperPersistent (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInjectedScriptManager.h53 WrapperPersistent<InjectedScriptHost>* hostPtr;
H A DInjectedScriptManager.cpp48 WrapperPersistent<InjectedScriptHost>::destroy(hostPtr);
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestInterfaceDocument.cpp99 return WrapperPersistent<TestInterfaceDocument>::create(internalPointer->toImpl<TestInterfaceDocument>());
H A DV8TestInterfaceEventTarget.cpp135 return WrapperPersistent<TestInterfaceEventTarget>::create(internalPointer->toImpl<TestInterfaceEventTarget>());
H A DV8TestInterfaceGarbageCollected.cpp183 return WrapperPersistent<TestInterfaceGarbageCollected>::create(internalPointer->toImpl<TestInterfaceGarbageCollected>());
H A DV8TestInterfaceWillBeGarbageCollected.cpp235 return WrapperPersistent<TestInterfaceWillBeGarbageCollected>::create(internalPointer->toImpl<TestInterfaceWillBeGarbageCollected>());
H A DV8TestNode.cpp250 return WrapperPersistent<TestNode>::create(internalPointer->toImpl<TestNode>());
H A DV8TestInterfaceEventConstructor.cpp394 return WrapperPersistent<TestInterfaceEventConstructor>::create(internalPointer->toImpl<TestInterfaceEventConstructor>());
H A DV8TestInterfaceNode.cpp357 return WrapperPersistent<TestInterfaceNode>::create(internalPointer->toImpl<TestInterfaceNode>());
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
H A DV8InjectedScriptManager.cpp76 callbackData->hostPtr = WrapperPersistent<InjectedScriptHost>::create(host.get());
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHandle.h199 // WrapperPersistent<T> below.
216 class WrapperPersistent FINAL : public WrapperPersistentNode {
219 static WrapperPersistent<T>* create(T* raw);
228 WrapperPersistent() { } function in class:blink::FINAL
231 // has a vtable which must be set to the WrapperPersistent<T> type.
232 WrapperPersistent(T* raw, size_t regionOffset) : WrapperPersistentNode(raw, regionOffset) { } function in class:blink::FINAL
321 WrapperPersistent<T>* WrapperPersistent<T>::create(T* raw)
337 return new (persistentSlot) WrapperPersistent<T>(raw, regionOffset);
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8DOMWrapper.h145 setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, V8T::toScriptWrappableBase(object), WrapperPersistent<T>::create(object));

Completed in 379 milliseconds