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

/external/chromium_org/cc/animation/
H A Danimation_events.h18 enum Type { Started, Finished, Aborted, PropertyUpdate }; enumerator in enum:cc::AnimationEvent::Type
H A Danimation.h28 // the Aborted or Finished states. A Finished animation was allowed to run to
36 Finished, enumerator in enum:cc::Animation::RunState
114 return run_state_ == Finished ||
134 // This is true for animations running on the main thread when the Finished
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextTrackLoader.h63 enum State { Idle, Loading, Finished, Failed }; enumerator in enum:blink::FINAL::State
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.h72 bool isFinished() const { return m_state == Finished; }
118 Finished, // No more events will fire and no new requests may be filed. enumerator in enum:blink::FINAL::State
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.cc54 bool Finished() const { function in class:cricket::YuvFramesCapturer::YuvFramesThread
130 return frames_generator_thread && !frames_generator_thread->Finished();
H A Dfilevideocapturer.cc141 bool Finished() const { function in class:cricket::FileVideoCapturer::FileReadThread
257 return file_read_thread_ && !file_read_thread_->Finished();
/external/chromium_org/third_party/tlslite/tlslite/
H A Dmessages.py696 class Finished(HandshakeMsg): class in inherits:HandshakeMsg
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_process_runner.cc170 void SyncProcessRunner::Finished(const base::TimeTicks& start_time, function in class:sync_file_system::SyncProcessRunner
177 "[%s] * Finished (elapsed: %" PRId64 " ms)", name_.c_str(),
204 StartSync(base::Bind(&SyncProcessRunner::Finished, factory_.GetWeakPtr(),
/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DAnimationPlayer.h56 Finished enumerator in enum:blink::FINAL::AnimationPlayState
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/documentation/
H A DDocumentationCatalog.js156 Finished: "Finished",
172 if (this._state === WebInspector.DocumentationCatalog.Loader.DownloadStates.Finished)
198 this._state = WebInspector.DocumentationCatalog.Loader.DownloadStates.Finished;
/external/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp457 bool Finished = false; local
458 while (DE.isValidOffset(Offset) && !Finished) {
/external/chromium_org/chrome/browser/chromeos/
H A Dcustomization_document.cc370 void Finished(bool success);
390 void ServicesCustomizationDocument::ApplyingTask::Finished(bool success) { function in class:chromeos::ServicesCustomizationDocument::ApplyingTask
808 applying->Finished(false);
843 applying->Finished(true);
854 applying->Finished(false);
912 applying->Finished(true);
947 applying->Finished(success);
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc230 bool Finished() const { function in class:net::__anon9347::OCSPRequestSession
699 DCHECK(req->Finished());
747 if (req->Started() || req->Finished()) {
/external/chromium_org/android_webview/renderer/
H A Dprint_web_view_helper.cc1130 print_preview_context_.Finished();
1912 void PrintWebViewHelper::PrintPreviewContext::Finished() { function in class:printing::__anon1835::PrintWebViewHelper::PrintPreviewContext
/external/chromium_org/chrome/renderer/printing/
H A Dprint_web_view_helper.cc1158 print_preview_context_.Finished();
1871 void PrintWebViewHelper::PrintPreviewContext::Finished() { function in class:printing::__anon5835::PrintWebViewHelper::PrintPreviewContext
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2030 bool Finished = false; local
2034 Finished = true;
2708 if (Finished)
/external/clang/include/clang/Parse/
H A DParser.h1272 Finished = false;
1277 bool isFinished() const { return Finished; }
1280 bool Finished; member in struct:clang::Parser::ObjCImplParsingDataRAII

Completed in 6266 milliseconds