Searched refs:requestMap (Results 1 – 3 of 3) sorted by relevance
697 CefRequest::HeaderMap requestMap; in GetDumpResponse() local698 request->GetHeaderMap(requestMap); in GetDumpResponse()700 CefRequest::HeaderMap::const_iterator it = requestMap.begin(); in GetDumpResponse()701 for (; it != requestMap.end(); ++it) { in GetDumpResponse()
510 …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);
163872 … this.requestMap = new ts.Map(); // Maps operation ID to newest requestQueue entry with that ID163977 this.requestMap.set(operationId, queuedRequest);164054 … if (this.requestMap.get(queuedRequest.operationId) === queuedRequest) {164055 this.requestMap.delete(queuedRequest.operationId);