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

  /external/chromium/chrome/browser/importer/
importer_host.cc 55 firefox_lock_->Lock();
56 if (firefox_lock_->HasAcquired()) {
92 firefox_lock_.reset(); // Release the Firefox profile lock.
189 DCHECK(!firefox_lock_.get());
190 firefox_lock_.reset(new FirefoxProfileLock(source_profile.source_path));
191 if (!firefox_lock_->HasAcquired()) {
importer_host.h 162 scoped_ptr<FirefoxProfileLock> firefox_lock_; member in class:ImporterHost

Completed in 54 milliseconds