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 43 this._model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
52 _onRecordAdded: function(event)
131 this._model.removeEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
DOMCountersGraph.js 181 _onRecordAdded: function(event)
TimelineOverviewPane.js 86 model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
222 _onRecordAdded: function(event)
    [all...]
MemoryStatistics.js 42 model.addEventListener(WebInspector.TimelineModel.Events.RecordAdded, this._onRecordAdded, this);
244 _onRecordAdded: function(event)

Completed in 637 milliseconds