Searched refs:DivView (Results 1 – 14 of 14) sorted by relevance
/external/chromium/chrome/browser/resources/net_internals/ |
D | view.js | 79 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() {
|
D | httpthrottlingview.js | 10 DivView.call(this, mainBoxId); 18 inherits(HttpThrottlingView, DivView);
|
D | httpcacheview.js | 10 DivView.call(this, mainBoxId); 18 inherits(HttpCacheView, DivView);
|
D | socketsview.js | 16 DivView.call(this, mainBoxId); 29 inherits(SocketsView, DivView);
|
D | detailsview.js | 62 DivView.call(this, boxId); 66 inherits(DetailsSubView, DivView);
|
D | serviceprovidersview.js | 19 DivView.call(this, mainBoxId); 32 inherits(ServiceProvidersView, DivView);
|
D | testview.js | 16 DivView.call(this, mainBoxId); 27 inherits(TestView, DivView);
|
D | proxyview.js | 23 DivView.call(this, mainBoxId); 48 inherits(ProxyView, DivView);
|
D | dnsview.js | 25 DivView.call(this, mainBoxId); 47 inherits(DnsView, DivView);
|
D | hstsview.js | 16 DivView.call(this, mainBoxId); 35 inherits(HSTSView, DivView);
|
D | spdyview.js | 17 DivView.call(this, mainBoxId); 37 inherits(SpdyView, DivView);
|
D | eventsview.js | 40 var leftPane = new TopMidBottomView(new DivView(topbarId), 41 new DivView(middleboxId), 42 new DivView(bottombarId)); 51 leftPane, this.detailsView_, new DivView(sizerId));
|
D | tabswitcherview.js | 27 var tabHandleView = new DivView(tabHandleDivId);
|
D | dataview.js | 28 DivView.call(this, mainBoxId); 65 inherits(DataView, DivView);
|