Home
last modified time | relevance | path

Searched refs:PendingResponse (Results 1 – 12 of 12) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/services/resource_coordinator/memory_instrumentation/
H A Dqueued_request.cc26 QueuedRequest::PendingResponse::PendingResponse(base::ProcessId process_id, in PendingResponse() function in memory_instrumentation::QueuedRequest::PendingResponse
30 bool QueuedRequest::PendingResponse::operator<( in operator <()
31 const PendingResponse& other) const { in operator <()
H A Dqueued_request.h56 struct PendingResponse { struct
61 PendingResponse(base::ProcessId, const Type type);
63 bool operator<(const PendingResponse& other) const;
107 std::set<PendingResponse> pending_responses;
H A Dcoordinator_impl.cc244 std::set<QueuedRequest::PendingResponse>::iterator current = it++; in UnregisterClientProcess()
428 using ResponseType = QueuedRequest::PendingResponse::Type; in OnChromeMemoryDumpResponse()
457 using ResponseType = QueuedRequest::PendingResponse::Type; in OnOSMemoryDumpResponse()
545 QueuedRequest::PendingResponse::Type type) { in RemovePendingResponse()
H A Dcoordinator_impl.h135 QueuedRequest::PendingResponse::Type);
H A Dqueued_request_dispatcher.cc194 using ResponseType = QueuedRequest::PendingResponse::Type; in SetUpAndDispatch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/services/resource_coordinator/memory_instrumentation/
H A Dqueued_request.cc26 QueuedRequest::PendingResponse::PendingResponse(base::ProcessId process_id, in PendingResponse() function in memory_instrumentation::QueuedRequest::PendingResponse
30 bool QueuedRequest::PendingResponse::operator<( in operator <()
31 const PendingResponse& other) const { in operator <()
H A Dqueued_request.h56 struct PendingResponse { struct
61 PendingResponse(base::ProcessId, const Type type);
63 bool operator<(const PendingResponse& other) const;
107 std::set<PendingResponse> pending_responses;
H A Dcoordinator_impl.cc252 std::set<QueuedRequest::PendingResponse>::iterator current = it++; in UnregisterClientProcess()
436 using ResponseType = QueuedRequest::PendingResponse::Type; in OnChromeMemoryDumpResponse()
465 using ResponseType = QueuedRequest::PendingResponse::Type; in OnOSMemoryDumpResponse()
553 QueuedRequest::PendingResponse::Type type) { in RemovePendingResponse()
H A Dcoordinator_impl.h135 QueuedRequest::PendingResponse::Type);
H A Dqueued_request_dispatcher.cc202 using ResponseType = QueuedRequest::PendingResponse::Type; in SetUpAndDispatch()
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script_layout_interface/
H A Dlib.rs158 PendingResponse, enumerator
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/layout/
H A Dcontext.rs144 state: PendingImageState::PendingResponse, in get_or_request_image_or_meta()