Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffwidgethandler.cpp26 : m_pDocView(pDocView) {} in CXFA_FFWidgetHandler()
31 m_pDocView->LockUpdate(); in OnMouseEnter()
33 m_pDocView->UnlockUpdate(); in OnMouseEnter()
34 m_pDocView->UpdateDocView(); in OnMouseEnter()
39 m_pDocView->LockUpdate(); in OnMouseExit()
41 m_pDocView->UnlockUpdate(); in OnMouseExit()
42 m_pDocView->UpdateDocView(); in OnMouseExit()
49 m_pDocView->LockUpdate(); in OnLButtonDown()
53 if (m_pDocView->SetFocus(hWidget)) { in OnLButtonDown()
54 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown()
[all …]
Dcxfa_ffwidget.h150 CXFA_FFDocView* GetDocView() const { return m_pDocView.Get(); } in GetDocView()
151 void SetDocView(CXFA_FFDocView* pDocView) { m_pDocView = pDocView; } in SetDocView()
196 UnownedPtr<CXFA_FFDocView> m_pDocView; variable
Dcxfa_ffwidgethandler.h74 UnownedPtr<CXFA_FFDocView> m_pDocView;
Dcxfa_ffcheckbutton.cpp317 m_pDocView->AddValidateNode(exclNode); in OnProcessEvent()
318 m_pDocView->AddCalculateNode(exclNode); in OnProcessEvent()
Dcxfa_ffpageview.h41 UnownedPtr<CXFA_FFDocView> const m_pDocView; variable
Dcxfa_ffpageview.cpp114 : m_pPageArea(pPageArea), m_pDocView(pDocView) {} in CXFA_FFPageView()
119 return m_pDocView.Get(); in GetDocView()
Dcxfa_ffwidget.cpp374 m_pDocView->InvalidateRect(m_pPageView.Get(), rtWidget); in InvalidateRect()
655 return m_pDocView->GetDoc(); in GetDoc()
Dcxfa_ffcombobox.cpp327 m_pDocView->SetFocusNode(nullptr); in OnSelectChanged()
Dcxfa_fffield.cpp644 m_pDocView->SetChangeMark(); in ProcessCommittedData()
645 m_pDocView->AddValidateNode(m_pNode.Get()); in ProcessCommittedData()