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

  /external/chromium/chrome/browser/chromeos/login/
parallel_authenticator.h 248 scoped_refptr<CryptohomeOp> mounter_; member in class:chromeos::ParallelAuthenticator
parallel_authenticator.cc 81 mounter_ = CryptohomeOp::CreateMountAttempt(current_state_.get(),
88 NewRunnableMethod(mounter_.get(), &CryptohomeOp::Initiate));
306 mounter_ = CryptohomeOp::CreateMountAttempt(current_state_.get(),
311 NewRunnableMethod(mounter_.get(), &CryptohomeOp::Initiate));

Completed in 817 milliseconds