HomeSort by relevance Sort by last modified time
    Searched defs:_onRecordAdded (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineFrameController.js 44 this._model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
55 _onRecordAdded: function(event)
145 this._model.removeEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
DOMCountersGraph.js 190 _onRecordAdded: function(event)
TimelineOverviewPane.js 52 model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
139 _onRecordAdded: function(event)
MemoryStatistics.js 45 model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
248 _onRecordAdded: function(event)

Completed in 148 milliseconds