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 | 15 const JSPropertySpec CJS_Annot::PropertySpecs[] = { member in CJS_Annot 33 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_icon.h | 29 static const JSPropertySpec PropertySpecs[];
|
D | cjs_annot.h | 31 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_event.cpp | 14 const JSPropertySpec CJS_Event::PropertySpecs[] = { member in CJS_Event 48 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_color.cpp | 20 const JSPropertySpec CJS_Color::PropertySpecs[] = { member in CJS_Color 49 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_color.h | 47 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_event.h | 45 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_app.cpp | 37 const JSPropertySpec CJS_App::PropertySpecs[] = { member in CJS_App 89 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_app.h | 71 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_document.h | 116 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_field.h | 128 static const JSPropertySpec PropertySpecs[]; variable
|
D | cjs_document.cpp | 37 const JSPropertySpec CJS_Document::PropertySpecs[] = { member in CJS_Document 129 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|
D | cjs_field.cpp | 524 const JSPropertySpec CJS_Field::PropertySpecs[] = { member in CJS_Field 627 DefineProps(pEngine, ObjDefnID, PropertySpecs); in DefineJSObjects()
|