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

  /external/pdfium/fxjs/xfa/
cjx_password.cpp 7 #include "fxjs/xfa/cjx_password.h"
11 CJX_Password::CJX_Password(CXFA_Password* node) : CJX_TextNode(node) {}
13 CJX_Password::~CJX_Password() = default;
15 void CJX_Password::use(CFXJSE_Value* pValue,
21 void CJX_Password::usehref(CFXJSE_Value* pValue,
cjx_password.h 14 class CJX_Password : public CJX_TextNode {
16 explicit CJX_Password(CXFA_Password* node);
17 ~CJX_Password() override;

Completed in 66 milliseconds