Searched refs:CJS_Field (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/fpdfsdk/src/javascript/
H A DJS_EventHandler.cpp610 pRuntime->GetIsolate(), pRuntime, CJS_Field::g_nObjDefnID);
619 CJS_Field* pJSField =
620 (CJS_Field*)FXJS_GetPrivate(pRuntime->GetIsolate(), pFieldObj);
633 pRuntime->GetIsolate(), pRuntime, CJS_Field::g_nObjDefnID);
642 CJS_Field* pJSField =
643 (CJS_Field*)FXJS_GetPrivate(pRuntime->GetIsolate(), pFieldObj);
H A DJS_Runtime.cpp169 CJS_Field::DefineJSObjects(GetIsolate(), FXJSOBJTYPE_DYNAMIC);
H A DField.h495 class CJS_Field : public CJS_Object { class in inherits:CJS_Object
497 explicit CJS_Field(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {} function in class:CJS_Field
498 ~CJS_Field(void) override {}
H A DField.cpp22 BEGIN_JS_STATIC_CONST(CJS_Field)
25 BEGIN_JS_STATIC_PROP(CJS_Field)
80 BEGIN_JS_STATIC_METHOD(CJS_Field)
109 IMPLEMENT_JS_CLASS(CJS_Field, Field)
111 void CJS_Field::InitInstance(IJS_Runtime* pIRuntime) {
3145 pRuntime->GetIsolate(), pRuntime, CJS_Field::g_nObjDefnID);
3148 CJS_Field* pJSField =
3149 (CJS_Field*)FXJS_GetPrivate(pRuntime->GetIsolate(), pObj);
H A DDocument.cpp303 pRuntime->GetIsolate(), pRuntime, CJS_Field::g_nObjDefnID);
306 CJS_Field* pJSField = (CJS_Field*)FXJS_GetPrivate(isolate, pFieldObj);

Completed in 79 milliseconds