Home
last modified time | relevance | path

Searched refs:PropertySpecs (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/fxjs/
Dcjs_icon.cpp9 const JSPropertySpec CJS_Icon::PropertySpecs[] = { member in CJS_Icon
24 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
Dcjs_annot.cpp15 const JSPropertySpec CJS_Annot::PropertySpecs[] = { member in CJS_Annot
33 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
Dcjs_icon.h29 static const JSPropertySpec PropertySpecs[];
Dcjs_annot.h31 static const JSPropertySpec PropertySpecs[]; variable
Dcjs_event.cpp14 const JSPropertySpec CJS_Event::PropertySpecs[] = { member in CJS_Event
48 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
Dcjs_color.cpp20 const JSPropertySpec CJS_Color::PropertySpecs[] = { member in CJS_Color
49 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
Dcjs_color.h47 static const JSPropertySpec PropertySpecs[]; variable
Dcjs_event.h45 static const JSPropertySpec PropertySpecs[]; variable
Dcjs_app.cpp37 const JSPropertySpec CJS_App::PropertySpecs[] = { member in CJS_App
89 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
Dcjs_app.h71 static const JSPropertySpec PropertySpecs[]; variable
Dcjs_document.h116 static const JSPropertySpec PropertySpecs[]; variable
Dcjs_field.h128 static const JSPropertySpec PropertySpecs[]; variable
Dcjs_document.cpp37 const JSPropertySpec CJS_Document::PropertySpecs[] = { member in CJS_Document
129 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
Dcjs_field.cpp524 const JSPropertySpec CJS_Field::PropertySpecs[] = { member in CJS_Field
627 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()