Lines Matching refs:send
28 chrome.send('viewCertificate', [selected.data.id]);
36 chrome.send('editServerCertificate', [selected.data.id]);
50 chrome.send('exportPersonalCertificate', [selected.data.id]);
57 chrome.send('exportAllPersonalCertificates', []);
65 chrome.send('importPersonalCertificate', [false]);
69 chrome.send('importServerCertificate', []);
73 chrome.send('importCaCertificate', []);
82 chrome.send('importPersonalCertificate', [true]);
91 chrome.send('exportCertificate', [selected.data.id]);
103 function() { chrome.send('deleteCertificate', [data.id]); });
155 chrome.send('checkTpmTokenReady');
205 chrome.send('populateCertificateManager');