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

/external/chromium/chrome/browser/resources/net_internals/
H A Deventsview.js6 * EventsView displays a filtered list of all events sharing a source, and
28 function EventsView(tableBodyId, filterInputId, filterCountId, class
87 inherits(EventsView, View);
93 EventsView.prototype.initializeSourceList_ = function() {
104 EventsView.REPAINT_FILTER_COUNTER_TIMEOUT_MS = 0;
106 EventsView.prototype.setGeometry = function(left, top, width, height) {
107 EventsView.superClass_.setGeometry.call(this, left, top, width, height);
111 EventsView.prototype.show = function(isVisible) {
112 EventsView.superClass_.show.call(this, isVisible);
116 EventsView
[all...]

Completed in 50 milliseconds