Searched refs:ResultCode (Results 1 – 7 of 7) sorted by relevance
43 enum class ResultCode { enum253 ResultCode processCommand(std::vector<SkSL::String>& args) { in processCommand()265 return ResultCode::kInputError; in processCommand()269 return ResultCode::kInputError; in processCommand()287 return ResultCode::kInputError; in processCommand()295 return ResultCode::kInputError; in processCommand()304 return ResultCode::kInputError; in processCommand()327 auto compileProgram = [&](const auto& writeFn) -> ResultCode { in processCommand()332 return ResultCode::kOutputError; in processCommand()337 return ResultCode::kCompileError; in processCommand()[all …]
20 const ResultCode = { variable36 ResultCode, property
149 ResultCode : { property
684 const ResultCode = { variable738 ResultCode, property
565 ResultCode: ResultCodeMock, property
5 @@ -1155,6 +1155,13 @@ ResultCode SandboxWin::StartSandboxedProcess(17 ResultCode result = GeneratePolicyForSandboxedProcess(
184 std::move(callback).Run(printing::mojom::ResultCode::kCanceled); in ShowDialog()300 std::move(callback_).Run(printing::mojom::ResultCode::kSuccess); in OnPrintContinue()304 std::move(callback_).Run(printing::mojom::ResultCode::kCanceled); in OnPrintCancel()