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

  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_unittest.cc 24 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->HasAcquired())
    [all...]
  /external/chromium_org/ash/wm/
immersive_fullscreen_controller_unittest.cc 295 scoped_ptr<ImmersiveRevealedLock> lock1; local
304 lock1.reset(controller()->GetRevealedLock(
318 lock1.reset();
330 lock1.reset(controller()->GetRevealedLock(
338 lock1.reset();
    [all...]

Completed in 4379 milliseconds