Searched refs:AlertIcon (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/fpdfsdk/ |
D | fpdf_formfill.cpp | 52 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/ |
D | cjx_hostpseudomodel.cpp | 490 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/ |
D | fxfa.h | 35 enum class AlertIcon { enum
|
D | cxfa_fffield.cpp | 690 static_cast<uint32_t>(AlertIcon::kWarning), in CalculateNode() 717 static_cast<uint32_t>(AlertIcon::kWarning), in CalculateNode()
|
D | cxfa_fftextedit.cpp | 235 pAppProvider->GetAppTitle(), static_cast<uint32_t>(AlertIcon::kError), in ValidateNumberField()
|
D | cxfa_ffdocview.cpp | 163 static_cast<uint32_t>(AlertIcon::kStatus), in ShowNullTestMsg()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 2480 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()
|