Searched refs:ThreadSafeInterfacePtrBase (Results 1 – 1 of 1) sorted by relevance
259 class ThreadSafeInterfacePtrBase261 ThreadSafeInterfacePtrBase<InterfacePtrType>> {266 explicit ThreadSafeInterfacePtrBase( in ThreadSafeInterfacePtrBase() function274 static scoped_refptr<ThreadSafeInterfacePtrBase> Create( in Create()278 return new ThreadSafeInterfacePtrBase(wrapper->CreateForwarder()); in Create()285 static scoped_refptr<ThreadSafeInterfacePtrBase> Create( in Create()290 return new ThreadSafeInterfacePtrBase(wrapper->CreateForwarder()); in Create()299 ThreadSafeInterfacePtrBase<InterfacePtrType>>;389 ~ThreadSafeInterfacePtrBase() {} in ~ThreadSafeInterfacePtrBase()393 DISALLOW_COPY_AND_ASSIGN(ThreadSafeInterfacePtrBase);[all …]