HomeSort by relevance Sort by last modified time
    Searched defs:GetDoc (Results 1 - 3 of 3) sorted by null

  /external/pdfium/xfa/fxfa/
xfa_ffdocview.h 44 CXFA_FFDoc* GetDoc() { return m_pDoc; }
  /external/pdfium/xfa/fxfa/app/
xfa_ffwidgetacc.cpp 98 CXFA_FFDoc* pFFDoc = pAcc->GetDoc();
160 CXFA_FFDoc* pFFDoc = pAcc->GetDoc();
295 CXFA_FFDoc* CXFA_WidgetAcc::GetDoc() {
296 return m_pDocView->GetDoc();
299 return GetDoc()->GetApp();
340 return GetDoc()->GetDocEnvironment()->SubmitData(GetDoc(), submit);
587 XFA_VERSION version = GetDoc()->GetXFADoc()->GetCurVersionMode();
597 bVersionFlag = GetDoc()->GetXFADoc()->HasFlag(XFA_DOCFLAG_Scripting);
630 CXFA_FFDoc* pDoc = GetDoc();
    [all...]
xfa_ffwidget.cpp 43 return GetPageView()->GetDocView()->GetDoc()->GetApp()->GetFWLApp();
154 GetDoc()->GetDocEnvironment()->InvalidateRect(m_pPageView, *pRect,
161 GetDoc()->GetDocEnvironment()->InvalidateRect(m_pPageView, rtWidget,
467 CXFA_FFDoc* CXFA_FFWidget::GetDoc() {
468 return m_pDocView->GetDoc();
472 return GetDoc()->GetApp();
    [all...]

Completed in 49 milliseconds