Home | History | Annotate | Download | only in net_internals

Lines Matching refs:if

18   // If the first entry is a BEGIN_PHASE, set to true.
37 if (this.isMatchedByFilter() == isMatchedByFilter)
44 if (isMatchedByFilter) {
48 // If we are filtering an entry away, make sure it is no longer
60 if (isMatchedByFilter) {
68 if (logEntry.phase == LogEventPhase.PHASE_BEGIN &&
73 if (this.isActive_ &&
82 // If we just got the first entry for this source.
83 if (prevStartEntry != curStartEntry) {
84 if (!prevStartEntry)
101 if (this.row_ == null)
104 if (filter.isActive && !this.isActive_)
106 if (filter.isInactive && this.isActive_)
109 // Check source type, if needed.
110 if (filter.type) {
112 if (filter.type.indexOf(sourceType) == -1)
116 // Check source ID, if needed.
117 if (filter.id) {
118 if (filter.id.indexOf(this.getSourceId() + '') == -1)
122 if (filter.text == '')
132 if (isSelected == this.isSelected())
190 if (this.getSourceId() >= 0)
210 if (!e)
213 if (e.source.type == LogSourceType.NONE) {
219 if (e.params == undefined)
241 if (e.params.host)
245 if (e.params.source_dependency != undefined) {
248 if (connectJobSourceEntry)
254 if (description == undefined)
266 if (this.entries_.length < 1)
268 if (this.entries_.length >= 2) {
269 if (this.entries_[0].type == LogEventType.REQUEST_ALIVE ||
305 * Returns time of last event if inactive. Returns current time otherwise.
308 if (this.isActive_) {
319 * source ID. If source is still active, uses the current time for the
331 * Returns null if no such node exists.
334 if (!this.hasRow())
337 if (prevNode == null)
344 * Returns null if no such node exists.
347 if (!this.hasRow())
350 if (nextNode == null)
363 if (this.hasRow() && entry.hasRow()) {
372 if (this.hasRow() && entry.hasRow()) {