Searched refs:pFormFiller (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/fpdfsdk/formfiller/ |
D | cffl_interactiveformfiller.cpp | 42 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 …]
|
D | cffl_formfiller.cpp | 472 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()
|
D | cffl_combobox.cpp | 50 CFFL_InteractiveFormFiller* pFormFiller = in NewPDFWindow() local 52 pWnd->SetFillerNotify(pFormFiller); in NewPDFWindow()
|
/external/pdfium/fpdfsdk/ |
D | cfx_systemhandler.cpp | 65 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()
|
D | cfx_systemhandler.h | 58 void OutputSelectedRect(CFFL_FormFiller* pFormFiller, CFX_FloatRect& rect);
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_document.cpp | 266 CXFA_Interactive* pFormFiller = in IsInteractive() local 268 if (pFormFiller) { in IsInteractive() 271 WideString wsInteractive = pFormFiller->JSObject()->GetContent(false); in IsInteractive()
|