Searched refs:ProfileType (Results 1 – 6 of 6) sorted by relevance
28 WebInspector.ProfileType = function(id, name) class in WebInspector34 WebInspector.ProfileType.URLRegExp = /webkit-profile:\/\/(.+)\/(.+)#([0-9]+)/;36 WebInspector.ProfileType.prototype = {541 var match = url.match(WebInspector.ProfileType.URLRegExp);
576 …WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("CPU…624 WebInspector.CPUProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
995 …WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UISt…1032 WebInspector.HeapSnapshotProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
975 …WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UISt…1010 WebInspector.DetailedHeapshotProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
623 const profileMatch = WebInspector.ProfileType.URLRegExp.exec(anchor.href);1253 var profileStringMatches = WebInspector.ProfileType.URLRegExp.exec(title);
10309 (WebInspector.ProfileType.prototype.get welcomeMessage):43445 (WebInspector.ProfileType.prototype.buttonClicked):43446 (WebInspector.ProfileType.prototype.viewForProfile):43447 (WebInspector.ProfileType.prototype.createView):43448 (WebInspector.ProfileType.prototype.createSidebarTreeElementForProfile):45741 (WebInspector.ProfileType):45742 (WebInspector.ProfileType.prototype.get buttonTooltip):45743 (WebInspector.ProfileType.prototype.get buttonStyle):45744 (WebInspector.ProfileType.prototype.get buttonCaption):45745 (WebInspector.ProfileType.prototype.get id):[all …]