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

  /external/pdfium/fxjs/xfa/
cjx_area.cpp 7 #include "fxjs/xfa/cjx_area.h"
11 CJX_Area::CJX_Area(CXFA_Area* node) : CJX_Container(node) {}
13 CJX_Area::~CJX_Area() = default;
15 void CJX_Area::colSpan(CFXJSE_Value* pValue,
21 void CJX_Area::relevant(CFXJSE_Value* pValue,
27 void CJX_Area::use(CFXJSE_Value* pValue,
33 void CJX_Area::usehref(CFXJSE_Value* pValue,
39 void CJX_Area::x(CFXJSE_Value* pValue
    [all...]
cjx_area.h 14 class CJX_Area : public CJX_Container {
16 explicit CJX_Area(CXFA_Area* node);
17 ~CJX_Area() override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_area.cpp 9 #include "fxjs/xfa/cjx_area.h"
44 pdfium::MakeUnique<CJX_Area>(this)) {}
xfa_basic_data_element_script.cpp 10 #include "fxjs/xfa/cjx_area.h"
    [all...]

Completed in 239 milliseconds