Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_interactiveform.h103 const std::vector<UnownedPtr<CPDF_FormControl>>& GetControlsForField(
Dcpdf_formfield.cpp937 return m_pForm->GetControlsForField(this); in GetControls()
Dcpdf_interactiveform.cpp771 CPDF_InteractiveForm::GetControlsForField(const CPDF_FormField* pField) { in GetControlsForField() function in CPDF_InteractiveForm