Searched defs:lock2 (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_unittest.cc98 scoped_ptr<FirefoxProfileLock> lock2; local
99 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock2.get());
100 lock2.reset(new FirefoxProfileLock(test_path));
101 EXPECT_FALSE(lock2->HasAcquired());
106 lock2->Lock();
107 EXPECT_TRUE(lock2->HasAcquired());
108 lock2->Unlock();
109 EXPECT_FALSE(lock2->HasAcquired());
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_unittest.cc259 leveldb::FileLock* lock2; local
260 status = env->LockFile(file.AsUTF8Unsafe(), &lock2);
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc296 scoped_ptr<ImmersiveRevealedLock> lock2; local
336 lock2.reset(controller()->GetRevealedLock(
341 lock2.reset();

Completed in 157 milliseconds