Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/formfiller/
Dcffl_interactiveformfiller.cpp42 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false)) in GetViewBBox() local
43 return pFormFiller->GetViewBBox(pPageView, pAnnot); in GetViewBBox()
65 CFFL_FormFiller* pFormFiller = GetFormFiller(pAnnot, false); in OnDraw() local
66 if (pFormFiller && pFormFiller->IsValid()) { in OnDraw()
67 pFormFiller->OnDraw(pPageView, pAnnot, pDevice, *pUser2Device); in OnDraw()
73 CFX_FloatRect rcFocus = pFormFiller->GetFocusBox(pPageView); in OnDraw()
99 pFormFiller = GetFormFiller(pAnnot, false); in OnDraw()
100 if (pFormFiller) { in OnDraw()
101 pFormFiller->OnDrawDeactive(pPageView, pAnnot, pDevice, *pUser2Device); in OnDraw()
138 if (CFFL_FormFiller* pFormFiller = GetFormFiller(pWidget, false)) { in OnMouseEnter() local
[all …]
Dcffl_formfiller.cpp472 CFFL_InteractiveFormFiller* pFormFiller = in CommitData() local
476 if (!pFormFiller->OnKeyStrokeCommit(&pObserved, pPageView, nFlag)) { in CommitData()
485 if (!pFormFiller->OnValidate(&pObserved, pPageView, nFlag)) { in CommitData()
498 pFormFiller->OnCalculate(&pObserved, pPageView, nFlag); in CommitData()
502 pFormFiller->OnFormat(&pObserved, pPageView, nFlag); in CommitData()
Dcffl_combobox.cpp50 CFFL_InteractiveFormFiller* pFormFiller = in NewPDFWindow() local
52 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()
/external/pdfium/fpdfsdk/
Dcfx_systemhandler.cpp65 void CFX_SystemHandler::OutputSelectedRect(CFFL_FormFiller* pFormFiller, in OutputSelectedRect() argument
67 if (!pFormFiller) in OutputSelectedRect()
70 CFX_PointF ptA = pFormFiller->PWLtoFFL(CFX_PointF(rect.left, rect.bottom)); in OutputSelectedRect()
71 CFX_PointF ptB = pFormFiller->PWLtoFFL(CFX_PointF(rect.right, rect.top)); in OutputSelectedRect()
73 CPDFSDK_Annot* pAnnot = pFormFiller->GetSDKAnnot(); in OutputSelectedRect()
Dcfx_systemhandler.h58 void OutputSelectedRect(CFFL_FormFiller* pFormFiller, CFX_FloatRect& rect);
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.cpp266 CXFA_Interactive* pFormFiller = in IsInteractive() local
268 if (pFormFiller) { in IsInteractive()
271 WideString wsInteractive = pFormFiller->JSObject()->GetContent(false); in IsInteractive()