Searched defs:Started (Results 1 - 8 of 8) 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
/external/chromium_org/net/test/embedded_test_server/
H A Dembedded_test_server.h118 bool Started() const { function in class:net::test_server::EmbeddedTestServer
/external/clang/lib/Frontend/
H A DTextDiagnosticPrinter.cpp58 bool Started = false; local
79 Started = true;
84 OS << (Started ? "," : " [")
89 Started = true;
98 OS << (Started ? "," : " [");
99 Started = true;
108 if (Started)
/external/chromium_org/ui/compositor/
H A Dlayer_animation_element.h163 bool Started() { return !first_frame_; } function in class:ui::LayerAnimationElement
/external/llvm/include/llvm/CodeGen/
H A DPasses.h106 bool Started; member in class:llvm::TargetPassConfig
144 /// otherwise, clear the Started flag to indicate that passes should not be
150 Started = (StartAfter == nullptr);
/external/llvm/include/llvm/Support/
H A DTimer.h67 /// print - Print the current timer to standard error, and reset the "Started"
83 bool Started; // Has this time variable ever been started? member in class:llvm::Timer
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_capturer.cc173 if (Started() && !CaptureCapabilityFixed()) {
236 bool ViECapturer::Started() { function in class:webrtc::ViECapturer
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc220 bool Started() const { function in class:net::__anon9347::OCSPRequestSession
747 if (req->Started() || req->Finished()) {

Completed in 1670 milliseconds