Home | History | Annotate | Download | only in login

Lines Matching defs:base

12 #include "base/memory/ref_counted.h"
13 #include "base/synchronization/lock.h"
14 #include "base/threading/thread.h"
18 namespace base {
20 } // namespace base
28 class Camera : public base::RefCountedThreadSafe<Camera> {
55 Camera(Delegate* delegate, base::Thread* thread, bool mirrored);
83 // Destructor is private so only its base class can delete Camera objects.
85 friend class base::RefCountedThreadSafe<Camera>;
149 base::Thread* thread_;
184 mutable base::Lock image_lock_;
187 mutable base::Lock thread_lock_;