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

Lines Matching refs:sortable

74         cons: { title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true },
75 count: { title: WebInspector.UIString("Count"), width: "54px", sortable: true },
76 size: { title: WebInspector.UIString("Size"), width: "72px", sort: "descending", sortable: true },
78 countDelta: { title: WebInspector.UIString("\xb1 Count"), width: "72px", sortable: true },
79 sizeDelta: { title: WebInspector.UIString("\xb1 Size"), width: "72px", sortable: true }