Searched defs:CXFA_FFDocView (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/xfa/fxfa/
H A Dcxfa_ffdocview.h43 class CXFA_FFDocView { class
45 explicit CXFA_FFDocView(CXFA_FFDoc* pDoc);
46 ~CXFA_FFDocView();
H A Dcxfa_ffdocview.cpp60 CXFA_FFDocView::CXFA_FFDocView(CXFA_FFDoc* pDoc) function in class:CXFA_FFDocView
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() {
183 void CXFA_FFDocView
[all...]

Completed in 118 milliseconds