Home | History | Annotate | Download | only in front-end

Lines Matching defs:self

38     var columns = { "self": { title: WebInspector.UIString("Self"), width: "72px", sort: "descending", sortable: true },
83 var self = this;
88 self.profile.head = profile.head;
89 self._assignParentsInProfile();
91 self.profileDataGridTree = self.bottomUpProfileDataGridTree;
92 self.profileDataGridTree.sort(WebInspector.ProfileDataGridTree.propertyComparator("selfTime", false));
94 self.refresh();
96 self._updatePercentButton();
453 this.percentButton.title = WebInspector.UIString("Show absolute total and self times.");
456 this.percentButton.title = WebInspector.UIString("Show total and self times as percentages.");
518 "self": "selfTime",
535 if (!cell || (!cell.hasStyleClass("total-column") && !cell.hasStyleClass("self-column") && !cell.hasStyleClass("average-column")))
540 else if (cell.hasStyleClass("self-column"))