HomeSort by relevance Sort by last modified time
    Searched refs:_record (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 447 this._record = record;
461 return this._record.startTime();
469 return this._record.endTime();
477 return this._record.selfTime();
485 return this._record;
493 return !!this._record.warnings();
TimelineView.js     [all...]
TimelineModelImpl.js 298 this._record = timelineEvent;
299 this._thread = this._record.thread || WebInspector.TimelineModel.MainThreadName;
419 return this._record.startTime;
435 return this._endTime || this._record.endTime || this._record.startTime;
451 return this._record.data;
459 return this._record.type;
467 return this._record.frameId || "";
475 if (this._record.stackTrace && this._record.stackTrace.length
    [all...]
  /external/lldb/test/unittest2/test/
support.py 133 self._record = record
139 if self._record:
151 if self._record:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
warnings.py 326 self._record = record
332 if self._record:
346 if self._record:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
warnings.py 326 self._record = record
332 if self._record:
346 if self._record:
  /frameworks/base/services/core/java/com/android/server/am/
ActiveServices.java     [all...]

Completed in 187 milliseconds