Searched defs:recordStyles (Results 1 – 1 of 1) sorted by relevance
172 recordStyles[recordTypes.Root] = { title: "#root", category: categories["loading"] }; variable173 …recordStyles[recordTypes.Program] = { title: WebInspector.UIString("Other"), category: categories[… variable174 …recordStyles[recordTypes.EventDispatch] = { title: WebInspector.UIString("Event"), category: categ… variable175 …recordStyles[recordTypes.BeginFrame] = { title: WebInspector.UIString("Frame Start"), category: ca… variable176 …recordStyles[recordTypes.ScheduleStyleRecalculation] = { title: WebInspector.UIString("Schedule St… variable177 …recordStyles[recordTypes.RecalculateStyles] = { title: WebInspector.UIString("Recalculate Style"),… variable178 …recordStyles[recordTypes.InvalidateLayout] = { title: WebInspector.UIString("Invalidate Layout"), … variable179 …recordStyles[recordTypes.Layout] = { title: WebInspector.UIString("Layout"), category: categories[… variable180 …recordStyles[recordTypes.UpdateLayerTree] = { title: WebInspector.UIString("Update layer tree"), c… variable181 …recordStyles[recordTypes.PaintSetup] = { title: WebInspector.UIString("Paint Setup"), category: ca… variable[all …]