Searched refs:PropertySpecs (Results 1 – 14 of 14) sorted by relevance
/external/pdfium/fxjs/ |
D | cjs_icon.cpp | 9 const JSPropertySpec CJS_Icon::PropertySpecs[] = { member in CJS_Icon 24 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_annot.cpp | 16 const JSPropertySpec CJS_Annot::PropertySpecs[] = { member in CJS_Annot 34 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_icon.h | 29 static const JSPropertySpec PropertySpecs[];
|
D | cjs_annot.h | 32 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_event.cpp | 15 const JSPropertySpec CJS_Event::PropertySpecs[] = { member in CJS_Event 49 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_color.cpp | 19 const JSPropertySpec CJS_Color::PropertySpecs[] = { member in CJS_Color 48 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_color.h | 46 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_event.h | 45 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_app.h | 71 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_app.cpp | 28 const JSPropertySpec CJS_App::PropertySpecs[] = { member in CJS_App 80 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_document.h | 117 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_field.h | 128 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_document.cpp | 31 const JSPropertySpec CJS_Document::PropertySpecs[] = { member in CJS_Document 123 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_field.cpp | 497 const JSPropertySpec CJS_Field::PropertySpecs[] = { member in CJS_Field 600 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|