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

  /external/pdfium/fxjs/
cjs_annot.cpp 7 #include "fxjs/cjs_annot.h"
22 const JSPropertySpec CJS_Annot::PropertySpecs[] = {
27 int CJS_Annot::ObjDefnID = -1;
30 int CJS_Annot::GetObjDefnID() {
35 void CJS_Annot::DefineJSObjects(CFXJS_Engine* pEngine) {
37 JSConstructor<CJS_Annot, Annot>,
38 JSDestructor<CJS_Annot>);
cjs_annot.h 33 class CJS_Annot : public CJS_Object {
38 explicit CJS_Annot(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
39 ~CJS_Annot() override {}
cjs_runtime.cpp 13 #include "fxjs/cjs_annot.h"
157 CJS_Annot::DefineJSObjects(this);
cjs_document.cpp 22 #include "fxjs/cjs_annot.h"
    [all...]

Completed in 166 milliseconds