Searched refs:Unlocked (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/ui/views/
H A Dssl_client_certificate_selector.h78 void Unlocked(net::X509Certificate* cert);
H A Dssl_client_certificate_selector.cc195 // ourself before the Unlocked callback gets called.
203 base::Bind(&SSLClientCertificateSelector::Unlocked,
207 Unlocked(cert.get());
209 return false; // Unlocked() will close the dialog.
267 void SSLClientCertificateSelector::Unlocked(net::X509Certificate* cert) { function in class:SSLClientCertificateSelector
/external/clang/lib/StaticAnalyzer/Checkers/
H A DPthreadLockChecker.cpp29 enum Kind { Destroyed, Locked, Unlocked } K; enumerator in enum:__anon18225::LockState::Kind
36 static LockState getUnlocked(void) { return LockState(Unlocked); }
44 bool isUnlocked() const { return K == Unlocked; }

Completed in 439 milliseconds