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

  /external/pdfium/fxjs/xfa/
cjx_color.h 14 class CJX_Color : public CJX_Node {
16 explicit CJX_Color(CXFA_Color* node);
17 ~CJX_Color() override;
cjx_color.cpp 7 #include "fxjs/xfa/cjx_color.h"
11 CJX_Color::CJX_Color(CXFA_Color* node) : CJX_Node(node) {}
13 CJX_Color::~CJX_Color() = default;
15 void CJX_Color::use(CFXJSE_Value* pValue,
21 void CJX_Color::cSpace(CFXJSE_Value* pValue,
27 void CJX_Color::usehref(CFXJSE_Value* pValue,
33 void CJX_Color::value(CFXJSE_Value* pValue,
  /external/pdfium/xfa/fxfa/parser/
cxfa_color.cpp 9 #include "fxjs/xfa/cjx_color.h"
37 pdfium::MakeUnique<CJX_Color>(this)) {}
xfa_basic_data_element_script.cpp 28 #include "fxjs/xfa/cjx_color.h"
    [all...]

Completed in 68 milliseconds