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

1 2

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8ArrayBufferViewCustom.h 57 static inline void* toInternalPointer(ArrayBufferView* impl)
V8ArrayBufferCustom.h 59 static inline void* toInternalPointer(ArrayBuffer* impl)
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
DOMDataStore.h 67 RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(result.IsEmpty() || result->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object));
70 return mainWorldStore()->m_wrapperMap.get(V8T::toInternalPointer(object));
82 RELEASE_ASSERT_WITH_SECURITY_IMPLICATION(result.IsEmpty() || result->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toInternalPointer(object));
114 return m_wrapperMap.get(V8T::toInternalPointer(object));
127 m_wrapperMap.set(V8T::toInternalPointer(object), wrapper, configuration);
V8DOMWrapper.h 81 setNativeInfo(wrapper, type, V8T::toInternalPointer(object.get()));
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8Float64Array.h 47 static inline void* toInternalPointer(Float64Array* impl)
49 return V8ArrayBufferView::toInternalPointer(impl);
V8TestEvent.h 44 static inline void* toInternalPointer(TestEvent* impl)
46 return V8Event::toInternalPointer(impl);
V8TestEventTarget.h 46 static inline void* toInternalPointer(TestEventTarget* impl)
48 return V8EventTarget::toInternalPointer(impl);
V8TestExtendedEvent.h 47 static inline void* toInternalPointer(Event* impl)
49 return V8TestEvent::toInternalPointer(impl);
V8TestNode.h 46 static inline void* toInternalPointer(TestNode* impl)
48 return V8Node::toInternalPointer(impl);
V8TestObject.h 52 static inline void* toInternalPointer(TestObj* impl)
54 return V8EventTarget::toInternalPointer(impl);
V8TestActiveDOMObject.h 43 static inline void* toInternalPointer(TestActiveDOMObject* impl)
V8TestEvent.cpp 121 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &info, toInternalPointer(impl.get()), isolate);
V8TestEventConstructor.h 45 static inline void* toInternalPointer(TestEventConstructor* impl)
V8TestException.h 43 static inline void* toInternalPointer(TestException* impl)
V8TestInterfaceImplementedAs.h 43 static inline void* toInternalPointer(RealClass* impl)
V8TestMediaQueryListListener.h 43 static inline void* toInternalPointer(TestMediaQueryListListener* impl)
V8TestNamedConstructor.h 50 static inline void* toInternalPointer(TestNamedConstructor* impl)
V8TestOverloadedConstructors.h 44 static inline void* toInternalPointer(TestOverloadedConstructors* impl)
V8TestSerializedScriptValueInterface.h 44 static inline void* toInternalPointer(TestSerializedScriptValueInterface* impl)
V8TestTypedefs.h 44 static inline void* toInternalPointer(TestTypedefs* impl)
V8TestCustomAccessors.cpp 207 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &info, toInternalPointer(impl.get()), isolate);
V8TestCustomAccessors.h 51 static inline void* toInternalPointer(TestCustomAccessors* impl)
V8TestEventConstructor.cpp 201 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &info, toInternalPointer(impl.get()), isolate);
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 46 static inline void* toInternalPointer({{cpp_class_name}}* impl)
interface.cpp 147 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &info, toInternalPointer(impl.get()), isolate);

Completed in 106 milliseconds

1 2