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

  /external/pdfium/xfa/fxfa/
xfa_ffdocview.h 39 class CXFA_FFDocView {
41 explicit CXFA_FFDocView(CXFA_FFDoc* pDoc);
42 ~CXFA_FFDocView();
135 CXFA_WidgetAccIterator(CXFA_FFDocView* pDocView, CXFA_Node* pTravelRoot);
149 CXFA_FFDocView* const m_pDocView;
  /external/pdfium/xfa/fxfa/app/
xfa_ffdocview.cpp 55 CXFA_FFDocView::CXFA_FFDocView(CXFA_FFDoc* pDoc)
67 CXFA_FFDocView::~CXFA_FFDocView() {
71 void CXFA_FFDocView::InitLayout(CXFA_Node* pNode) {
78 int32_t CXFA_FFDocView::StartLayout(int32_t iStartPage) {
99 int32_t CXFA_FFDocView::DoLayout(IFX_Pause* pPause) {
108 void CXFA_FFDocView::StopLayout() {
146 int32_t CXFA_FFDocView::GetLayoutStatus() {
149 void CXFA_FFDocView::ShowNullTestMsg()
    [all...]

Completed in 2033 milliseconds