Searched defs:Finished (Results 1 - 6 of 6) sorted by relevance

/external/chromium/chrome/browser/ssl/
H A Dssl_add_cert_handler.cc27 // Stay alive until the process completes and Finished() is called.
48 Finished(false);
56 Finished(true);
62 Finished(true);
66 void SSLAddCertHandler::Finished(bool add_cert) { function in class:SSLAddCertHandler
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.h64 Finished, // Either aborted or committed. enumerator in enum:WebCore::IDBTransactionBackendImpl::State
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.h42 Finished, enumerator in enum:android::LoadState
/external/chromium/net/ocsp/
H A Dnss_ocsp.cc195 bool Finished() const { function in class:__anon2573::OCSPRequestSession
664 DCHECK(req->Finished());
712 if (req->Started() || req->Finished()) {
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp1604 bool Finished = false; local
1608 Finished = true;
2206 if (Finished)
/external/clang/include/clang/Parse/
H A DParser.h1247 Finished = false;
1252 bool isFinished() const { return Finished; }
1255 bool Finished; member in struct:clang::Parser::ObjCImplParsingDataRAII

Completed in 348 milliseconds