/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
D | DOMDataStore.h | 66 …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()
|
D | UnsafePersistent.h | 72 …lt->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object)); in setReturnValueWithSecurityCheck()
|
D | V8DOMWrapper.h | 81 setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get())); in associateObjectWithWrapper()
|
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
D | V8TestInterfacePython.h | 60 static inline void* toInternalPointer(TestInterfacePythonImplementation* impl) in toInternalPointer() function 62 return V8TestInterfaceEmpty::toInternalPointer(impl); in toInternalPointer()
|
D | V8TestNode.h | 58 static inline void* toInternalPointer(TestNode* impl) in toInternalPointer() function 60 return V8Node::toInternalPointer(impl); in toInternalPointer()
|
D | V8TestInterfaceEventConstructor.h | 58 static inline void* toInternalPointer(TestInterfaceEventConstructor* impl) in toInternalPointer() function 60 return V8Event::toInternalPointer(impl); in toInternalPointer()
|
D | V8TestEventTarget.h | 58 static inline void* toInternalPointer(TestEventTarget* impl) in toInternalPointer() function 60 return V8EventTarget::toInternalPointer(impl); in toInternalPointer()
|
D | V8TestInterfaceEventTarget.h | 58 static inline void* toInternalPointer(TestInterfaceEventTarget* impl) in toInternalPointer() function 60 return V8EventTarget::toInternalPointer(impl); in toInternalPointer()
|
D | V8TestObject.h | 64 static inline void* toInternalPointer(TestObj* impl) in toInternalPointer() function 66 return V8EventTarget::toInternalPointer(impl); in toInternalPointer()
|
D | V8TestInterfaceEmpty.cpp | 129 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
|
D | V8TestInterfacePython2.h | 56 static inline void* toInternalPointer(TestInterfacePython2* impl) in toInternalPointer() function
|
D | V8TestInterfaceEventTarget.cpp | 134 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
|
D | V8TestInterfaceDoNotCheckConstants.cpp | 134 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
|
D | V8TestException.cpp | 146 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
|
D | V8TestInterfaceDoNotCheckConstants.h | 55 static inline void* toInternalPointer(TestInterfaceDoNotCheckConstants* impl) in toInternalPointer() function
|
D | V8TestInterfaceCustomConstructor.cpp | 148 …er = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, toInternalPointer(impl.get()),… in createWrapper()
|
D | V8TestOverloadedConstructors.h | 56 static inline void* toInternalPointer(TestOverloadedConstructors* impl) in toInternalPointer() function
|
D | V8TestInterfaceImplementedAs.h | 55 static inline void* toInternalPointer(RealClass* impl) in toInternalPointer() function
|
D | V8SupportTestInterface.h | 58 static inline void* toInternalPointer(SupportTestInterface* impl) in toInternalPointer() function
|
D | V8TestInterfaceConstructor3.h | 56 static inline void* toInternalPointer(TestInterfaceConstructor3* impl) in toInternalPointer() function
|
D | V8TestInterfaceCheckSecurity.h | 55 static inline void* toInternalPointer(TestInterfaceCheckSecurity* impl) in toInternalPointer() function
|
D | V8TestInterfaceConstructor2.h | 56 static inline void* toInternalPointer(TestInterfaceConstructor2* impl) in toInternalPointer() function
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
D | V8ArrayBufferViewCustom.h | 56 static inline void* toInternalPointer(ArrayBufferView* impl) in toInternalPointer() function
|
D | V8ArrayBufferCustom.h | 63 static inline void* toInternalPointer(ArrayBuffer* impl) in toInternalPointer() function
|
/external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
D | interface.h | 109 static inline void* toInternalPointer({{cpp_class}}* impl) 112 return V8{{parent_interface}}::toInternalPointer(impl);
|