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

  /external/chromium/chrome/browser/importer/
firefox_profile_lock.cc 57 const FilePath::CharType* FirefoxProfileLock::kLockFileName =
59 const FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
63 const FilePath::CharType* FirefoxProfileLock::kLockFileName =
65 const FilePath::CharType* FirefoxProfileLock::kOldLockFileName =
68 const FilePath::CharType* FirefoxProfileLock::kLockFileName =
72 FirefoxProfileLock::FirefoxProfileLock(const FilePath& path) {
78 FirefoxProfileLock::~FirefoxProfileLock() {
firefox_profile_lock.h 69 class FirefoxProfileLock {
71 explicit FirefoxProfileLock(const FilePath& path);
72 ~FirefoxProfileLock();
110 DISALLOW_COPY_AND_ASSIGN(FirefoxProfileLock);

Completed in 42 milliseconds