Home
last modified time | relevance | path

Searched refs:DivView (Results 1 – 14 of 14) sorted by relevance

/external/chromium/chrome/browser/resources/net_internals/
Dview.js79 function DivView(divId) { class
92 inherits(DivView, View);
94 DivView.prototype.setGeometry = function(left, top, width, height) {
95 DivView.superClass_.setGeometry.call(this, left, top, width, height);
101 DivView.prototype.show = function(isVisible) {
102 DivView.superClass_.show.call(this, isVisible);
109 DivView.prototype.getNode = function() {
Dhttpthrottlingview.js10 DivView.call(this, mainBoxId);
18 inherits(HttpThrottlingView, DivView);
Dhttpcacheview.js10 DivView.call(this, mainBoxId);
18 inherits(HttpCacheView, DivView);
Dsocketsview.js16 DivView.call(this, mainBoxId);
29 inherits(SocketsView, DivView);
Ddetailsview.js62 DivView.call(this, boxId);
66 inherits(DetailsSubView, DivView);
Dserviceprovidersview.js19 DivView.call(this, mainBoxId);
32 inherits(ServiceProvidersView, DivView);
Dtestview.js16 DivView.call(this, mainBoxId);
27 inherits(TestView, DivView);
Dproxyview.js23 DivView.call(this, mainBoxId);
48 inherits(ProxyView, DivView);
Ddnsview.js25 DivView.call(this, mainBoxId);
47 inherits(DnsView, DivView);
Dhstsview.js16 DivView.call(this, mainBoxId);
35 inherits(HSTSView, DivView);
Dspdyview.js17 DivView.call(this, mainBoxId);
37 inherits(SpdyView, DivView);
Deventsview.js40 var leftPane = new TopMidBottomView(new DivView(topbarId),
41 new DivView(middleboxId),
42 new DivView(bottombarId));
51 leftPane, this.detailsView_, new DivView(sizerId));
Dtabswitcherview.js27 var tabHandleView = new DivView(tabHandleDivId);
Ddataview.js28 DivView.call(this, mainBoxId);
65 inherits(DataView, DivView);