HomeSort by relevance Sort by last modified time
    Searched defs:Frames (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/DebugInfo/
DIContext.h 66 SmallVector<DILineInfo, 4> Frames;
70 assert(Index < Frames.size());
71 return Frames[Index];
74 return Frames.size();
77 Frames.push_back(Frame);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
TimelineOverviewPane.js 60 this._overviewItems[WebInspector.TimelineOverviewPane.Mode.Frames] = new WebInspector.SidebarTreeElement("timeline-overview-sidebar-frames",
61 WebInspector.UIString("Frames"));
93 Frames: "Frames",
146 case WebInspector.TimelineOverviewPane.Mode.Frames:
648 this.element.id = "timeline-overview-frames";
683 // Optimize appearance for 30fps. However, if at least half frames won't fit at this scale,
748 * @param {Array.<WebInspector.TimelineFrame>} frames
751 _renderBars: function(frames, scale
    [all...]

Completed in 129 milliseconds