/external/chromium/chrome/browser/ssl/ |
ssl_add_cert_handler.cc | 27 // 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) { 82 // Inform the RVH that we're finished
|
/external/chromium_org/chrome/browser/ssl/ |
ssl_add_cert_handler.cc | 30 // Stay alive until the process completes and Finished() is called. 52 Finished(false); 60 Finished(true); 66 Finished(true); 70 void SSLAddCertHandler::Finished(bool add_cert) {
|
/libcore/crypto/src/main/java/org/conscrypt/ |
Finished.java | 24 * Represents Finished message 26 * Finished</a> 29 public class Finished extends Message { 38 public Finished(byte[] bytes) { 49 public Finished(HandshakeIODataStream in, int length) 55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished"); 69 return Handshake.FINISHED;
|
/external/chromium_org/cc/animation/ |
animation_events.h | 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
|
animation.h | 17 // Specifically, the affected property, the run state (paused, finished, etc.), 27 // the Aborted or Finished states. A Finished animation was allowed to run to 35 Finished, 90 return run_state_ == Finished || 108 // This is true for animations running on the main thread when the Finished 145 // all animations in the group have finished animating. Note: an active
|
/external/chromium_org/chrome/browser/sync_file_system/ |
sync_process_runner.cc | 109 void SyncProcessRunner::Finished(SyncStatusCode status) { 113 "[%s] * Finished (elapsed: %" PRId64 " sec)", 137 base::Bind(&SyncProcessRunner::Finished, factory_.GetWeakPtr()));
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
TextTrackLoader.h | 62 enum State { Idle, Loading, Finished, Failed };
|
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/ |
IDBTransaction.h | 71 bool isFinished() const { return m_state == Finished; } 116 Finished, // No more events will fire and no new requests may be filed.
|
/external/chromium_org/third_party/libjingle/source/talk/media/devices/ |
filevideocapturer.cc | 140 // Check if Run() is finished. 141 bool Finished() const { 251 return file_read_thread_ && !file_read_thread_->Finished();
|
/external/chromium_org/third_party/tlslite/tlslite/ |
messages.py | 621 class Finished(HandshakeMsg): 643 w = HandshakeMsg.preWrite(self, HandshakeType.finished, trial)
|
/external/chromium_org/chrome/browser/net/ |
http_pipelining_compatibility_client.cc | 51 virtual void Finished(internal::PipelineTestRequest::Status result); 117 Finished(STATUS_REDIRECTED); 124 Finished(STATUS_CERT_ERROR); 130 Finished(STATUS_BAD_RESPONSE_CODE); 136 Finished(STATUS_BAD_HTTP_VERSION); 147 Finished(STATUS_NETWORK_ERROR); 153 Finished(STATUS_TOO_LARGE); 155 Finished(STATUS_CONTENT_MISMATCH); 171 Finished(STATUS_TOO_SMALL); 173 Finished(STATUS_CONTENT_MISMATCH) [all...] |
/frameworks/native/include/input/ |
InputTransport.h | 107 struct Finished { 112 return sizeof(Finished); 114 } finished; member in union:android::InputMessage::Body 149 * Try again after the consumer has sent a finished signal indicating that it has 241 /* Receives the finished signal from the consumer in reply to the original dispatch signal. 298 /* Sends a finished signal to the publisher to inform it that the message 299 * with the specified sequence number has finished being process and whether 408 // batch with the previous one. When the finished signal is sent, we traverse the
|
/external/chromium/net/ocsp/ |
nss_ocsp.cc | 195 bool Finished() const { 664 DCHECK(req->Finished()); 712 if (req->Started() || req->Finished()) { 714 // again when req has stareted or finished.
|
/external/chromium_org/net/ocsp/ |
nss_ocsp.cc | 229 bool Finished() const { 701 DCHECK(req->Finished()); 749 if (req->Started() || req->Finished()) { 751 // again when req has stareted or finished. [all...] |
/frameworks/ex/variablespeed/jni/ |
variablespeed.cc | 438 // We must have finished playback. 440 // If we've finished decoding, clear the buffer - so we will terminate. 687 while (!Finished()) { 746 bool AudioEngine::Finished() {
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ |
MtpDeviceIndex.java | 116 Uninitialized, Initialized, Pending, Started, Sorting, Finished 164 return mProgress == Progress.Finished; 195 return mProgress == Progress.Finished ? mUnifiedLookupIndex.length : 0; 206 if (mProgress != Progress.Finished) return null; 233 if (mProgress != Progress.Finished) return null; 252 if (mProgress != Progress.Finished) return -1; 282 if (mProgress != Progress.Finished) return -1; 303 return mProgress == Progress.Finished ? mMtpObjects.length : 0; 560 mProgress = Progress.Finished;
|
/external/chromium_org/android_webview/renderer/ |
print_web_view_helper.cc | 811 // If still not finished with earlier print request simply ignore. [all...] |
/external/chromium_org/chrome/renderer/printing/ |
print_web_view_helper.cc | 802 // If still not finished with earlier print request simply ignore. [all...] |
/external/clang/include/clang/Parse/ |
Parser.h | 202 /// top-level declaration is finished. 590 assert(isActive && "Parsing action was finished!"); 597 assert(isActive && "Parsing action was finished!"); [all...] |
/external/clang/lib/Serialization/ |
ASTReaderStmt.cpp | [all...] |