Home
last modified time | relevance | path

Searched refs:MarkFirstPaint (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DTimelinePresentationModel.js102 …recordStyles[recordTypes.MarkFirstPaint] = { title: WebInspector.UIString("First paint"), category…
147 if (record.type === recordTypes.MarkFirstPaint)
221 else if (recordType === recordTypes.MarkFirstPaint)
237 …TimelinePresentationModel._hiddenRecords[WebInspector.TimelineModel.RecordType.MarkFirstPaint] = 1;
DTimelineModel.js83 MarkFirstPaint: "MarkFirstPaint", property
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorTimelineAgent.cpp100 static const char MarkFirstPaint[] = "MarkFirstPaint"; variable
588 appendRecord(JSONObject::create(), TimelineRecordType::MarkFirstPaint, false, 0); in didPaint()
649 appendRecord(JSONObject::create(), TimelineRecordType::MarkFirstPaint, false, 0); in didComposite()