HomeSort by relevance Sort by last modified time
    Searched full:cjs_event (Results 1 - 3 of 3) sorted by null

  /external/pdfium/fpdfsdk/javascript/
event.h 62 class CJS_Event : public CJS_Object {
64 explicit CJS_Event(v8::Local<v8::Object> pObject) : CJS_Object(pObject) {}
65 ~CJS_Event() override {}
event.cpp 16 JSConstSpec CJS_Event::ConstSpecs[] = {{0, JSConstSpec::Number, 0, 0}};
18 JSPropertySpec CJS_Event::PropertySpecs[] = {
41 JSMethodSpec CJS_Event::MethodSpecs[] = {{0, 0}};
43 IMPLEMENT_JS_CLASS(CJS_Event, event)
cjs_runtime.cpp 130 CJS_Event::DefineJSObjects(this, FXJSOBJTYPE_STATIC);

Completed in 265 milliseconds