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

/external/chromium/chrome/browser/importer/
H A Dfirefox_profile_lock_win.cc59 if (HasAcquired())
67 if (!HasAcquired())
73 bool FirefoxProfileLock::HasAcquired() { function in class:FirefoxProfileLock
H A Dfirefox_profile_lock_posix.cc64 if (HasAcquired())
70 } else if (!HasAcquired()) {
77 if (!HasAcquired())
84 bool FirefoxProfileLock::HasAcquired() { function in class:FirefoxProfileLock
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 34 milliseconds