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

  /external/pdfium/fxjs/xfa/
cjx_image.cpp 7 #include "fxjs/xfa/cjx_image.h"
11 CJX_Image::CJX_Image(CXFA_Image* node) : CJX_Node(node) {}
13 CJX_Image::~CJX_Image() = default;
15 void CJX_Image::use(CFXJSE_Value* pValue,
21 void CJX_Image::contentType(CFXJSE_Value* pValue,
27 void CJX_Image::transferEncoding(CFXJSE_Value* pValue,
33 void CJX_Image::defaultValue(CFXJSE_Value* pValue,
39 void CJX_Image::usehref(CFXJSE_Value* pValue
    [all...]
cjx_image.h 14 class CJX_Image : public CJX_Node {
16 explicit CJX_Image(CXFA_Image* node);
17 ~CJX_Image() override;
  /external/pdfium/xfa/fxfa/parser/
xfa_basic_data_element_script.cpp 67 #include "fxjs/xfa/cjx_image.h"
    [all...]

Completed in 102 milliseconds