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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ArrayBufferViewCustom.h 53 static inline ScriptWrappableBase* toScriptWrappableBase(ArrayBufferView* impl)
V8InjectedScriptManager.cpp 68 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase(), isolate);
84 V8DOMWrapper::setNativeInfoWithPersistentHandle(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase(), callbackData->hostPtr);
86 V8DOMWrapper::setNativeInfo(wrapper, &V8InjectedScriptHost::wrapperTypeInfo, host->toScriptWrappableBase());
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8DOMWrapper.h 136 setNativeInfo(wrapper, wrapperTypeInfo, V8T::toScriptWrappableBase(object.get()));
145 setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, V8T::toScriptWrappableBase(object), WrapperPersistent<T>::create(object));
153 wrapperTypeInfo->refObject(impl->toScriptWrappableBase());
156 setNativeInfo(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase());
158 setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapperTypeInfo->createPersistentHandle(impl));
161 setNativeInfo(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase());
163 setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, impl->toScriptWrappableBase(), wrapperTypeInfo->createPersistentHandle(impl));
172 wrapperTypeInfo->refObject(ScriptWrappable::fromObject(node)->toScriptWrappableBase());
175 setNativeInfo(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toScriptWrappableBase());
177 setNativeInfoWithPersistentHandle(wrapper, wrapperTypeInfo, ScriptWrappable::fromObject(node)->toScriptWrappableBase(), wrapperTypeInfo->createPersistentHandle(ScriptWrappable::fromObject(node)))
    [all...]
DOMDataStore.h 88 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
108 return DOMWrapperWorld::mainWorld().domDataStore().m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
205 return m_wrapperMap.newLocal(V8T::toScriptWrappableBase(object), isolate);
210 return m_wrapperMap.newLocal(object->toScriptWrappableBase(), isolate);
217 return m_wrapperMap.newLocal(object->toScriptWrappableBase(), isolate);
227 m_wrapperMap.setReference(parent, V8T::toScriptWrappableBase(child), isolate);
235 return m_wrapperMap.setReturnValueFrom(returnValue, V8T::toScriptWrappableBase(object));
243 return m_wrapperMap.containsKey(V8T::toScriptWrappableBase(object));
248 return m_wrapperMap.containsKey(object->toScriptWrappableBase());
255 return m_wrapperMap.containsKey(object->toScriptWrappableBase());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/modules/
V8TestInterface5.h 28 return toImpl(blink::toScriptWrappableBase(object));
39 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface5Implementation* impl)
41 return impl->toScriptWrappableBase();
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8SVGTestInterface.h 26 return toImpl(blink::toScriptWrappableBase(object));
34 static inline ScriptWrappableBase* toScriptWrappableBase(SVGTestInterface* impl)
36 return impl->toScriptWrappableBase();
V8TestException.h 26 return toImpl(blink::toScriptWrappableBase(object));
34 static inline ScriptWrappableBase* toScriptWrappableBase(TestException* impl)
36 return impl->toScriptWrappableBase();
V8TestInterface.h 35 return toImpl(blink::toScriptWrappableBase(object));
47 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceImplementation* impl)
49 return impl->toScriptWrappableBase();
V8TestInterface2.h 26 return toImpl(blink::toScriptWrappableBase(object));
36 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface2* impl)
38 return impl->toScriptWrappableBase();
V8TestInterfaceCheckSecurity.h 26 return toImpl(blink::toScriptWrappableBase(object));
34 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceCheckSecurity* impl)
36 return impl->toScriptWrappableBase();
V8TestInterfaceConstructor.h 32 return toImpl(blink::toScriptWrappableBase(object));
41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor* impl)
43 return impl->toScriptWrappableBase();
V8TestInterfaceConstructor2.h 26 return toImpl(blink::toScriptWrappableBase(object));
35 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor2* impl)
37 return impl->toScriptWrappableBase();
V8TestInterfaceConstructor3.h 26 return toImpl(blink::toScriptWrappableBase(object));
35 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor3* impl)
37 return impl->toScriptWrappableBase();
V8TestInterfaceConstructor4.h 26 return toImpl(blink::toScriptWrappableBase(object));
35 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceConstructor4* impl)
37 return impl->toScriptWrappableBase();
V8TestInterfaceCustomConstructor.h 26 return toImpl(blink::toScriptWrappableBase(object));
36 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceCustomConstructor* impl)
38 return impl->toScriptWrappableBase();
V8TestInterfaceDocument.h 27 return toImpl(blink::toScriptWrappableBase(object));
41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceDocument* impl)
43 return impl->toScriptWrappableBase();
V8TestInterfaceEmpty.h 26 return toImpl(blink::toScriptWrappableBase(object));
34 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceEmpty* impl)
36 return impl->toScriptWrappableBase();
V8TestInterfaceGarbageCollected.h 27 return toImpl(blink::toScriptWrappableBase(object));
39 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceGarbageCollected* impl)
41 return impl->toScriptWrappableBase();
V8TestInterfaceNamedConstructor.h 32 return toImpl(blink::toScriptWrappableBase(object));
41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNamedConstructor* impl)
43 return impl->toScriptWrappableBase();
V8TestInterfaceNamedConstructor2.h 32 return toImpl(blink::toScriptWrappableBase(object));
40 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNamedConstructor2* impl)
42 return impl->toScriptWrappableBase();
V8TestInterfaceNode.h 27 return toImpl(blink::toScriptWrappableBase(object));
41 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNode* impl)
43 return impl->toScriptWrappableBase();
V8TestNode.h 27 return toImpl(blink::toScriptWrappableBase(object));
42 static inline ScriptWrappableBase* toScriptWrappableBase(TestNode* impl)
44 return impl->toScriptWrappableBase();
V8TestSpecialOperations.h 26 return toImpl(blink::toScriptWrappableBase(object));
34 static inline ScriptWrappableBase* toScriptWrappableBase(TestSpecialOperations* impl)
36 return impl->toScriptWrappableBase();
V8TestSpecialOperationsNotEnumerable.h 26 return toImpl(blink::toScriptWrappableBase(object));
34 static inline ScriptWrappableBase* toScriptWrappableBase(TestSpecialOperationsNotEnumerable* impl)
36 return impl->toScriptWrappableBase();
V8TestTypedefs.h 26 return toImpl(blink::toScriptWrappableBase(object));
35 static inline ScriptWrappableBase* toScriptWrappableBase(TestTypedefs* impl)
37 return impl->toScriptWrappableBase();

Completed in 345 milliseconds

1 2 3