Home
last modified time | relevance | path

Searched refs:OnLoad (Results 1 – 9 of 9) sorted by relevance

/external/angle/src/tests/test_expectations/
DGPUTestExpectationsParser_unittest.cpp19 OnLoad, enumerator
40 if (GetParam() == ConditionTestType::OnLoad) in load()
52 if (GetParam() == ConditionTestType::OnLoad) in get()
429 if (testParamInfo.param == ConditionTestType::OnLoad) in ConditionTestTypeName()
441 testing::Values(ConditionTestType::OnGet, ConditionTestType::OnLoad),
/external/pdfium/fpdfsdk/
Dcpdfsdk_baannothandler.h51 void OnLoad(CPDFSDK_Annot* pAnnot) override;
Dipdfsdk_annothandler.h49 virtual void OnLoad(CPDFSDK_Annot* pAnnot) = 0;
Dcpdfsdk_widgethandler.h51 void OnLoad(CPDFSDK_Annot* pAnnot) override;
Dcpdfsdk_baannothandler.cpp165 void CPDFSDK_BAAnnotHandler::OnLoad(CPDFSDK_Annot* pAnnot) {} in OnLoad() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_widgethandler.cpp191 void CPDFSDK_WidgetHandler::OnLoad(CPDFSDK_Annot* pAnnot) { in OnLoad() function in CPDFSDK_WidgetHandler
Dcpdfsdk_annothandlermgr.cpp79 GetAnnotHandler(pAnnot)->OnLoad(pAnnot); in Annot_OnLoad()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.h53 void OnLoad(CPDFSDK_Annot* pAnnot) override;
Dcpdfxfa_widgethandler.cpp249 void CPDFXFA_WidgetHandler::OnLoad(CPDFSDK_Annot* pAnnot) {} in OnLoad() function in CPDFXFA_WidgetHandler