Searched refs:DnsView (Results 1 – 4 of 4) sorted by relevance
20 var DnsView = (function() { class29 function DnsView() { class in DnsView30 assertFirstConstructorCall(DnsView);33 superClass.call(this, DnsView.MAIN_BOX_ID);35 $(DnsView.ENABLE_IPV6_BUTTON_ID).onclick =37 $(DnsView.CLEAR_CACHE_BUTTON_ID).onclick =44 DnsView.TAB_ID = 'tab-handle-dns';45 DnsView.TAB_NAME = 'DNS';46 DnsView.TAB_HASH = '#dns';49 DnsView.MAIN_BOX_ID = 'dns-view-tab-content';[all …]
190 addTab(DnsView);
16 function DnsView(mainBoxId, class47 inherits(DnsView, DivView);49 DnsView.prototype.onHostResolverInfoChanged = function(hostResolverInfo) {
64 var dnsView = new DnsView('dnsTabContent',