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

  /external/chromium_org/chrome/browser/importer/
firefox_profile_lock_win.cc 59 if (HasAcquired())
67 if (!HasAcquired())
73 bool FirefoxProfileLock::HasAcquired() {
firefox_profile_lock_posix.cc 64 if (HasAcquired())
70 } else if (!HasAcquired()) {
77 if (!HasAcquired())
84 bool FirefoxProfileLock::HasAcquired() {
89 // value of this function together with HasAcquired() tells the current status
92 // if return == true && HasAcquired() == true: successfully acquired the lock.
93 // if return == false && HasAcquired() == false: Failed to acquire lock due

Completed in 84 milliseconds