Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/
Dfpdf_formfill.cpp52 static_assert(static_cast<int>(AlertIcon::kDefault) ==
55 static_assert(static_cast<int>(AlertIcon::kError) ==
58 static_assert(static_cast<int>(AlertIcon::kWarning) ==
61 static_assert(static_cast<int>(AlertIcon::kQuestion) ==
64 static_assert(static_cast<int>(AlertIcon::kStatus) ==
67 static_assert(static_cast<int>(AlertIcon::kAsterisk) ==
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp490 uint32_t messageType = static_cast<uint32_t>(AlertIcon::kDefault); in messageBox()
493 if (messageType > static_cast<uint32_t>(AlertIcon::kStatus)) in messageBox()
494 messageType = static_cast<uint32_t>(AlertIcon::kDefault); in messageBox()
/external/pdfium/xfa/fxfa/
Dfxfa.h35 enum class AlertIcon { enum
Dcxfa_fffield.cpp690 static_cast<uint32_t>(AlertIcon::kWarning), in CalculateNode()
717 static_cast<uint32_t>(AlertIcon::kWarning), in CalculateNode()
Dcxfa_fftextedit.cpp235 pAppProvider->GetAppTitle(), static_cast<uint32_t>(AlertIcon::kError), in ValidateNumberField()
Dcxfa_ffdocview.cpp163 static_cast<uint32_t>(AlertIcon::kStatus), in ShowNullTestMsg()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp2480 static_cast<uint32_t>(AlertIcon::kWarning), in ProcessScriptTestValidate()
2485 static_cast<uint32_t>(AlertIcon::kWarning), in ProcessScriptTestValidate()
2496 static_cast<uint32_t>(AlertIcon::kError), in ProcessScriptTestValidate()
2530 static_cast<uint32_t>(AlertIcon::kError), in ProcessFormatTestValidate()
2540 static_cast<uint32_t>(AlertIcon::kWarning), in ProcessFormatTestValidate()
2546 static_cast<uint32_t>(AlertIcon::kWarning), in ProcessFormatTestValidate()
2598 static_cast<uint32_t>(AlertIcon::kStatus), in ProcessNullTestValidate()
2613 static_cast<uint32_t>(AlertIcon::kWarning), in ProcessNullTestValidate()