Home
last modified time | relevance | path

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

/packages/providers/MediaProvider/pdf/framework/libs/pdfClient/
Dform_filler.cc165 SetFormFocus(page, annotation); in GetFormWidgetInfo()
251 SetFormFocus(page, annotation.get()); in SetText()
292 SetFormFocus(page, annotation.get()); in SetChoiceSelection()
437 bool FormFiller::SetFormFocus(FPDF_PAGE page, const Point_d point) { in SetFormFocus() function in pdfClient::FormFiller
441 bool FormFiller::SetFormFocus(FPDF_PAGE page, FPDF_ANNOTATION annotation) { in SetFormFocus() function in pdfClient::FormFiller
445 return SetFormFocus(page, DoublePoint(mid_width, mid_height)); in SetFormFocus()
Dform_filler.h149 bool SetFormFocus(FPDF_PAGE page, const Point_d point);
151 bool SetFormFocus(FPDF_PAGE page, FPDF_ANNOTATION annotation);