Searched defs:HSTSView (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
H A Dhstsview.js13 function HSTSView(mainBoxId, queryInputId, formId, queryOutputDivId, class
35 inherits(HSTSView, DivView);
37 HSTSView.prototype.onSubmitQuery_ = function(event) {
42 HSTSView.prototype.onSubmitAdd_ = function(event) {
54 HSTSView.prototype.onSubmitDelete_ = function(event) {
82 HSTSView.prototype.onHSTSQueryResult = function(result) {

Completed in 753 milliseconds