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.ts20 import {isPanelVNode, Panel, PanelSize} from './panel';
239 if (!isPanelVNode(panel)) {