Searched refs:widget_annots (Results 1 – 1 of 1) sorted by relevance
195 std::vector<ScopedFPDFAnnotation> widget_annots; in GetFormWidgetInfos() local196 pdfClient_utils::GetVisibleAnnotsOfType(page, {FPDF_ANNOT_WIDGET}, &widget_annots); in GetFormWidgetInfos()198 if (widget_annots.empty()) { in GetFormWidgetInfos()203 for (const auto& widget_annot : widget_annots) { in GetFormWidgetInfos()