Home
last modified time | relevance | path

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

/third_party/cef/tests/cefclient/browser/
Dtest_runner.cc697 CefRequest::HeaderMap requestMap; in GetDumpResponse() local
698 request->GetHeaderMap(requestMap); in GetDumpResponse()
700 CefRequest::HeaderMap::const_iterator it = requestMap.begin(); in GetDumpResponse()
701 for (; it != requestMap.end(); ++it) { in GetDumpResponse()
/third_party/typescript/src/tsserver/
DnodeServer.ts510 …private requestMap = new Map<string, QueuedOperation>(); // Maps operation ID to newest requestQue…
647 this.requestMap.set(operationId, queuedRequest);
730 if (this.requestMap.get(queuedRequest.operationId) === queuedRequest) {
731 this.requestMap.delete(queuedRequest.operationId);
/third_party/typescript/lib/
Dtsserver.js163872 … this.requestMap = new ts.Map(); // Maps operation ID to newest requestQueue entry with that ID
163977 this.requestMap.set(operationId, queuedRequest);
164054 … if (this.requestMap.get(queuedRequest.operationId) === queuedRequest) {
164055 this.requestMap.delete(queuedRequest.operationId);