HomeSort by relevance Sort by last modified time
    Searched full:_inneraddrecord (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelinePresentationModel.js 94 this._innerAddRecord(this._rootRecord, records[i]);
96 this._innerAddRecord(this._rootRecord, record);
104 _innerAddRecord: function(parentRecord, record)
123 this._innerAddRecord(formattedRecord, record.children()[i]);
TimelineModelImpl.js 183 var record = this._innerAddRecord(payload, null);
199 _innerAddRecord: function(payload, parentRecord)
206 this._innerAddRecord.call(this, payload.children[i], record);

Completed in 56 milliseconds