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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferViewCustom.h 56 static inline void* toInternalPointer(ArrayBufferView* impl)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.h 66 return mainWorldStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object));
86 return mainWorldStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object));
96 RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(result.IsEmpty() || result->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object));
110 RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(unsafePersistent.isEmpty() || unsafePersistent.value()->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(child));
140 return m_wrapperMap.newLocal(V8T::toInternalPointer(object), isolate);
150 m_wrapperMap.setReference(parent, V8T::toInternalPointer(child), isolate);
158 return m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object));
166 return m_wrapperMap.containsKey(V8T::toInternalPointer(object));
179 m_wrapperMap.set(V8T::toInternalPointer(object), wrapper, configuration);
UnsafePersistent.h 72 RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(result.IsEmpty() || result->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object));
V8DOMWrapper.h 81 setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get()));
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterfacePython.h 60 static inline void* toInternalPointer(TestInterfacePythonImplementation* impl)
62 return V8TestInterfaceEmpty::toInternalPointer(impl);
V8TestEventTarget.h 58 static inline void* toInternalPointer(TestEventTarget* impl)
60 return V8EventTarget::toInternalPointer(impl);
V8TestInterfaceEventConstructor.h 58 static inline void* toInternalPointer(TestInterfaceEventConstructor* impl)
60 return V8Event::toInternalPointer(impl);
V8TestInterfaceEventTarget.h 58 static inline void* toInternalPointer(TestInterfaceEventTarget* impl)
60 return V8EventTarget::toInternalPointer(impl);
V8TestNode.h 58 static inline void* toInternalPointer(TestNode* impl)
60 return V8Node::toInternalPointer(impl);
V8TestObject.h 64 static inline void* toInternalPointer(TestObj* impl)
66 return V8EventTarget::toInternalPointer(impl);
V8TestException.h 55 static inline void* toInternalPointer(TestException* impl)
V8TestInterfaceCheckSecurity.h 55 static inline void* toInternalPointer(TestInterfaceCheckSecurity* impl)
V8TestInterfaceDoNotCheckConstants.cpp 134 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
V8TestInterfaceDoNotCheckConstants.h 55 static inline void* toInternalPointer(TestInterfaceDoNotCheckConstants* impl)
V8TestInterfaceEmpty.cpp 129 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
V8TestInterfaceEmpty.h 55 static inline void* toInternalPointer(TestInterfaceEmpty* impl)
V8TestInterfaceEventTarget.cpp 134 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
V8TestInterfaceImplementedAs.h 55 static inline void* toInternalPointer(RealClass* impl)
V8TestInterfacePython2.h 56 static inline void* toInternalPointer(TestInterfacePython2* impl)
V8SupportTestInterface.h 58 static inline void* toInternalPointer(SupportTestInterface* impl)
V8TestCustomAccessors.h 63 static inline void* toInternalPointer(TestCustomAccessors* impl)
V8TestException.cpp 146 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()), isolate);
V8TestInterface.h 64 static inline void* toInternalPointer(TestInterface* impl)
V8TestInterfaceConstructor.h 56 static inline void* toInternalPointer(TestInterfaceConstructor* impl)
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 109 static inline void* toInternalPointer({{cpp_class}}* impl)
112 return V8{{parent_interface}}::toInternalPointer(impl);

Completed in 1778 milliseconds

1 2 3