Home
last modified time | relevance | path

Searched defs:recordStyles (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
DTimelineUIUtils.js172 recordStyles[recordTypes.Root] = { title: "#root", category: categories["loading"] }; variable
173recordStyles[recordTypes.Program] = { title: WebInspector.UIString("Other"), category: categories[… variable
174recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: categ… variable
175recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: ca… variable
176recordStyles[recordTypes.ScheduleStyleRecalculation] = { title: WebInspector.UIString("Schedule St… variable
177recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate Style"),… variable
178recordStyles[recordTypes.InvalidateLayout] = { title: WebInspector.UIString("Invalidate Layout"), … variable
179recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: categories[… variable
180recordStyles[recordTypes.UpdateLayerTree] = { title: WebInspector.UIString("Update layer tree"), c… variable
181recordStyles[recordTypes.PaintSetup] = { title: WebInspector.UIString("Paint Setup"), category: ca… variable
[all …]