Searched refs:cMsg (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | app_methods.in | 38 expect("app.alert({'cMsg': 'message', 'cTitle': 'title'})", 0); 39 expect("app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4})", 0); 76 "'cSubject': 'subject', 'cMsg': 'body'})", undefined);
|
D | app_methods_expected.txt | 4 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title'}) = 0 6 Alert: PASS: app.alert({'cMsg': 'message', 'cTitle': 'title', 'nIcon': 3, 'nType': 4}) = 0 52 …Cc': 'cc@example.com', 'cBcc': 'bcc@example.com', 'cSubject': 'subject', 'cMsg': 'body'}) = undefi…
|
D | document_methods.in | 252 '"cSubject": "LotteryWinner", "cMsg": "You won the lottery!", ' + 271 '"cSubject": "LotteryWinner", "cMsg": "You won the lottery!", ' +
|
D | document_methods_expected.txt | 123 …cc@example.com", "cBcc": "bcc@example.com", "cSubject": "LotteryWinner", "cMsg": "You won the lott… 132 …cc@example.com", "cBcc": "bcc@example.com", "cSubject": "LotteryWinner", "cMsg": "You won the lott…
|
/external/pdfium/fxjs/ |
D | cjs_app.cpp | 451 WideString cMsg; in mailMsg() local 453 cMsg = pRuntime->ToWideString(newParams[5]); in mailMsg() 457 cCc, cBcc, cMsg); in mailMsg()
|
D | cjs_document.cpp | 338 WideString cMsg; in mailDoc() local 340 cMsg = pRuntime->ToWideString(newParams[5]); in mailDoc() 344 cMsg); in mailDoc() 388 WideString cMsg; in mailForm() local 390 cMsg = pRuntime->ToWideString(newParams[5]); in mailForm() 395 cTo, cSubject, cCc, cBcc, cMsg); in mailForm()
|