Home
last modified time | relevance | path

Searched defs:IsStopped (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/core/fpdfapi/render/
Dcpdf_renderstatus.h72 bool IsStopped() const { return m_bStopped; } in IsStopped() function
/external/v8/src/heap/
Dincremental-marking.h137 inline bool IsStopped() const { return state() == STOPPED; } in IsStopped() function
Dconcurrent-marking.cc739 bool ConcurrentMarking::IsStopped() { in IsStopped() function in v8::internal::ConcurrentMarking