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

  /external/pdfium/xfa/fxfa/
cxfa_ffdocview.cpp 7 #include "xfa/fxfa/cxfa_ffdocview.h"
60 CXFA_FFDocView::CXFA_FFDocView(CXFA_FFDoc* pDoc)
69 CXFA_FFDocView::~CXFA_FFDocView() {
73 void CXFA_FFDocView::InitLayout(CXFA_Node* pNode) {
81 int32_t CXFA_FFDocView::StartLayout(int32_t iStartPage) {
105 int32_t CXFA_FFDocView::DoLayout() {
115 void CXFA_FFDocView::StopLayout() {
160 void CXFA_FFDocView::ShowNullTestMsg()
    [all...]
cxfa_ffdocview.h 43 class CXFA_FFDocView {
45 explicit CXFA_FFDocView(CXFA_FFDoc* pDoc);
46 ~CXFA_FFDocView();

Completed in 1476 milliseconds