Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/app/
Dxfa_ffwidgethandler.cpp21 : m_pDocView(pDocView) {} in CXFA_FFWidgetHandler()
26 m_pDocView->LockUpdate(); in OnMouseEnter()
28 m_pDocView->UnlockUpdate(); in OnMouseEnter()
29 m_pDocView->UpdateDocView(); in OnMouseEnter()
34 m_pDocView->LockUpdate(); in OnMouseExit()
36 m_pDocView->UnlockUpdate(); in OnMouseExit()
37 m_pDocView->UpdateDocView(); in OnMouseExit()
44 m_pDocView->LockUpdate(); in OnLButtonDown()
46 if (bRet && m_pDocView->SetFocus(hWidget)) { in OnLButtonDown()
47 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown()
[all …]
Dxfa_ffwidgetacc.cpp174 m_pDocView(pDocView), in CXFA_WidgetAcc()
197 m_pDocView->AddValidateWidget(this); in ProcessValueChanged()
198 m_pDocView->AddCalculateWidgetAcc(this); in ProcessValueChanged()
199 m_pDocView->RunCalculateWidgets(); in ProcessValueChanged()
200 m_pDocView->RunValidate(); in ProcessValueChanged()
293 return m_pDocView; in GetDocView()
296 return m_pDocView->GetDoc(); in GetDoc()
478 m_pDocView->m_arrNullTestMsg.push_back(wsNullMsg); in ProcessNullTestValidate()
573 bool bStatus = m_pDocView->GetLayoutStatus() < XFA_DOCVIEW_LAYOUTSTATUS_End; in ProcessValidate()
663 m_pDocView->AddValidateWidget(this); in ExecuteScript()
[all …]
Dxfa_ffcheckbutton.cpp302 m_pDocView->AddValidateWidget(pFFExclGroup); in OnProcessEvent()
303 m_pDocView->AddCalculateWidgetAcc(pFFExclGroup); in OnProcessEvent()
Dxfa_ffpageview.cpp119 : CXFA_ContainerLayoutItem(pPageArea), m_pDocView(pDocView) {} in CXFA_FFPageView()
124 return m_pDocView; in GetDocView()
Dxfa_fffield.cpp606 m_pDocView->SetChangeMark(); in ProcessCommittedData()
607 m_pDocView->AddValidateWidget(m_pDataAcc); in ProcessCommittedData()
Dxfa_ffwidget.cpp173 m_pDocView->AddInvalidateRect(m_pPageView, rtWidget); in AddInvalidateRect()
460 return m_pDocView; in GetDocView()
464 m_pDocView = pDocView; in SetDocView()
468 return m_pDocView->GetDoc(); in GetDoc()
Dxfa_ffchoicelist.cpp486 m_pDocView->SetFocusWidgetAcc(nullptr); in OnSelectChanged()
Dxfa_ffdocview.cpp806 m_pDocView(pDocView), in CXFA_WidgetAccIterator()
/external/pdfium/xfa/fxfa/
Dxfa_ffpageview.h33 CXFA_FFDocView* const m_pDocView;
Dfxfa_widget.h116 CXFA_FFDocView* m_pDocView; variable
Dxfa_ffdocview.h149 CXFA_FFDocView* const m_pDocView; variable
Dxfa_ffwidgethandler.h116 CXFA_FFDocView* m_pDocView; variable
Dxfa_ffwidget.h143 CXFA_FFDocView* m_pDocView; variable