Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.h113 int GetOptionCount(FPDF_ANNOTATION annotation);
Dform_filler.cc360 int FormFiller::GetOptionCount(FPDF_ANNOTATION annotation) { in GetOptionCount() function in pdfClient::FormFiller
365 int option_count = GetOptionCount(annotation); in GetOptions()