Home
last modified time | relevance | path

Searched refs:classForIntent (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/widgets/
Dchip.ts17 import {HTMLAttrs, Intent, classForIntent} from './common';
73 classForIntent(intent),
Dbutton.ts17 import {HTMLAttrs, HTMLButtonAttrs, Intent, classForIntent} from './common';
83 classForIntent(intent),
Dcommon.ts75 export function classForIntent(intent: Intent): string | undefined { function