Lines Matching refs:CJS_Annot
16 const JSPropertySpec CJS_Annot::PropertySpecs[] = {
21 int CJS_Annot::ObjDefnID = -1;
23 const char CJS_Annot::kName[] = "Annot";
26 int CJS_Annot::GetObjDefnID() { in GetObjDefnID()
31 void CJS_Annot::DefineJSObjects(CFXJS_Engine* pEngine) { in DefineJSObjects()
32 ObjDefnID = pEngine->DefineObj(CJS_Annot::kName, FXJSOBJTYPE_DYNAMIC, in DefineJSObjects()
33 JSConstructor<CJS_Annot>, JSDestructor); in DefineJSObjects()
37 CJS_Annot::CJS_Annot(v8::Local<v8::Object> pObject, CJS_Runtime* pRuntime) in CJS_Annot() function in CJS_Annot
40 CJS_Annot::~CJS_Annot() = default;
42 void CJS_Annot::SetSDKAnnot(CPDFSDK_BAAnnot* annot) { in SetSDKAnnot()
46 CJS_Result CJS_Annot::get_hidden(CJS_Runtime* pRuntime) { in get_hidden()
54 CJS_Result CJS_Annot::set_hidden(CJS_Runtime* pRuntime, in set_hidden()
79 CJS_Result CJS_Annot::get_name(CJS_Runtime* pRuntime) { in get_name()
88 CJS_Result CJS_Annot::set_name(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_name()
100 CJS_Result CJS_Annot::get_type(CJS_Runtime* pRuntime) { in get_type()
112 CJS_Result CJS_Annot::set_type(CJS_Runtime* pRuntime, v8::Local<v8::Value> vp) { in set_type()