HomeSort by relevance Sort by last modified time
    Searched refs:m_pDocView (Results 1 - 13 of 13) sorted by null

  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgethandler.cpp 21 : m_pDocView(pDocView) {}
26 m_pDocView->LockUpdate();
28 m_pDocView->UnlockUpdate();
29 m_pDocView->UpdateDocView();
34 m_pDocView->LockUpdate();
36 m_pDocView->UnlockUpdate();
37 m_pDocView->UpdateDocView();
44 m_pDocView->LockUpdate();
46 if (bRet && m_pDocView->SetFocus(hWidget)) {
47 m_pDocView->GetDoc()->GetDocEnvironment()->SetFocusWidget
    [all...]
xfa_ffwidgetacc.cpp 174 m_pDocView(pDocView),
197 m_pDocView->AddValidateWidget(this);
198 m_pDocView->AddCalculateWidgetAcc(this);
199 m_pDocView->RunCalculateWidgets();
200 m_pDocView->RunValidate();
293 return m_pDocView;
296 return m_pDocView->GetDoc();
478 m_pDocView->m_arrNullTestMsg.push_back(wsNullMsg);
573 bool bStatus = m_pDocView->GetLayoutStatus() < XFA_DOCVIEW_LAYOUTSTATUS_End;
663 m_pDocView->AddValidateWidget(this)
    [all...]
xfa_ffcheckbutton.cpp 302 m_pDocView->AddValidateWidget(pFFExclGroup);
303 m_pDocView->AddCalculateWidgetAcc(pFFExclGroup);
xfa_ffpageview.cpp 119 : CXFA_ContainerLayoutItem(pPageArea), m_pDocView(pDocView) {}
124 return m_pDocView;
xfa_fffield.cpp 606 m_pDocView->SetChangeMark();
607 m_pDocView->AddValidateWidget(m_pDataAcc);
xfa_ffchoicelist.cpp 486 m_pDocView->SetFocusWidgetAcc(nullptr);
xfa_ffwidget.cpp 173 m_pDocView->AddInvalidateRect(m_pPageView, rtWidget);
460 return m_pDocView;
464 m_pDocView = pDocView;
468 return m_pDocView->GetDoc();
    [all...]
xfa_ffdocview.cpp 806 m_pDocView(pDocView),
  /external/pdfium/xfa/fxfa/
xfa_ffpageview.h 33 CXFA_FFDocView* const m_pDocView;
fxfa_widget.h 116 CXFA_FFDocView* m_pDocView;
xfa_ffdocview.h 149 CXFA_FFDocView* const m_pDocView;
xfa_ffwidgethandler.h 116 CXFA_FFDocView* m_pDocView;
xfa_ffwidget.h 143 CXFA_FFDocView* m_pDocView;

Completed in 146 milliseconds