Home
last modified time | relevance | path

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

/third_party/node/lib/internal/http2/
Dcore.js176 function debugStream(id, sessionType, message, ...args) { argument
178 id, sessionName(sessionType), ...args);
187 function debugSession(sessionType, message, ...args) { argument
188 debug('Http2Session %s: ' + message, sessionName(sessionType), ...args);
/third_party/typescript/lib/
Dlib.dom.d.ts10267 createSession(sessionType?: MediaKeySessionType): MediaKeySession;
/third_party/typescript/src/lib/
Ddom.generated.d.ts10247 createSession(sessionType?: MediaKeySessionType): MediaKeySession;