Home
last modified time | relevance | path

Searched refs:mailMsg (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/testing/resources/javascript/
Dapp_mailmsg.in37 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});
Dapp_mailmsg_expected.txt1 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/fxjs/
Dcjs_app.h84 CJS_Return mailMsg(CJS_Runtime* pRuntime,
152 JS_STATIC_METHOD(mailMsg, app);
Dcjs_app.cpp428 CJS_Return app::mailMsg(CJS_Runtime* pRuntime, in mailMsg() function in app