Home
last modified time | relevance | path

Searched refs:isPanelVNode (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpanel.ts32 export function isPanelVNode(vnode: m.Vnode): vnode is PanelVNode<{}> { function
Dpanel_container.ts25 import {isPanelVNode, Panel, PanelSize, PanelVNode} from './panel';
345 if (!isPanelVNode(panel)) {