Searched refs:mailMsg (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | app_mailmsg.in | 37 app.alert("This test passes if mailMsg() logs output under the test utility."); 38 app.mailMsg(true); 39 app.mailMsg(false, "user@example.com"); 40 app.mailMsg(false, "user@example.com", "cc@example.com", 42 app.mailMsg({"bUI": true}); 43 app.mailMsg({"bUI": false, "cTo": "user@example.com"}); 44 app.mailMsg({"bUI": false, 51 app.mailMsg(); 56 app.mailMsg(false); 61 app.mailMsg({"color": "red", "size": 42});
|
D | app_mailmsg_expected.txt | 1 Alert: This test passes if mailMsg() logs output under the test utility. 8 Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function. 9 Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function. 10 Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function.
|
/external/pdfium/fpdfsdk/javascript/ |
D | app.h | 121 bool mailMsg(CJS_Runtime* pRuntime, 209 JS_STATIC_METHOD(mailMsg, app);
|
D | app.cpp | 607 bool app::mailMsg(CJS_Runtime* pRuntime, in mailMsg() function in app
|