Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_formfiller.h81 void SetFocusForAnnot(CPDFSDK_Annot* pAnnot, uint32_t nFlag);
Dcffl_formfiller.cpp248 void CFFL_FormFiller::SetFocusForAnnot(CPDFSDK_Annot* pAnnot, uint32_t nFlag) { in SetFocusForAnnot() function in CFFL_FormFiller
Dcffl_interactiveformfiller.cpp407 pFormFiller->SetFocusForAnnot(pAnnot->Get(), nFlag); in OnSetFocus()