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

  /external/pdfium/fxjs/xfa/
cjx_pagearea.h 14 class CJX_PageArea : public CJX_Container {
16 explicit CJX_PageArea(CXFA_PageArea* node);
17 ~CJX_PageArea() override;
cjx_pagearea.cpp 7 #include "fxjs/xfa/cjx_pagearea.h"
11 CJX_PageArea::CJX_PageArea(CXFA_PageArea* node) : CJX_Container(node) {}
13 CJX_PageArea::~CJX_PageArea() = default;
15 void CJX_PageArea::use(CFXJSE_Value* pValue,
21 void CJX_PageArea::pagePosition(CFXJSE_Value* pValue,
27 void CJX_PageArea::oddOrEven(CFXJSE_Value* pValue,
33 void CJX_PageArea::relevant(CFXJSE_Value* pValue,
39 void CJX_PageArea::initialNumber(CFXJSE_Value* pValue
    [all...]

Completed in 57 milliseconds