Home | History | Annotate | Download | only in profiler

Lines Matching refs:_alive

997     this._alive = true;
1054 this._alive = false;
1066 this._alive = traceLog.alive;
1070 var subtitle = this._alive ? WebInspector.UIString("Capturing\u2026 %d calls", this._traceLogSize) : WebInspector.UIString("Captured %d calls", this._traceLogSize);
1071 this.updateStatus(subtitle, this._alive);
1073 if (this._alive) {
1089 this._alive = traceLog.alive;