HomeSort by relevance Sort by last modified time
    Searched defs:Finished (Results 1 - 19 of 19) sorted by null

  /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 17 enum Type { Started, Finished, PropertyUpdate };
animation.h 17 // Specifically, the affected property, the run state (paused, finished, etc.),
29 // stopped by moving into either the Aborted or Finished states. A Finished
40 Finished,
92 return run_state_ == Finished ||
110 // This is true for animations running on the main thread when the Finished
153 // all animations in the group have finished animating. Note: an active
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.h 68 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; }
140 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 133 // Check if Run() is finished.
134 bool Finished() const { return finished_; }
240 return file_read_thread_ && !file_read_thread_->Finished();
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 555 class Finished(HandshakeMsg):
577 w = HandshakeMsg.preWrite(self, HandshakeType.finished, trial)
  /external/chromium_org/chrome/browser/net/
http_pipelining_compatibility_client.cc 50 virtual void Finished(internal::PipelineTestRequest::Status result);
114 Finished(STATUS_REDIRECTED);
121 Finished(STATUS_CERT_ERROR);
127 Finished(STATUS_BAD_RESPONSE_CODE);
133 Finished(STATUS_BAD_HTTP_VERSION);
144 Finished(STATUS_NETWORK_ERROR);
150 Finished(STATUS_TOO_LARGE);
152 Finished(STATUS_CONTENT_MISMATCH);
168 Finished(STATUS_TOO_SMALL);
170 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 225 bool Finished() const {
696 DCHECK(req->Finished());
744 if (req->Started() || req->Finished()) {
746 // again when req has stareted or finished.
    [all...]
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 431 // We must have finished playback.
433 // If we've finished decoding, clear the buffer - so we will terminate.
680 while (!Finished()) {
739 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 808 // If still not finished with earlier print request simply ignore.
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 827 // 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...]

Completed in 770 milliseconds