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

  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.cpp 66 m_pXFADocView = nullptr;
114 m_pXFADocView = m_pXFADoc->CreateDocView();
115 if (m_pXFADocView->StartLayout() < 0) {
121 m_pXFADocView->DoLayout();
122 m_pXFADocView->StopLayout();
140 return m_pXFADocView->CountPageViews();
cpdfxfa_context.h 42 CXFA_FFDocView* GetXFADocView() { return m_pXFADocView.Get(); }
112 UnownedPtr<CXFA_FFDocView> m_pXFADocView;

Completed in 375 milliseconds