HomeSort by relevance Sort by last modified time
    Searched defs:Finished (Results 1 - 19 of 19) 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,
114 return run_state_ == Finished ||
134 // This is true for animations running on the main thread when the Finished
182 // all animations in the group have finished animating. Note: an active
  /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/chrome/browser/sync_file_system/
sync_process_runner.cc 170 void SyncProcessRunner::Finished(const base::TimeTicks& start_time,
177 "[%s] * Finished (elapsed: %" PRId64 " ms)", name_.c_str(),
204 StartSync(base::Bind(&SyncProcessRunner::Finished, factory_.GetWeakPtr(),
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBTransaction.h 72 bool isFinished() const { return m_state == Finished; }
118 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/chromium_org/third_party/WebKit/Source/core/animation/
AnimationPlayer.h 56 Finished
62 // Returns whether the player is finished.
89 bool finished() { return !m_idle && limited(currentTimeInternal()); } function in class:blink::FINAL
90 bool playing() { return !(finished() || m_paused || m_isPausedForTesting || m_idle); }
91 // FIXME: Resolve whether finished() should just return the flag, and
190 // Holds a 'finished' event queued for asynchronous dispatch via the
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
DocumentationCatalog.js 156 Finished: "Finished",
172 if (this._state === WebInspector.DocumentationCatalog.Loader.DownloadStates.Finished)
198 this._state = WebInspector.DocumentationCatalog.Loader.DownloadStates.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 230 bool Finished() const {
699 DCHECK(req->Finished());
747 if (req->Started() || req->Finished()) {
749 // 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 843 // If still not finished with earlier print request simply ignore.
    [all...]
  /external/chromium_org/chrome/renderer/printing/
print_web_view_helper.cc 869 // 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 958 milliseconds