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

12 3

  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/custom/
V8ArrayBufferCustom.cpp 100 return reinterpret_cast<ArrayBuffer*>(blink::toScriptWrappableBase(object));
109 return reinterpret_cast<ArrayBuffer*>(blink::toScriptWrappableBase(object));
V8ArrayBufferViewCustom.cpp 47 ScriptWrappableBase* viewPtr = blink::toScriptWrappableBase(object);
V8ArrayBufferCustom.h 63 static inline ScriptWrappableBase* toScriptWrappableBase(ArrayBuffer* impl)
V8TypedArrayCustom.h 120 static inline ScriptWrappableBase* toScriptWrappableBase(TypedArray* impl)
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptWrappable.cpp 60 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, wrapperTypeInfo, toScriptWrappableBase(), isolate);
ScriptWrappable.h 85 ScriptWrappableBase* toScriptWrappableBase()
95 || object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == toScriptWrappableBase());
200 || object->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toScriptWrappableBase(objectAsT));
216 || value->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex) == V8T::toScriptWrappableBase(objectAsT));
DOMWrapperMap.h 73 ASSERT(reinterpret_cast<KeyType*>(toScriptWrappableBase(wrapper)) == key);
145 return reinterpret_cast<KeyType*>(toScriptWrappableBase(data.GetValue()));
WrapperTypeInfo.h 214 inline ScriptWrappableBase* toScriptWrappableBase(v8::Handle<v8::Object> wrapper)
250 typeInfo->derefObject(toScriptWrappableBase(wrapper));
253 typeInfo->derefObject(toScriptWrappableBase(wrapper));
WindowProxy.cpp 289 V8DOMWrapper::setNativeInfoForHiddenWrapper(v8::Handle<v8::Object>::Cast(windowWrapper->GetPrototype()), wrapperTypeInfo, window->toScriptWrappableBase());
312 V8DOMWrapper::setNativeInfoForHiddenWrapper(innerGlobalObject, wrapperTypeInfo, window->toScriptWrappableBase());
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestInterface3.h 26 return toImpl(blink::toScriptWrappableBase(object));
43 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterface3* impl)
45 return impl->toScriptWrappableBase();
V8TestInterfaceEventConstructor.h 28 return toImpl(blink::toScriptWrappableBase(object));
42 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceEventConstructor* impl)
44 return impl->toScriptWrappableBase();
V8TestInterfaceEventTarget.h 33 return toImpl(blink::toScriptWrappableBase(object));
48 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceEventTarget* impl)
50 return impl->toScriptWrappableBase();
V8TestInterfaceNotScriptWrappable.h 26 return toImpl(blink::toScriptWrappableBase(object));
34 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceNotScriptWrappable* impl)
36 return impl->toScriptWrappableBase();
V8TestInterfaceWillBeGarbageCollected.h 33 return toImpl(blink::toScriptWrappableBase(object));
49 static inline ScriptWrappableBase* toScriptWrappableBase(TestInterfaceWillBeGarbageCollected* impl)
51 return impl->toScriptWrappableBase();
V8TestObject.h 48 return toImpl(blink::toScriptWrappableBase(object));
75 static inline ScriptWrappableBase* toScriptWrappableBase(TestObject* impl)
77 return impl->toScriptWrappableBase();
V8TestInterfaceEmpty.cpp 70 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceEmpty>() : 0;
V8TestInterfaceNotScriptWrappable.cpp 124 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceNotScriptWrappable>() : 0;
139 v8::Handle<v8::Object> wrapper = V8DOMWrapper::createWrapper(creationContext, &wrapperTypeInfo, impl->toScriptWrappableBase(), isolate);
V8SVGTestInterface.cpp 107 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<SVGTestInterface>() : 0;
V8TestInterfaceConstructor3.cpp 105 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceConstructor3>() : 0;
V8TestInterfaceCustomConstructor.cpp 89 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceCustomConstructor>() : 0;
V8TestInterfaceDocument.cpp 73 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterfaceDocument>() : 0;
V8TestSpecialOperationsNotEnumerable.cpp 110 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestSpecialOperationsNotEnumerable>() : 0;
V8TestException.cpp 124 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestException>() : 0;
V8TestInterface3.cpp 129 return hasInstance(value, isolate) ? blink::toScriptWrappableBase(v8::Handle<v8::Object>::Cast(value))->toImpl<TestInterface3>() : 0;
  /external/chromium_org/third_party/WebKit/Source/bindings/templates/
interface.h 50 return toImpl(blink::toScriptWrappableBase(object));
151 static inline ScriptWrappableBase* toScriptWrappableBase({{cpp_class}}* impl)
153 return impl->toScriptWrappableBase();

Completed in 2287 milliseconds

12 3