HomeSort by relevance Sort by last modified time
    Searched refs:FirefoxProfileLock (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock.cc 57 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
59 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
63 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
65 const base::FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
68 const base::FilePath::CharType* FirefoxProfileLock::kLockFileName =
72 FirefoxProfileLock::FirefoxProfileLock(const base::FilePath& path) {
78 FirefoxProfileLock::~FirefoxProfileLock() {
firefox_profile_lock_win.cc 54 void FirefoxProfileLock::Init() {
58 void FirefoxProfileLock::Lock() {
66 void FirefoxProfileLock::Unlock() {
73 bool FirefoxProfileLock::HasAcquired() {
firefox_profile_lock.h 68 class FirefoxProfileLock {
70 explicit FirefoxProfileLock(const base::FilePath& path);
71 ~FirefoxProfileLock();
109 DISALLOW_COPY_AND_ASSIGN(FirefoxProfileLock);
firefox_profile_lock_unittest.cc 24 FirefoxProfileLock lock1(temp_dir_.path());
37 test_path.Append(FirefoxProfileLock::kLockFileName);
39 scoped_ptr<FirefoxProfileLock> lock;
40 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock.get());
42 lock.reset(new FirefoxProfileLock(test_path));
70 test_path.Append(FirefoxProfileLock::kLockFileName);
78 scoped_ptr<FirefoxProfileLock> lock;
79 EXPECT_EQ(static_cast<FirefoxProfileLock*>(NULL), lock.get());
80 lock.reset(new FirefoxProfileLock(test_path));
93 scoped_ptr<FirefoxProfileLock> lock1
    [all...]
firefox_profile_lock_posix.cc 59 void FirefoxProfileLock::Init() {
63 void FirefoxProfileLock::Lock() {
76 void FirefoxProfileLock::Unlock() {
84 bool FirefoxProfileLock::HasAcquired() {
95 bool FirefoxProfileLock::LockWithFcntl() {
external_process_importer_host.h 21 class FirefoxProfileLock;
124 scoped_ptr<FirefoxProfileLock> firefox_lock_;
external_process_importer_host.cc 172 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));

Completed in 466 milliseconds