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

  /external/chromium_org/cc/animation/
animation_events.h 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
animation.h 18 // Specifically, the affected property, the run state (paused, finished, etc.),
28 // the Aborted or Finished states. A Finished animation was allowed to run to
36 Finished,
94 return run_state_ == Finished ||
112 // This is true for animations running on the main thread when the Finished
158 // all animations in the group have finished animating. Note: an active
  /external/chromium_org/chrome/browser/sync_file_system/
sync_process_runner.cc 112 void SyncProcessRunner::Finished(SyncStatusCode status) {
116 "[%s] * Finished (elapsed: %" PRId64 " sec)",
140 base::Bind(&SyncProcessRunner::Finished, factory_.GetWeakPtr()));
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.h 63 enum State { Idle, Loading, Finished, Failed };
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
yuvframescapturer.cc 53 // Check if Run() is finished.
54 bool Finished() const {
130 return frames_generator_thread && !frames_generator_thread->Finished();
filevideocapturer.cc 140 // Check if Run() is finished.
141 bool Finished() const {
257 return file_read_thread_ && !file_read_thread_->Finished();
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 77 bool isFinished() const { return m_state == Finished; }
123 Finished, // No more events will fire and no new requests may be filed.
  /external/chromium_org/third_party/tlslite/tlslite/
messages.py 696 class Finished(HandshakeMsg):
698 HandshakeMsg.__init__(self, HandshakeType.finished)
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 457 bool Finished = false;
458 while (DE.isValidOffset(Offset) && !Finished) {
    [all...]
  /frameworks/native/include/input/
InputTransport.h 115 struct Finished {
120 return sizeof(Finished);
122 } finished; member in union:android::InputMessage::Body
157 * Try again after the consumer has sent a finished signal indicating that it has
249 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
306 /* Sends a finished signal to the publisher to inform it that the message
307 * with the specified sequence number has finished being process and whether
416 // batch with the previous one. When the finished signal is sent, we traverse the
  /external/chromium_org/chrome/browser/chromeos/
customization_document.cc 369 // Mark task finished and check for customization applied.
370 void Finished(bool success);
390 void ServicesCustomizationDocument::ApplyingTask::Finished(bool success) {
808 applying->Finished(false);
843 applying->Finished(true);
854 applying->Finished(false);
912 applying->Finished(true);
    [all...]
  /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() {
  /external/chromium_org/android_webview/renderer/
print_web_view_helper.cc 844 // If still not finished with earlier print request simply ignore.
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 870 // If still not finished with earlier print request simply ignore.
    [all...]
  /external/clang/include/clang/Parse/
Parser.h 218 /// top-level declaration is finished.
674 assert(isActive && "Parsing action was finished!");
681 assert(isActive && "Parsing action was finished!");
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]

Completed in 741 milliseconds