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

  /external/pdfium/fpdfsdk/javascript/
global.h 33 class JSGlobalAlternate : public CJS_EmbedObj {
35 explicit JSGlobalAlternate(CJS_Object* pJSObject);
36 ~JSGlobalAlternate() override;
83 JS_SPECIAL_STATIC_METHOD(setPersistent, JSGlobalAlternate, global);
global.cpp 28 IMPLEMENT_SPECIAL_JS_CLASS(CJS_Global, JSGlobalAlternate, global);
32 JSGlobalAlternate* pGlobal =
33 static_cast<JSGlobalAlternate*>(GetEmbedObject());
49 JSGlobalAlternate::JSGlobalAlternate(CJS_Object* pJSObject)
52 JSGlobalAlternate::~JSGlobalAlternate() {
57 void JSGlobalAlternate::Initial(CPDFSDK_FormFillEnvironment* pFormFillEnv) {
63 bool JSGlobalAlternate::QueryProperty(const FX_WCHAR* propname) {
67 bool JSGlobalAlternate::DelProperty(CJS_Runtime* pRuntime
    [all...]

Completed in 46 milliseconds