Home
last modified time | relevance | path

Searched refs:_selection (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/tools/system-analyzer/
Dtimeline.mjs13 _selection; field in Timeline
39 return this._selection;
43 return this._selection ?? this;
47 this._selection = value;
52 this._selection = new Timeline(this._model, items, startTime, endTime);
56 this._selection = undefined;
/third_party/node/deps/v8/tools/heap-stats/
Dhistogram-viewer.js35 this._selection = value;
40 return this._selection;
Dglobal-timeline.js35 this._selection = value;
40 return this._selection;
/third_party/node/deps/v8/tools/zone-stats/
Dglobal-timeline.js41 this._selection = value;
46 return this._selection;
/third_party/python/Lib/tkinter/
Dttk.py1425 def _selection(self, selop, items): member in Treeview
1434 self._selection("set", items)
1439 self._selection("add", items)
1444 self._selection("remove", items)
1449 self._selection("toggle", items)