Home
last modified time | relevance | path

Searched refs:CanAnswer (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/
Dcpdfsdk_baannothandler.h31 bool CanAnswer(CPDFSDK_Annot* pAnnot) override;
Dipdfsdk_annothandler.h27 virtual bool CanAnswer(CPDFSDK_Annot* pAnnot) = 0;
Dcpdfsdk_widgethandler.h31 bool CanAnswer(CPDFSDK_Annot* pAnnot) override;
Dcpdfsdk_baannothandler.cpp46 bool CPDFSDK_BAAnnotHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer() function in CPDFSDK_BAAnnotHandler
Dcpdfsdk_widgethandler.cpp33 bool CPDFSDK_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer() function in CPDFSDK_WidgetHandler
Dcpdfsdk_annothandlermgr.cpp312 if (pAnnotHandler->CanAnswer(pAnnot)) in Annot_OnHitTest()
/external/pdfium/fpdfsdk/fpdfxfa/
Dcpdfxfa_widgethandler.h33 bool CanAnswer(CPDFSDK_Annot* pAnnot) override;
Dcpdfxfa_widgethandler.cpp212 bool CPDFXFA_WidgetHandler::CanAnswer(CPDFSDK_Annot* pAnnot) { in CanAnswer() function in CPDFXFA_WidgetHandler