Lines Matching refs:domain
326 BrowserBridge.prototype.sendHSTSQuery = function(domain) {
327 chrome.send('hstsQuery', [domain]);
330 BrowserBridge.prototype.sendHSTSAdd = function(domain,
333 chrome.send('hstsAdd', [domain, include_subdomains, pins]);
336 BrowserBridge.prototype.sendHSTSDelete = function(domain) {
337 chrome.send('hstsDelete', [domain]);