Lines Matching refs:Owning
116849 bool Owning = true,
116878 template<class ClassType, bool Owning>
116897 template<typename PtrType, typename Method, bool Owning, bool Cancelable>
116900 template<typename PtrType, class C, typename R, bool Owning, bool Cancelable, typename... As>
116901 struct nsRunnableMethodTraits<PtrType, R(C::*)(As...), Owning, Cancelable>
116907 typedef nsRunnableMethod<C, R, Owning, Cancelable> base_type;
116911 template<typename PtrType, class C, typename R, bool Owning, bool Cancelable, typename... As>
116912 struct nsRunnableMethodTraits<PtrType, R(C::*)(As...) const, Owning, Cancelable>
116918 typedef nsRunnableMethod<C, R, Owning, Cancelable> base_type;
117196 template<typename PtrType, typename Method, bool Owning, bool Cancelable, typename... Storages>
117198 : public ::nsRunnableMethodTraits<PtrType, Method, Owning, Cancelable>::base_type
117200 typedef typename ::nsRunnableMethodTraits<PtrType, Method, Owning, Cancelable>::class_type
117202 ::nsRunnableMethodReceiver<ClassType, Owning> mReceiver;