Searched defs:lock1 (Results 1 - 2 of 2) sorted by last modified time

/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock_unittest.cc24 FirefoxProfileLock lock1(temp_dir_.path());
25 ASSERT_TRUE(lock1.HasAcquired());
26 lock1.Unlock();
27 ASSERT_FALSE(lock1.HasAcquired());
28 lock1.Lock();
29 ASSERT_TRUE(lock1.HasAcquired());
93 scoped_ptr<FirefoxProfileLock> lock1; local
94 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock1.get());
95 lock1.reset(new FirefoxProfileLock(test_path));
96 EXPECT_TRUE(lock1
[all...]
/external/chromium_org/ash/wm/
H A Dimmersive_fullscreen_controller_unittest.cc295 scoped_ptr<ImmersiveRevealedLock> lock1; local
304 lock1.reset(controller()->GetRevealedLock(
318 lock1.reset();
330 lock1.reset(controller()->GetRevealedLock(
338 lock1.reset();

Completed in 197 milliseconds