Home
last modified time | relevance | path

Searched refs:toInternalPointer (Results 1 – 25 of 54) sorted by relevance

123

/external/chromium_org/third_party/WebKit/Source/bindings/v8/
DDOMDataStore.h66 …turn mainWorldStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); in setReturnValueFromWrapperFast()
86 …return mainWorldStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object… in setReturnValueFromWrapperForMainWorld()
96 …lt->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object)); in getWrapper()
110 …e()->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(child)); in setWrapperReference()
140 return m_wrapperMap.newLocal(V8T::toInternalPointer(object), isolate); in get()
150 m_wrapperMap.setReference(parent, V8T::toInternalPointer(child), isolate); in setReference()
158 return m_wrapperMap.setReturnValueFrom(returnValue, V8T::toInternalPointer(object)); in setReturnValueFrom()
166 return m_wrapperMap.containsKey(V8T::toInternalPointer(object)); in containsWrapper()
179 m_wrapperMap.set(V8T::toInternalPointer(object), wrapper, configuration); in set()
DUnsafePersistent.h72 …lt->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object)); in setReturnValueWithSecurityCheck()
DV8DOMWrapper.h81 setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get())); in associateObjectWithWrapper()
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
DV8TestInterfacePython.h60 static inline void* toInternalPointer(TestInterfacePythonImplementation* impl) in toInternalPointer() function
62 return V8TestInterfaceEmpty::toInternalPointer(impl); in toInternalPointer()
DV8TestNode.h58 static inline void* toInternalPointer(TestNode* impl) in toInternalPointer() function
60 return V8Node::toInternalPointer(impl); in toInternalPointer()
DV8TestInterfaceEventConstructor.h58 static inline void* toInternalPointer(TestInterfaceEventConstructor* impl) in toInternalPointer() function
60 return V8Event::toInternalPointer(impl); in toInternalPointer()
DV8TestEventTarget.h58 static inline void* toInternalPointer(TestEventTarget* impl) in toInternalPointer() function
60 return V8EventTarget::toInternalPointer(impl); in toInternalPointer()
DV8TestInterfaceEventTarget.h58 static inline void* toInternalPointer(TestInterfaceEventTarget* impl) in toInternalPointer() function
60 return V8EventTarget::toInternalPointer(impl); in toInternalPointer()
DV8TestObject.h64 static inline void* toInternalPointer(TestObj* impl) in toInternalPointer() function
66 return V8EventTarget::toInternalPointer(impl); in toInternalPointer()
DV8TestInterfaceEmpty.cpp129 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
DV8TestInterfacePython2.h56 static inline void* toInternalPointer(TestInterfacePython2* impl) in toInternalPointer() function
DV8TestInterfaceEventTarget.cpp134 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
DV8TestInterfaceDoNotCheckConstants.cpp134 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
DV8TestException.cpp146 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
DV8TestInterfaceDoNotCheckConstants.h55 static inline void* toInternalPointer(TestInterfaceDoNotCheckConstants* impl) in toInternalPointer() function
DV8TestInterfaceCustomConstructor.cpp148 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
DV8TestOverloadedConstructors.h56 static inline void* toInternalPointer(TestOverloadedConstructors* impl) in toInternalPointer() function
DV8TestInterfaceImplementedAs.h55 static inline void* toInternalPointer(RealClass* impl) in toInternalPointer() function
DV8SupportTestInterface.h58 static inline void* toInternalPointer(SupportTestInterface* impl) in toInternalPointer() function
DV8TestInterfaceConstructor3.h56 static inline void* toInternalPointer(TestInterfaceConstructor3* impl) in toInternalPointer() function
DV8TestInterfaceCheckSecurity.h55 static inline void* toInternalPointer(TestInterfaceCheckSecurity* impl) in toInternalPointer() function
DV8TestInterfaceConstructor2.h56 static inline void* toInternalPointer(TestInterfaceConstructor2* impl) in toInternalPointer() function
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
DV8ArrayBufferViewCustom.h56 static inline void* toInternalPointer(ArrayBufferView* impl) in toInternalPointer() function
DV8ArrayBufferCustom.h63 static inline void* toInternalPointer(ArrayBuffer* impl) in toInternalPointer() function
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
Dinterface.h109 static inline void* toInternalPointer({{cpp_class}}* impl)
112 return V8{{parent_interface}}::toInternalPointer(impl);

123