Searched refs:testROProperty (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | field_properties.in | 38 testROProperty(field, "name", "MyField"); 54 // testROProperty(field, "currentValueIndices", "clams"); 60 testROProperty(field, "doc", "[object global]"); 61 // testROProperty(field, "editable", "clams"); 67 // testROProperty(field, "multipleSelection", "clams"); 68 testROProperty(field, "name", "MyField.MyText"); 69 // testROProperty(field, "numItems", "clams"); 70 testROProperty(field, "page", 0); 74 testROProperty(field, "rect", [200,221,220,201]); 75 // testROProperty(field, "required", "clams"); [all …]
|
D | property_test_helpers.js | 90 function testROProperty(that, prop, expected) { function
|
/external/pdfium/testing/resources/javascript/xfa_specific/ |
D | xfa_tree.in | 27 testROProperty(xfa.form, "all", "[object XFAObject]"); 28 testROProperty(xfa.form, "classAll", "[object XFAObject]"); 29 testROProperty(xfa.form, "classIndex", 0); 30 testROProperty(xfa.form, "index", 0); 31 testROProperty(xfa.form, "nodes", "[object XFAObject]"); 32 testROProperty(xfa.form, "parent", "[object XFAObject]"); 33 testROProperty(xfa.form, "somExpression", "xfa[0].form[0]");
|
D | xfa_host_pseudomodel.in | 27 testROProperty(xfa.host, "appType", "Exchange"); 30 testROProperty(xfa.host, "language", ""); 31 testROProperty(xfa.host, "name", "Acrobat"); 32 testROProperty(xfa.host, "numPages", 2); 33 testROProperty(xfa.host, "platform", ""); 36 testROProperty(xfa.host, "variation", "Full"); 37 testROProperty(xfa.host, "version", "11");
|
D | xfa_node.in | 32 testROProperty(my_doc, "isContainer", true); 33 testROProperty(my_doc, "isNull", false); 34 testROProperty(my_doc, "model", "[object XFAObject]"); 35 testROProperty(my_doc, "ns", ""); 36 testROProperty(my_doc, "oneOfChild", false);
|
D | instance_manager.in | 47 testROProperty(mgr, "min", 1); 48 testROProperty(mgr, "max", -1);
|
D | xfa_field.in | 44 testROProperty(field, "dataNode", "[object XFAObject]"); 45 testROProperty(field, "length", 2);
|
D | xfa_layout_pseudomodel.in | 27 testROProperty(xfa.layout, "ready", true);
|