#include <capture.h>
Public Member Functions | |
CaptureContext () | |
bool | IsActive () const |
void | Rewind () |
Capture | GetDocument (const std::string &label) |
bool | DoesDocumentExist (const std::string &label) const |
Static Public Member Functions | |
static CaptureContext | MakeInactive () |
static CaptureContext | MakeAllowlist (std::initializer_list< std::string > allowlist) |
impeller::CaptureContext::CaptureContext | ( | ) |
Definition at line 149 of file capture.cc.
Referenced by MakeAllowlist(), and MakeInactive().
bool impeller::CaptureContext::DoesDocumentExist | ( | const std::string & | label | ) | const |
Definition at line 209 of file capture.cc.
Capture impeller::CaptureContext::GetDocument | ( | const std::string & | label | ) |
bool impeller::CaptureContext::IsActive | ( | ) | const |
Definition at line 164 of file capture.cc.
|
static |
Definition at line 159 of file capture.cc.
References CaptureContext().
Referenced by impeller::AiksInspector::RenderInspector(), and impeller::testing::TEST_P().
|
static |
Definition at line 155 of file capture.cc.
References CaptureContext().
Referenced by impeller::AiksInspector::RenderInspector().
void impeller::CaptureContext::Rewind | ( | ) |
Definition at line 172 of file capture.cc.