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

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineTracingView.js 296 this._appendHeaderRecord(process.name(), this._processHeaderRecord);
299 this._appendHeaderRecord(WebInspector.UIString("Object %s", objectNames[objectNameIndex]), this._threadHeaderRecord);
307 this._appendHeaderRecord(threads[threadIndex].name(), this._threadHeaderRecord);
441 _appendHeaderRecord: function(title, record)
TimelineFlameChart.js 554 this._appendHeaderRecord("CPU");
570 this._appendHeaderRecord("GPU");
726 _appendHeaderRecord: function(title)

Completed in 108 milliseconds