Lines Matching refs:JSGlobalAlternate
28 IMPLEMENT_SPECIAL_JS_CLASS(CJS_Global, JSGlobalAlternate, global);
32 JSGlobalAlternate* pGlobal = in InitInstance()
33 static_cast<JSGlobalAlternate*>(GetEmbedObject()); in InitInstance()
49 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) in JSGlobalAlternate() function in JSGlobalAlternate
52 JSGlobalAlternate::~JSGlobalAlternate() { in ~JSGlobalAlternate()
57 void JSGlobalAlternate::Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv) { in Initial()
63 bool JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) { in QueryProperty()
67 bool JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime, in DelProperty()
78 bool JSGlobalAlternate::DoProperty(CJS_Runtime* pRuntime, in DoProperty()
157 bool JSGlobalAlternate::setPersistent(CJS_Runtime* pRuntime, in setPersistent()
179 void JSGlobalAlternate::UpdateGlobalPersistentVariables() { in UpdateGlobalPersistentVariables()
231 void JSGlobalAlternate::CommitGlobalPersisitentVariables( in CommitGlobalPersisitentVariables()
269 void JSGlobalAlternate::ObjectToArray(CJS_Runtime* pRuntime, in ObjectToArray()
319 void JSGlobalAlternate::PutObjectProperty(v8::Local<v8::Object> pObj, in PutObjectProperty()
353 void JSGlobalAlternate::DestroyGlobalPersisitentVariables() { in DestroyGlobalPersisitentVariables()
360 bool JSGlobalAlternate::SetGlobalVariables(const CFX_ByteString& propname, in SetGlobalVariables()