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()
51 if (bRet && m_pDocView->SetFocus(hWidget)) { in OnLButtonDown()
52 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget( in OnLButtonDown()
[all …]
Dcxfa_ffwidget.cpp353 m_pDocView->AddInvalidateRect(m_pPageView, rtWidget); in AddInvalidateRect()
597 return m_pDocView; in GetDocView()
601 m_pDocView = pDocView; in SetDocView()
605 return m_pDocView->GetDoc(); in GetDoc()
Dcxfa_ffpageview.h34 UnownedPtr<CXFA_FFDocView> const m_pDocView;
Dcxfa_ffcheckbutton.cpp317 m_pDocView->AddValidateWidget(exclNode->GetWidgetAcc()); in OnProcessEvent()
318 m_pDocView->AddCalculateWidgetAcc(exclNode->GetWidgetAcc()); in OnProcessEvent()
Dcxfa_ffpageview.cpp113 : CXFA_ContainerLayoutItem(pPageArea), m_pDocView(pDocView) {} in CXFA_FFPageView()
118 return m_pDocView.Get(); in GetDocView()
Dcxfa_ffwidgethandler.h120 CXFA_FFDocView* m_pDocView; variable
Dcxfa_ffwidget.h165 CXFA_FFDocView* m_pDocView = nullptr; variable
Dcxfa_fffield.cpp633 m_pDocView->SetChangeMark(); in ProcessCommittedData()
634 m_pDocView->AddValidateWidget(m_pNode->GetWidgetAcc()); in ProcessCommittedData()
Dcxfa_ffcombobox.cpp309 m_pDocView->SetFocusWidgetAcc(nullptr); in OnSelectChanged()