Home
last modified time | relevance | path

Searched defs:initEvent (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/m133/src/gpu/ganesh/
DGrPerfMonitorReporter.h42 void initEvent (int32_t pid, int32_t maxBytes, int32_t budgetedBytes, int64_t allocTime) { in initEvent() function
56 void initEvent (int32_t pid, uint16_t filterType, float blurRadius, int32_t width, in initEvent() function
/third_party/skia/src/gpu/
DGrPerfMonitorReporter.h42 void initEvent (int32_t pid, int32_t maxBytes, int32_t budgetedBytes, int64_t allocTime) { in initEvent() function
56 void initEvent (int32_t pid, uint16_t filterType, float blurRadius, int32_t width, in initEvent() function
/third_party/typescript/lib/
Dlib.webworker.d.ts1526 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
Dlib.dom.d.ts5214 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts1506 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
Ddom.generated.d.ts5194 initEvent(type: string, bubbles?: boolean, cancelable?: boolean): void; method
/third_party/typescript/tests/lib/
Dlib.d.ts7121 initEvent(eventTypeArg: string, canBubbleArg: boolean, cancelableArg: boolean): void; method