Searched defs:PrintTaskContext (Results 1 – 1 of 1) sorted by relevance
27 struct PrintTaskContext : public PrintAsyncCall::Context { struct29 PrintTaskContext() : Context(nullptr, nullptr) {} in PrintTaskContext() function30 …PrintTaskContext(InputAction input, OutputAction output) : Context(std::move(input), std::move(out… in PrintTaskContext() function31 virtual ~PrintTaskContext() {} in ~PrintTaskContext() argument