Home | History | Annotate | Download | only in net_internals

Lines Matching refs:function

28 function EventsView(tableBodyId, filterInputId, filterCountId,
93 EventsView.prototype.initializeSourceList_ = function() {
106 EventsView.prototype.setGeometry = function(left, top, width, height) {
111 EventsView.prototype.show = function(isVisible) {
116 EventsView.prototype.getFilterText_ = function() {
120 EventsView.prototype.setFilterText_ = function(filterText) {
125 EventsView.prototype.onFilterTextChanged_ = function() {
132 EventsView.prototype.onSecurityStrippingChanged = function() {
142 EventsView.compareActive_ = function(source1, source2) {
162 EventsView.compareDescription_ = function(source1, source2) {
171 EventsView.compareDuration_ = function(source1, source2) {
184 EventsView.compareSourceId_ = function(source1, source2) {
200 EventsView.compareSourceType_ = function(source1, source2) {
209 EventsView.prototype.comparisonFuncWithReversing_ = function(a, b) {
228 EventsView.prototype.Sort_ = function() {
255 EventsView.prototype.parseDirective_ = function(sourceText, directive) {
276 EventsView.prototype.parseNegatableDirective_ = function(sourceText,
297 EventsView.prototype.parseSortDirectives_ = function(filterText) {
323 EventsView.prototype.parseRestrictDirectives_ = function(filterText, filter) {
346 EventsView.prototype.parseStringDirectives_ = function(filterText, filter) {
366 EventsView.prototype.createFilter_ = function(filterText) {
375 EventsView.prototype.setFilter_ = function(filterText) {
400 EventsView.prototype.InsertionSort_ = function(sourceEntry) {
432 EventsView.prototype.onLogEntryAdded = function(logEntry) {
462 EventsView.prototype.getSourceEntry = function(id) {
470 EventsView.prototype.onLogEntriesDeleted = function(sourceIds) {
485 EventsView.prototype.onAllLogEntriesDeleted = function() {
494 EventsView.prototype.onSetIsViewingLogFile = function(isViewingLogFile) {
499 EventsView.prototype.incrementPrefilterCount = function(offset) {
504 EventsView.prototype.incrementPostfilterCount = function(offset) {
509 EventsView.prototype.onSelectionChanged = function() {
513 EventsView.prototype.clearSelection = function() {
525 EventsView.prototype.deleteSelected_ = function() {
534 EventsView.prototype.selectAll_ = function(event) {
544 EventsView.prototype.unselectAll_ = function() {
555 EventsView.prototype.setParameters = function(params) {
566 EventsView.prototype.toggleSortMethod_ = function(sortMethod) {
580 EventsView.prototype.sortById_ = function(event) {
584 EventsView.prototype.sortBySourceType_ = function(event) {
588 EventsView.prototype.sortByDescription_ = function(event) {
592 EventsView.prototype.modifySelectionArray = function(
613 EventsView.prototype.invalidateDetailsView_ = function() {
617 EventsView.prototype.invalidateFilterCounter_ = function() {
625 EventsView.prototype.repaintFilterCounter_ = function() {