Home
last modified time | relevance | path

Searched defs:highlighted (Results 1 – 8 of 8) sorted by relevance

/external/perfetto/ui/src/common/
Dflamegraph_unittest.ts29 highlighted: false constant
40 highlighted: false constant
51 highlighted: false constant
62 highlighted: false constant
83 highlighted: false constant
94 highlighted: false constant
105 highlighted: false constant
116 highlighted: false constant
127 highlighted: false constant
148 highlighted: false constant
[all …]
Dstate.ts82 highlighted: boolean; property
/external/perfetto/ui/src/controller/
Dheap_profile_controller.ts285 const highlighted = focusRegex !== '' && constant
/external/perfetto/infra/perfetto.dev/src/assets/
Dstyle.scss806 a.highlighted { class
/external/perfetto/ui/src/frontend/
Dflow_events_renderer.ts215 const highlighted = constant
/external/perfetto/ui/src/tracks/chrome_slices/
Dfrontend.ts103 const highlighted = titleId === this.hoveredTitleId || constant
/external/tensorflow/tensorflow/tools/android/test/src/org/tensorflow/demo/
DStylizeActivity.java255 public void setHilighted(final boolean highlighted) { in setHilighted()
/external/autotest/frontend/client/src/autotest/common/spreadsheet/
DSpreadsheet.java567 public void setHighlighted(CellInfo cell, boolean highlighted) { in setHighlighted()