LockImpl          227 base/logging.cc       log_lock = new base::internal::LockImpl();
LockImpl          266 base/logging.cc   static base::internal::LockImpl* log_lock;
LockImpl          283 base/logging.cc base::internal::LockImpl* LoggingLock::log_lock = NULL;
LockImpl           91 base/synchronization/lock.h   internal::LockImpl lock_;
LockImpl           25 base/synchronization/lock_impl.h class BASE_EXPORT LockImpl {
LockImpl           33 base/synchronization/lock_impl.h   LockImpl();
LockImpl           34 base/synchronization/lock_impl.h   ~LockImpl();
LockImpl           55 base/synchronization/lock_impl.h   DISALLOW_COPY_AND_ASSIGN(LockImpl);
LockImpl           15 base/synchronization/lock_impl_posix.cc LockImpl::LockImpl() {
LockImpl           33 base/synchronization/lock_impl_posix.cc LockImpl::~LockImpl() {
LockImpl           38 base/synchronization/lock_impl_posix.cc bool LockImpl::Try() {
LockImpl           44 base/synchronization/lock_impl_posix.cc void LockImpl::Lock() {
LockImpl           49 base/synchronization/lock_impl_posix.cc void LockImpl::Unlock() {
LockImpl           10 base/synchronization/lock_impl_win.cc LockImpl::LockImpl() {
LockImpl           16 base/synchronization/lock_impl_win.cc LockImpl::~LockImpl() {
LockImpl           20 base/synchronization/lock_impl_win.cc bool LockImpl::Try() {
LockImpl           27 base/synchronization/lock_impl_win.cc void LockImpl::Lock() {
LockImpl           31 base/synchronization/lock_impl_win.cc void LockImpl::Unlock() {
LockImpl          121 content/browser/indexed_db/leveldb/leveldb_database.cc   explicit LockImpl(leveldb::Env* env, leveldb::FileLock* lock)
LockImpl          139 content/browser/indexed_db/leveldb/leveldb_database.cc   return scoped_ptr<LevelDBLock>(new LockImpl(env, lock));