Home
last modified time | relevance | path

Searched refs:sortable (Results 1 – 25 of 34) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/
DHeapSnapshotDataGrids.js576 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true}, property
577 {id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true}, property
578 … {id: "shallowSize", title: WebInspector.UIString("Shallow Size"), width: "120px", sortable: true}, property
579 …edSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true, sort: WebI… property
622 {id: "object", title: WebInspector.UIString("Object"), disclosure: true, sortable: true}, property
623 …{id: "distance", title: WebInspector.UIString("Distance"), width: "80px", sortable: true, sort: We… property
624 … {id: "shallowSize", title: WebInspector.UIString("Shallow Size"), width: "120px", sortable: true}, property
625 …{id: "retainedSize", title: WebInspector.UIString("Retained Size"), width: "120px", sortable: true} property
678 … {id: "object", title: WebInspector.UIString("Constructor"), disclosure: true, sortable: true}, property
679 {id: "distance", title: WebInspector.UIString("Distance"), width: "90px", sortable: true}, property
[all …]
DCPUProfileView.js40 …r.UIString("Self"), width: "120px", sort: WebInspector.DataGrid.Order.Descending, sortable: true}); property
41 …columns.push({id: "total", title: WebInspector.UIString("Total"), width: "120px", sortable: true}); property
42 …push({id: "function", title: WebInspector.UIString("Function"), disclosure: true, sortable: true}); property
DCanvasReplayStateView.js71 {title: WebInspector.UIString("Name"), sortable: false, width: "50%", disclosure: true}, property
72 {title: WebInspector.UIString("Value"), sortable: false, width: "50%"} property
/external/chromium_org/chrome/browser/ui/views/
Dtask_manager_view.cc280 columns_.back().sortable = true; in Init()
283 columns_.back().sortable = true; in Init()
286 columns_.back().sortable = true; in Init()
289 columns_.back().sortable = true; in Init()
292 columns_.back().sortable = true; in Init()
295 columns_.back().sortable = true; in Init()
298 columns_.back().sortable = true; in Init()
301 columns_.back().sortable = true; in Init()
305 columns_.back().sortable = true; in Init()
308 columns_.back().sortable = true; in Init()
[all …]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
DCookiesTable.js46 …{id: "name", title: WebInspector.UIString("Name"), sortable: true, disclosure: expandable, sort: W… property
47 … {id: "value", title: WebInspector.UIString("Value"), sortable: true, longText: true, weight: 34}, property
48 {id: "domain", title: WebInspector.UIString("Domain"), sortable: true, weight: 7}, property
49 {id: "path", title: WebInspector.UIString("Path"), sortable: true, weight: 7}, property
50 … {id: "expires", title: WebInspector.UIString("Expires / Max-Age"), sortable: true, weight: 7}, property
51 …{id: "size", title: WebInspector.UIString("Size"), sortable: true, align: WebInspector.DataGrid.Al… property
52 …{id: "httpOnly", title: WebInspector.UIString("HTTP"), sortable: true, align: WebInspector.DataGri… property
53 …{id: "secure", title: WebInspector.UIString("Secure"), sortable: true, align: WebInspector.DataGri… property
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DDirectoryContentView.js39 …{id: indexes.Name, title: WebInspector.UIString("Name"), sortable: true, sort: WebInspector.DataGr… property
40 {id: indexes.URL, title: WebInspector.UIString("URL"), sortable: true, width: "20%"}, property
41 {id: indexes.Type, title: WebInspector.UIString("Type"), sortable: true, width: "15%"}, property
42 {id: indexes.Size, title: WebInspector.UIString("Size"), sortable: true, width: "10%"}, property
43 …{id: indexes.ModificationTime, title: WebInspector.UIString("Modification Time"), sortable: true, … property
DApplicationCacheItemsView.js196 …e: WebInspector.UIString("Resource"), sort: WebInspector.DataGrid.Order.Ascending, sortable: true}, property
197 {title: WebInspector.UIString("Type"), sortable: true}, property
198 … {title: WebInspector.UIString("Size"), align: WebInspector.DataGrid.Align.Right, sortable: true} property
/external/junit/src/org/junit/runner/manipulation/
DSorter.java38 Sortable sortable = (Sortable) object; in apply() local
39 sortable.sort(this); in apply()
/external/chromium_org/tools/code_coverage/third_party/
DREADME.chromium10 Add class="sortable" to any table you'd like to make sortable
/external/chromium_org/ui/base/models/
Dtable_model.cc23 sortable(false) { in TableColumn()
33 sortable(false) { in TableColumn()
Dtable_model.h133 bool sortable; member
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
DNetworkPanel.js278 sortable: true, property
286 sortable: true, property
294 sortable: true, property
301 sortable: true, property
308 sortable: true, property
315 sortable: true, property
323 sortable: true, property
330 sortable: true, property
337 sortable: true, property
345 sortable: true, property
[all …]
DResourceWebSocketFrameView.js33 … {id: "data", title: WebInspector.UIString("Data"), sortable: false, weight: 88, longText: true}, property
34 …{id: "length", title: WebInspector.UIString("Length"), sortable: false, align: WebInspector.DataGr… property
/external/chromium_org/third_party/skia/src/pathops/
DSkPathOpsOp.cpp19 bool sortable = true; in findChaseOp() local
23 &sortable)) { in findChaseOp()
39 if (!sortable) { in findChaseOp()
DSkOpSegment.h272 bool* sortable) const;
395 bool* sortable) const;
397 bool* sortable) const;
DSkPathOpsCommon.cpp144 bool sortable = true; in FindChase() local
148 &sortable)) { in FindChase()
161 if (!sortable) { in FindChase()
/external/skia/src/pathops/
DSkPathOpsOp.cpp19 bool sortable = true; in findChaseOp() local
23 &sortable)) { in findChaseOp()
39 if (!sortable) { in findChaseOp()
DSkOpSegment.h270 bool* sortable) const;
393 bool* sortable) const;
395 bool* sortable) const;
DSkPathOpsCommon.cpp144 bool sortable = true; in FindChase() local
148 &sortable)) { in FindChase()
161 if (!sortable) { in FindChase()
/external/chromium_org/third_party/skia/experimental/Intersection/
DShapeOps.cpp44 bool sortable = Segment::SortAngles(angles, sorted); in findChaseOp() local
49 if (!sortable) { in findChaseOp()
/external/skia/experimental/Intersection/
DShapeOps.cpp44 bool sortable = Segment::SortAngles(angles, sorted); in findChaseOp() local
49 if (!sortable) { in findChaseOp()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DdataGrid.css132 .data-grid th.sortable div {
136 .data-grid th.sortable:active {
/external/chromium_org/third_party/skia/gm/rebaseline_server/static/
Dview.css100 .sortable-header {
/external/chromium_org/ui/views/examples/
Dtable_example.cc28 column.sortable = true; in TestTableColumn()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
DSortableDataGrid.js90 columns.push({ title: columnNames[i], width: columnNames[i].length, sortable: true }); property

12