Home
last modified time | relevance | path

Searched refs:ProfileType (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
DProfilesPanel.js28 WebInspector.ProfileType = function(id, name) class in WebInspector
34 WebInspector.ProfileType.URLRegExp = /webkit-profile:\/\/(.+)\/(.+)#([0-9]+)/;
36 WebInspector.ProfileType.prototype = {
541 var match = url.match(WebInspector.ProfileType.URLRegExp);
DProfileView.js576 …WebInspector.ProfileType.call(this, WebInspector.CPUProfileType.TypeId, WebInspector.UIString("CPU…
624 WebInspector.CPUProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
DHeapSnapshotView.js995 …WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UISt…
1032 WebInspector.HeapSnapshotProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
DDetailedHeapshotView.js975 …WebInspector.ProfileType.call(this, WebInspector.HeapSnapshotProfileType.TypeId, WebInspector.UISt…
1010 WebInspector.DetailedHeapshotProfileType.prototype.__proto__ = WebInspector.ProfileType.prototype;
Dinspector.js623 const profileMatch = WebInspector.ProfileType.URLRegExp.exec(anchor.href);
1253 var profileStringMatches = WebInspector.ProfileType.URLRegExp.exec(title);
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2910309 (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 …]