OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TimelinePanel
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/inspector/front-end/
TimelinePanel.js
31
WebInspector.
TimelinePanel
= function()
86
var shortRecordThresholdTitle = Number.secondsToString(WebInspector.
TimelinePanel
.shortRecordThreshold);
106
WebInspector.
TimelinePanel
.rowHeight = 18;
107
WebInspector.
TimelinePanel
.shortRecordThreshold = 0.015;
109
WebInspector.
TimelinePanel
.prototype = {
361
var formattedRecord = new WebInspector.
TimelinePanel
.FormattedRecord(record, parentRecord, this);
554
const rowHeight = WebInspector.
TimelinePanel
.rowHeight;
652
WebInspector.
TimelinePanel
.prototype.__proto__ = WebInspector.Panel.prototype;
654
WebInspector.TimelineDispatcher = function(
timelinePanel
)
656
this._timelinePanel =
timelinePanel
;
[
all
...]
TimelineOverviewPane.js
240
this._overviewWindowSelector = new WebInspector.
TimelinePanel
.WindowSelector(this._overviewGrid.element, position, event);
447
WebInspector.
TimelinePanel
.WindowSelector = function(parent, position, event)
458
WebInspector.
TimelinePanel
.WindowSelector.prototype = {
Completed in 600 milliseconds