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

  /external/pdfium/fpdfsdk/javascript/
cjs_runtime.cpp 131 CJS_Field::DefineJSObjects(this, FXJSOBJTYPE_DYNAMIC);
135 CJS_Icon::DefineJSObjects(this, FXJSOBJTYPE_DYNAMIC);
144 CJS_TimerObj::DefineJSObjects(this, FXJSOBJTYPE_DYNAMIC);
145 CJS_PrintParamsObj::DefineJSObjects(this, FXJSOBJTYPE_DYNAMIC);
146 CJS_Annot::DefineJSObjects(this, FXJSOBJTYPE_DYNAMIC);
  /external/pdfium/fxjs/
fxjs_v8.h 39 FXJSOBJTYPE_DYNAMIC = 0, // Created by native method and returned to JS.

Completed in 57 milliseconds