Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc195 std::vector<ScopedFPDFAnnotation> widget_annots; in GetFormWidgetInfos() local
196 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()