HomeSort by relevance Sort by last modified time
    Searched defs:FirefoxProfileLock (Results 1 - 2 of 2) 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.h 68 class FirefoxProfileLock {
70 explicit FirefoxProfileLock(const base::FilePath& path);
71 ~FirefoxProfileLock();
109 DISALLOW_COPY_AND_ASSIGN(FirefoxProfileLock);

Completed in 354 milliseconds