Searched defs:FirefoxProfileLock (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/importer/
H A Dfirefox_profile_lock.cc57 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) { function in class:FirefoxProfileLock
78 FirefoxProfileLock::~FirefoxProfileLock() {
H A Dfirefox_profile_lock.h68 class FirefoxProfileLock { class
70 explicit FirefoxProfileLock(const base::FilePath& path);
71 ~FirefoxProfileLock();
109 DISALLOW_COPY_AND_ASSIGN(FirefoxProfileLock);

Completed in 87 milliseconds