Home
last modified time | relevance | path

Searched refs:GetAlerts (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/testing/
Dembedder_test_timer_handling_delegate.h76 const std::vector<AlertRecord>& GetAlerts() const { return alerts_; } in GetAlerts() function
/external/pdfium/fpdfsdk/
Dfpdf_formfill_embeddertest.cpp662 const auto& alerts = delegate.GetAlerts(); in TEST_F()
690 const auto& alerts = delegate.GetAlerts(); in TEST_F()
714 const auto& alerts = delegate.GetAlerts(); in TEST_F()
736 const auto& alerts = delegate.GetAlerts(); in TEST_F()
790 const auto& alerts = delegate.GetAlerts(); in TEST_F()
814 const auto& alerts = delegate.GetAlerts(); in TEST_F()
836 const auto& alerts = delegate.GetAlerts(); in TEST_F()
853 const auto& alerts = delegate.GetAlerts(); in TEST_F()
871 const auto& alerts = delegate.GetAlerts(); in TEST_F()
/external/pdfium/xfa/fwl/
Dcfwl_edit_embeddertest.cpp41 ASSERT_EQ(0u, delegate().GetAlerts().size()); in TEST_F()