Home
last modified time | relevance | path

Searched refs:TimestampedAreaSelection (Results 1 – 7 of 7) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/controller/aggregation/
H A Daggregation_controller.ts19 import {Sorting, TimestampedAreaSelection} from '../../common/state';
30 private previousArea: TimestampedAreaSelection = {lastUpdate: 0};
36 engine: Engine, area: TimestampedAreaSelection): Promise<boolean>;
H A Dthread_aggregation_controller.ts17 import {Sorting, TimestampedAreaSelection} from '../../common/state';
29 engine: Engine, selectedArea: TimestampedAreaSelection) {
H A Dcpu_aggregation_controller.ts17 import {Sorting, TimestampedAreaSelection} from '../../common/state';
27 engine: Engine, selectedArea: TimestampedAreaSelection) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/frontend/
H A Dfrontend_local_state.ts21 TimestampedAreaSelection,
101 private _selectedArea: TimestampedAreaSelection = {
271 get selectedArea(): TimestampedAreaSelection {
H A Dpanel_container.ts16 import {TimestampedAreaSelection} from 'src/common/state';
63 private prevAreaSelection?: TimestampedAreaSelection;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/perfetto/ui/src/common/
H A Dstate.ts32 export type TimestampedAreaSelection = Timestamped<AreaSelection>; alias
132 selectedArea: TimestampedAreaSelection;
H A Dactions.ts38 TimestampedAreaSelection,
591 selectArea(state: StateDraft, args: TimestampedAreaSelection): void {