HomeSort by relevance Sort by last modified time
    Searched refs:NonNullPassRefPtr (Results 1 - 12 of 12) sorted by null

  /external/webkit/Source/JavaScriptCore/wtf/
PassRefPtr.h 112 // NonNullPassRefPtr: Optimized for passing non-null pointers. A NonNullPassRefPtr
116 // FIXME: NonNullPassRefPtr could just inherit from PassRefPtr. However,
118 // of a released NonNullPassRefPtr is a no-op. So, for now, just copy the
120 template<typename T> class NonNullPassRefPtr {
122 NonNullPassRefPtr(T* ptr)
129 template<typename U> NonNullPassRefPtr(const RefPtr<U>& o)
136 NonNullPassRefPtr(const NonNullPassRefPtr& o)
142 template<typename U> NonNullPassRefPtr(const NonNullPassRefPtr<U>& o
    [all...]
RefPtr.h 35 template<typename T> class NonNullPassRefPtr;
49 template<typename U> RefPtr(const NonNullPassRefPtr<U>&);
77 RefPtr& operator=(const NonNullPassRefPtr<T>&);
83 template<typename U> RefPtr& operator=(const NonNullPassRefPtr<U>&);
98 template<typename T> template<typename U> inline RefPtr<T>::RefPtr(const NonNullPassRefPtr<U>& o)
147 template<typename T> inline RefPtr<T>& RefPtr<T>::operator=(const NonNullPassRefPtr<T>& o)
163 template<typename T> template<typename U> inline RefPtr<T>& RefPtr<T>::operator=(const NonNullPassRefPtr<U>& o)
  /external/webkit/Source/JavaScriptCore/runtime/
RegExpObject.h 33 RegExpObject(JSGlobalObject*, Structure*, NonNullPassRefPtr<RegExp>);
77 RegExpObjectData(NonNullPassRefPtr<RegExp> regExp)
RegExpObject.cpp 64 RegExpObject::RegExpObject(JSGlobalObject* globalObject, Structure* structure, NonNullPassRefPtr<RegExp> regExp)
  /external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestInterface.h 38 JSTestInterface(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestInterface>);
70 JSTestInterfacePrototype(JSC::JSGlobalObject* globalObject, NonNullPassRefPtr<JSC::Structure> structure) : JSC::JSObjectWithGlobalObject(globalObject, structure) { }
JSTestMediaQueryListListener.h 36 JSTestMediaQueryListListener(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestMediaQueryListListener>);
70 JSTestMediaQueryListListenerPrototype(JSC::JSGlobalObject* globalObject, NonNullPassRefPtr<JSC::Structure> structure) : JSC::JSObjectWithGlobalObject(globalObject, structure) { }
JSTestSerializedScriptValueInterface.h 38 JSTestSerializedScriptValueInterface(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestSerializedScriptValueInterface>);
70 JSTestSerializedScriptValueInterfacePrototype(JSC::JSGlobalObject* globalObject, NonNullPassRefPtr<JSC::Structure> structure) : JSC::JSObjectWithGlobalObject(globalObject, structure) { }
JSTestInterface.cpp 138 JSTestInterface::JSTestInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestInterface> impl)
JSTestMediaQueryListListener.cpp 134 JSTestMediaQueryListListener::JSTestMediaQueryListListener(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestMediaQueryListListener> impl)
JSTestSerializedScriptValueInterface.cpp 124 JSTestSerializedScriptValueInterface::JSTestSerializedScriptValueInterface(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestSerializedScriptValueInterface> impl)
JSTestObj.h 36 JSTestObj(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestObj>);
79 JSTestObjPrototype(JSC::JSGlobalObject* globalObject, NonNullPassRefPtr<JSC::Structure> structure) : JSC::JSObjectWithGlobalObject(globalObject, structure) { }
JSTestObj.cpp 259 JSTestObj::JSTestObj(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestObj> impl)
    [all...]

Completed in 1259 milliseconds