| 414 | } |
| 415 | |
| 416 | void TRemoteQueryProcessor::QueryCancelCallbackImpl(const TGUID& canceledReq) { |
| 417 | CHROMIUM_TRACE_FUNCTION(); |
| 418 | NetworkEventsQueue.Enqueue(TNetworkEvent(canceledReq)); |
| 419 | NetworkEvent.Signal(); |
| 420 | } |
| 421 | |
| 422 | void TRemoteQueryProcessor::IncomingQueryCallback(TAutoPtr<TNetworkRequest>& nlReq) { |
| 423 | WaitUntilRequesterIsSet(); |
nothing calls this directly
no test coverage detected