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

  /external/pdfium/fxjs/xfa/
cjx_area.h 14 class CJX_Area : public CJX_Container {
16 explicit CJX_Area(CXFA_Area* node);
17 ~CJX_Area() override;
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...]

Completed in 48 milliseconds