Home
last modified time | relevance | path

Searched refs:ResultCode (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/src/sksl/
DSkSLMain.cpp43 enum class ResultCode { enum
253 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 …]
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_userIAM_faceAuth.js20 const ResultCode = { variable
36 ResultCode, property
Dohos_userIAM_userAuth.js149 ResultCode : { property
Dohos_account_osAccount.js684 const ResultCode = { variable
738 ResultCode, property
Dohos_account_appAccount.js565 ResultCode: ResultCodeMock, property
/third_party/cef/patch/patches/
Dwin_sandbox_3210.patch5 @@ -1155,6 +1155,13 @@ ResultCode SandboxWin::StartSandboxedProcess(
17 ResultCode result = GeneratePolicyForSandboxedProcess(
/third_party/cef/libcef/browser/printing/
Dprint_dialog_linux.cc184 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()