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

  /external/pdfium/xfa/fxfa/
cxfa_ffdoc.h 23 class CXFA_FFDocView;
64 CXFA_FFDocView* CreateDocView();
72 CXFA_FFDocView* GetDocView(CXFA_LayoutProcessor* pLayout);
73 CXFA_FFDocView* GetDocView();
93 std::unique_ptr<CXFA_FFDocView> m_DocView;
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_ffnotify.cpp 19 #include "xfa/fxfa/cxfa_ffdocview.h"
61 CXFA_FFDocView* pDocView = m_pDoc->GetDocView(pSender->GetLayout());
214 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
232 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
241 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
266 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
279 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
295 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
303 CXFA_FFDocView* pDocView = m_pDoc->GetDocView();
308 CXFA_FFDocView* pDocView = m_pDoc->GetDocView()
    [all...]
cxfa_ffpageview.h 19 class CXFA_FFDocView;
23 CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea);
26 CXFA_FFDocView* GetDocView() const;
34 UnownedPtr<CXFA_FFDocView> const m_pDocView;
cxfa_ffwidget.h 21 class CXFA_FFDocView;
132 CXFA_FFDocView* GetDocView();
133 void SetDocView(CXFA_FFDocView* pDocView);
165 CXFA_FFDocView* m_pDocView = nullptr;
cxfa_ffdocview.h 43 class CXFA_FFDocView {
45 explicit CXFA_FFDocView(CXFA_FFDoc* pDoc);
46 ~CXFA_FFDocView();
cxfa_ffwidgethandler.h 16 class CXFA_FFDocView;
22 explicit CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView);
120 CXFA_FFDocView* m_pDocView;
cxfa_widgetacc.h 44 class CXFA_FFDocView;
68 bool FindSplitPos(CXFA_FFDocView* docView,
90 void UpdateUIDisplay(CXFA_FFDocView* docView, CXFA_FFWidget* pExcept);
cxfa_ffdoc.cpp 28 #include "xfa/fxfa/cxfa_ffdocview.h"
272 CXFA_FFDocView* CXFA_FFDoc::CreateDocView() {
274 m_DocView = pdfium::MakeUnique<CXFA_FFDocView>(this);
279 CXFA_FFDocView* CXFA_FFDoc::GetDocView(CXFA_LayoutProcessor* pLayout) {
284 CXFA_FFDocView* CXFA_FFDoc::GetDocView() {
cxfa_ffpageview.cpp 18 #include "xfa/fxfa/cxfa_ffdocview.h"
112 CXFA_FFPageView::CXFA_FFPageView(CXFA_FFDocView* pDocView, CXFA_Node* pPageArea)
117 CXFA_FFDocView* CXFA_FFPageView::GetDocView() const {
cxfa_ffwidget.cpp 25 #include "xfa/fxfa/cxfa_ffdocview.h"
596 CXFA_FFDocView* CXFA_FFWidget::GetDocView() {
600 void CXFA_FFWidget::SetDocView(CXFA_FFDocView* pDocView) {
cxfa_ffwidgethandler.cpp 13 #include "xfa/fxfa/cxfa_ffdocview.h"
25 CXFA_FFWidgetHandler::CXFA_FFWidgetHandler(CXFA_FFDocView* pDocView)
cxfa_widgetacc.cpp 24 #include "xfa/fxfa/cxfa_ffdocview.h"
625 void CXFA_WidgetAcc::UpdateUIDisplay(CXFA_FFDocView* docView,
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_node.h 28 class CXFA_FFDocView;
266 int32_t ProcessEvent(CXFA_FFDocView* docView,
269 int32_t ProcessEvent(CXFA_FFDocView* docView,
272 int32_t ProcessCalculate(CXFA_FFDocView* docView);
273 int32_t ProcessValidate(CXFA_FFDocView* docView, int32_t iFlags);
275 int32_t ExecuteScript(CXFA_FFDocView* docView,
278 std::pair<int32_t, bool> ExecuteBoolScript(CXFA_FFDocView* docView,
317 void ProcessScriptTestValidate(CXFA_FFDocView* docView,
322 int32_t ProcessFormatTestValidate(CXFA_FFDocView* docView,
325 int32_t ProcessNullTestValidate(CXFA_FFDocView* docView
    [all...]
cxfa_node.cpp 31 #include "xfa/fxfa/cxfa_ffdocview.h"
    [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 53 static void SynchronizeXFAValue(CXFA_FFDocView* pXFADocView,
57 static void SynchronizeXFAItems(CXFA_FFDocView* pXFADocView,
fpdfsave.cpp 32 #include "xfa/fxfa/cxfa_ffdocview.h"
55 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
202 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
224 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
cpdfsdk_widget.cpp 38 #include "xfa/fxfa/cxfa_ffdocview.h"
78 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()) {
102 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
116 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
272 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView())
333 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
347 CXFA_FFDocView* pXFADocView = pContext->GetXFADocView();
357 void CPDFSDK_Widget::SynchronizeXFAValue(CXFA_FFDocView* pXFADocView,
425 void CPDFSDK_Widget::SynchronizeXFAItems(CXFA_FFDocView* pXFADocView,
999 if (CXFA_FFDocView* pDocView = pContext->GetXFADocView()
    [all...]
cpdfsdk_xfawidgethandler.cpp 18 #include "xfa/fxfa/cxfa_ffdocview.h"
133 CXFA_FFDocView* pDocView = pContext->GetXFADocView();
351 CXFA_FFDocView* pDocView = pDoc->GetXFADocView();
cpdfsdk_pageview.cpp 25 #include "xfa/fxfa/cxfa_ffdocview.h"
103 CXFA_FFDocView* docView = xfaView->GetDocView();
fpdfformfill.cpp 32 #include "xfa/fxfa/cxfa_ffdocview.h"
240 CXFA_FFDocView* pDocView = pPageView->GetDocView();
  /external/pdfium/fpdfsdk/fpdfxfa/
cpdfxfa_context.h 42 CXFA_FFDocView* GetXFADocView() { return m_pXFADocView.Get(); }
112 UnownedPtr<CXFA_FFDocView> m_pXFADocView;
cpdfxfa_page.cpp 16 #include "xfa/fxfa/cxfa_ffdocview.h"
51 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView();
cpdfxfa_docenvironment.cpp 21 #include "xfa/fxfa/cxfa_ffdocview.h"
269 CXFA_FFDocView* pXFADocView = m_pContext->GetXFADocView();
616 CXFA_FFDocView* docView = m_pContext->GetXFADocView();
    [all...]

Completed in 219 milliseconds