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

  /external/pdfium/fxjs/xfa/
cjx_text.cpp 7 #include "fxjs/xfa/cjx_text.h"
11 CJX_Text::CJX_Text(CXFA_Text* node) : CJX_Content(node) {}
13 CJX_Text::~CJX_Text() = default;
15 void CJX_Text::use(CFXJSE_Value* pValue,
21 void CJX_Text::maxChars(CFXJSE_Value* pValue,
27 void CJX_Text::defaultValue(CFXJSE_Value* pValue,
33 void CJX_Text::usehref(CFXJSE_Value* pValue,
39 void CJX_Text::value(CFXJSE_Value* pValue
    [all...]
cjx_text.h 14 class CJX_Text : public CJX_Content {
16 explicit CJX_Text(CXFA_Text* node);
17 ~CJX_Text() override;
  /external/pdfium/xfa/fxfa/parser/
cxfa_text.cpp 9 #include "fxjs/xfa/cjx_text.h"
37 pdfium::MakeUnique<CJX_Text>(this)) {}
xfa_basic_data_element_script.cpp 129 #include "fxjs/xfa/cjx_text.h"
    [all...]

Completed in 70 milliseconds