HomeSort by relevance Sort by last modified time
    Searched refs:WrapperPersistentNode (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
WrapperTypeInfo.h 55 typedef WrapperPersistentNode* (*CreatePersistentHandleFunction)(ScriptWrappableBase* internalPointer);
137 WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer) const
229 inline const WrapperPersistentNode* toPersistentHandle(const v8::Handle<v8::Object>& wrapper)
232 return static_cast<WrapperPersistentNode*>(wrapper->GetAlignedPointerFromInternalField(wrapper->InternalFieldCount() - 1));
239 const WrapperPersistentNode* handle = toPersistentHandle(wrapper);
242 WrapperPersistentNode::destroy(handle);
245 const WrapperPersistentNode* handle = toPersistentHandle(wrapper);
248 WrapperPersistentNode::destroy(handle);
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
Handle.h 158 class WrapperPersistentNode {
160 WTF_MAKE_NONCOPYABLE(WrapperPersistentNode);
172 static inline void destroy(const WrapperPersistentNode*);
175 WrapperPersistentNode() : m_raw(0), m_regionOffset(0) { }
176 WrapperPersistentNode(void *raw, size_t regionOffset) : m_raw(raw), m_regionOffset(regionOffset) { }
181 WrapperPersistentNode* takeSlot()
185 WrapperPersistentNode* nextFree = reinterpret_cast<WrapperPersistentNode*>(m_raw);
190 WrapperPersistentNode* freeSlot(WrapperPersistentNode* nextFree
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ArrayBufferCustom.cpp 76 WrapperPersistentNode* V8ArrayBuffer::createPersistentHandle(ScriptWrappableBase* internalPointer)
V8TypedArrayCustom.h 59 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
213 WrapperPersistentNode* V8TypedArray<TypedArray>::createPersistentHandle(ScriptWrappableBase* internalPointer)
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterfaceEmpty.cpp 84 WrapperPersistentNode* V8TestInterfaceEmpty::createPersistentHandle(ScriptWrappableBase* internalPointer)
V8SVGTestInterface.cpp 121 WrapperPersistentNode* V8SVGTestInterface::createPersistentHandle(ScriptWrappableBase* internalPointer)
V8SVGTestInterface.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestException.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterface.h 41 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterface2.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceCheckSecurity.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceConstructor.h 38 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceConstructor2.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceConstructor3.cpp 119 WrapperPersistentNode* V8TestInterfaceConstructor3::createPersistentHandle(ScriptWrappableBase* internalPointer)
V8TestInterfaceConstructor3.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceConstructor4.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceCustomConstructor.cpp 103 WrapperPersistentNode* V8TestInterfaceCustomConstructor::createPersistentHandle(ScriptWrappableBase* internalPointer)
V8TestInterfaceCustomConstructor.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceDocument.cpp 96 WrapperPersistentNode* V8TestInterfaceDocument::createPersistentHandle(ScriptWrappableBase* internalPointer)
V8TestInterfaceDocument.h 33 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceEmpty.h 32 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceGarbageCollected.h 33 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceNamedConstructor.h 38 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
V8TestInterfaceNamedConstructor2.h 38 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.h 34 static WrapperPersistentNode* createPersistentHandle(ScriptWrappableBase* internalPointer);

Completed in 1481 milliseconds

1 2 3