HomeSort by relevance Sort by last modified time
    Searched refs:MarkFirstPaint (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorTimelineAgent.cpp 100 static const char MarkFirstPaint[] = "MarkFirstPaint";
588 appendRecord(JSONObject::create(), TimelineRecordType::MarkFirstPaint, false, 0);
649 appendRecord(JSONObject::create(), TimelineRecordType::MarkFirstPaint, false, 0);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineModel.js 83 MarkFirstPaint: "MarkFirstPaint",
TimelinePresentationModel.js 102 recordStyles[recordTypes.MarkFirstPaint] = { title: WebInspector.UIString("First paint"), category: categories["painting"] };
147 if (record.type === recordTypes.MarkFirstPaint)
221 else if (recordType === recordTypes.MarkFirstPaint)
237 WebInspector.TimelinePresentationModel._hiddenRecords[WebInspector.TimelineModel.RecordType.MarkFirstPaint] = 1;
    [all...]

Completed in 26 milliseconds