/external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/ |
D | HeapSnapshotDataGrids.js | 576 {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 …]
|
D | CPUProfileView.js | 40 …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
|
D | CanvasReplayStateView.js | 71 {title: WebInspector.UIString("Name"), sortable: false, width: "50%", disclosure: true}, property 72 {title: WebInspector.UIString("Value"), sortable: false, width: "50%"} property
|
D | CanvasProfileView.js | 93 {title: "#", sortable: false, width: "5%"}, property 94 {title: WebInspector.UIString("Call"), sortable: false, width: "75%", disclosure: true}, property 95 {title: WebInspector.UIString("Location"), sortable: false, width: "20%"} property
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/ |
D | CookiesTable.js | 46 …{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/ |
D | DirectoryContentView.js | 39 …{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
|
D | ApplicationCacheItemsView.js | 196 …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/ |
D | Sorter.java | 38 Sortable sortable = (Sortable) object; in apply() local
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/ |
D | ResourceWebSocketFrameView.js | 33 … {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
|
D | NetworkPanel.js | 278 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 …]
|
/external/chromium_org/ui/base/models/ |
D | table_model.h | 133 bool sortable; member
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/ |
D | SortableDataGrid.js | 90 columns.push({ title: columnNames[i], width: columnNames[i].length, sortable: true }); property
|
/external/chromium_org/tools/perf/utils/results_viewer/src/ |
D | main.js | 57 'sortable':true, property
|
/external/chromium_org/third_party/skia/experimental/Intersection/ |
D | ShapeOps.cpp | 44 bool sortable = Segment::SortAngles(angles, sorted); in findChaseOp() local
|
D | Simplify.cpp | 2135 bool sortable = SortAngles(angles, sorted); in computeSum() local 2443 bool sortable = SortAngles(angles, sorted); in findNextOp() local 2565 bool sortable = SortAngles(angles, sorted); in findNextWinding() local 2697 bool sortable = SortAngles(angles, sorted); in findNextXor() local 2936 bool sortable = SortAngles(angles, sorted); in findTop() local 3798 bool sortable = true; in SortAngles() local 5950 bool sortable = Segment::SortAngles(angles, sorted); in findChase() local
|
/external/skia/experimental/Intersection/ |
D | ShapeOps.cpp | 44 bool sortable = Segment::SortAngles(angles, sorted); in findChaseOp() local
|
D | Simplify.cpp | 2135 bool sortable = SortAngles(angles, sorted); in computeSum() local 2443 bool sortable = SortAngles(angles, sorted); in findNextOp() local 2565 bool sortable = SortAngles(angles, sorted); in findNextWinding() local 2697 bool sortable = SortAngles(angles, sorted); in findNextXor() local 2936 bool sortable = SortAngles(angles, sorted); in findTop() local 3798 bool sortable = true; in SortAngles() local 5950 bool sortable = Segment::SortAngles(angles, sorted); in findChase() local
|
/external/chromium_org/third_party/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 19 bool sortable = true; in findChaseOp() local
|
D | SkPathOpsCommon.cpp | 144 bool sortable = true; in FindChase() local
|
D | SkOpSegment.cpp | 2793 bool sortable = calcWinding != SK_NaN32; in findNextOp() local 2922 bool sortable = calcWinding != SK_NaN32; in findNextWinding() local
|
/external/skia/src/pathops/ |
D | SkPathOpsOp.cpp | 19 bool sortable = true; in findChaseOp() local
|
D | SkPathOpsCommon.cpp | 144 bool sortable = true; in FindChase() local
|
D | SkOpSegment.cpp | 2716 bool sortable = calcWinding != SK_NaN32; in findNextOp() local 2845 bool sortable = calcWinding != SK_NaN32; in findNextWinding() local
|