Home
last modified time | relevance | path

Searched refs:_onRecordAdded (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelineFrameController.js44 …this._model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, t…
55 _onRecordAdded: function(event) method in WebInspector.TimelineFrameController
145 …odel.removeEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
DTimelineOverviewPane.js52 … model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
139 _onRecordAdded: function(event) method in WebInspector.TimelineOverviewPane
DMemoryStatistics.js45 … model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
248 _onRecordAdded: function(event) method in WebInspector.MemoryStatistics
DTimelineModel.js42 …Listener(WebInspector.TimelineManager.EventTypes.TimelineEventRecorded, this._onRecordAdded, this);
199 _onRecordAdded: function(event) method in WebInspector.TimelineModel
DDOMCountersGraph.js190 _onRecordAdded: function(event) method in WebInspector.DOMCountersGraph