Searched refs:JSGlobalAlternate (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/javascript/
H A Dglobal.h33 class JSGlobalAlternate : public CJS_EmbedObj { class in inherits:CJS_EmbedObj
35 explicit JSGlobalAlternate(CJS_Object* pJSObject);
36 ~JSGlobalAlternate() override;
83 JS_SPECIAL_STATIC_METHOD(setPersistent, JSGlobalAlternate, global);
H A Dglobal.cpp28 IMPLEMENT_SPECIAL_JS_CLASS(CJS_Global, JSGlobalAlternate, global);
32 JSGlobalAlternate* pGlobal =
33 static_cast<JSGlobalAlternate*>(GetEmbedObject());
49 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject) function in class:JSGlobalAlternate
52 JSGlobalAlternate::~JSGlobalAlternate() {
57 void JSGlobalAlternate::Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv) {
63 bool JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) {
67 bool JSGlobalAlternate
[all...]

Completed in 1952 milliseconds