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

/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_unittest.cc109 scoped_ptr<FirefoxProfileLock> lock2; local
110 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock2.get());
111 lock2.reset(new FirefoxProfileLock(test_path));
112 EXPECT_FALSE(lock2->HasAcquired());
117 lock2->Lock();
118 EXPECT_TRUE(lock2->HasAcquired());
119 lock2->Unlock();
120 EXPECT_FALSE(lock2->HasAcquired());
/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.cc264 leveldb::FileLock* lock2; local
265 status = env->LockFile(file.AsUTF8Unsafe(), &lock2);
/external/v8/test/cctest/
H A Dtest-lockers.cc487 v8::Locker lock2(isolate2_);
552 v8::Locker lock2(isolate_);
607 v8::Locker lock2; local
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc261 scoped_ptr<ImmersiveRevealedLock> lock2; local
301 lock2.reset(controller()->GetRevealedLock(
306 lock2.reset();

Completed in 160 milliseconds