Home | History | Annotate | Download | only in net_internals

Lines Matching refs:if

90  * Initializes the list of source entries.  If source entries are already,
137 * Sorts active entries first. If both entries are inactive, puts the one
138 * that was active most recently first. If both are active, uses source ID,
143 if (source1.isActive() && !source2.isActive())
145 if (!source1.isActive() && source2.isActive())
147 if (!source1.isActive()) {
149 if (deltaEndTime != 0) {
154 // If both ended at the same time, then odds are they were related events,
166 if (compareResult != 0)
173 if (durationDifference)
186 if (sourceId1 < 0)
189 if (sourceId2 < 0)
192 if (sourceId1 != sourceId2)
204 if (compareResult != 0)
211 if (this.doSortBackwards_)
232 if (this.sourceIdToEntryMap_[id].hasRow())
238 if (sourceEntries[i].getNextNodeSourceId() !=
261 if (matchInfo == null)
274 * '-' will be removed from |parameter|, if present.
279 if (matchInfo == null)
303 if (sortInfo == null)
306 if (EventsView.comparisonFunctionTable_[comparisonName] != null) {
326 if (filterInfo == null)
328 if (filterInfo.parameter == 'active') {
329 if (!filterInfo.isNegated)
352 if (filterInfo == null)
354 if (!filter[directive])
381 if (lastComparisonFunction != this.comparisonFunction_ ||
388 // Iterate through all of the rows and see if they match the filter.
401 // SourceEntry that should be after |sourceEntry|, if it needs
406 if (prevSourceId == null)
409 if (this.comparisonFuncWithReversing_(sourceEntry, prevSourceEntry) >= 0)
413 if (sourceEntryAfter != sourceEntry) {
421 if (nextSourceId == null)
424 if (this.comparisonFuncWithReversing_(sourceEntry, nextSourceEntry) <= 0)
428 if (sourceEntryBefore != sourceEntry)
438 if (!sourceEntry) {
442 if (id > this.maxReceivedSourceId_)
448 if (sourceEntry.isSelected())
459 * Returns the SourceEntry with the specified ID, if there is one.
474 if (entry) {
537 if (entry.isMatchedByFilter()) {
552 * If |params| includes a query, replaces the current filter and unselects.
556 if (params.q) {
563 * If already using the specified sort method, flips direction. Otherwise,
567 // Remove old sort directives, if any.
570 // If already using specified sortMethod, sort backwards.
571 if (!this.doSortBackwards_ &&
597 if (this.currentSelectedSources_[i] == sourceEntry) {
603 if (index != -1 && !addToSelection) {
608 if (index == -1 && addToSelection) {
618 if (!this.outstandingRepaintFilterCounter_) {