Home
last modified time | relevance | path

Searched refs:encodedBodySize (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/performance/
H A DPerformanceMainThread.cpp170 uint64_t encodedBodySize = 0; in AddEntry() local
171 channel->GetEncodedBodySize(&encodedBodySize); in AddEntry()
172 performanceEntry->SetEncodedBodySize(encodedBodySize); in AddEntry()
181 decodedBodySize = encodedBodySize; in AddEntry()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/api/
H A DQuicTransportFunctions.h29 uint64_t encodedBodySize{0};
56 encodedBodySize(encodedBodySizeIn) {} in DataPathResult()
206 uint32_t encodedBodySize,
H A DQuicTransportFunctions.cpp265 auto encodedBodySize = encodedSize - headerLen; in continuousMemoryBuildScheduleEncrypt() local
286 ret, std::move(result), encodedSize, encodedBodySize); in continuousMemoryBuildScheduleEncrypt()
350 auto encodedBodySize = encodedSize - headerLen; in iobufChainBasedBuildScheduleEncrypt() local
355 << " encodedBodySize=" << encodedBodySize; in iobufChainBasedBuildScheduleEncrypt()
365 ret, std::move(result), encodedSize, encodedBodySize); in iobufChainBasedBuildScheduleEncrypt()
594 uint32_t encodedBodySize, in updateConnection() argument
612 << " bodySize: " << encodedBodySize << " isDSR=" << isDSRPacket in updateConnection()
806 conn.lossState.totalBodyBytesSent += encodedBodySize; in updateConnection()
831 encodedBodySize, in updateConnection()
1392 folly::to<uint32_t>(ret.encodedBodySize), in writeConnectionDataToSocket()
/dports/net/mvfst/mvfst-248b2dc39bbd36863bbaa50385e8683428610009/quic/state/
H A DOutstandingPacket.h24 uint32_t encodedBodySize; member
107 encodedBodySize(encodedBodySizeIn), in OutstandingPacketMetadata()
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/protocol/http/
H A DTimingStruct.h28 uint64_t encodedBodySize; member
/dports/www/firefox-esr/firefox-91.8.0/netwerk/protocol/http/
H A DTimingStruct.h31 uint64_t encodedBodySize; member
/dports/www/firefox/firefox-99.0/netwerk/protocol/http/
H A DTimingStruct.h31 uint64_t encodedBodySize; member
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/protocol/http/
H A DTimingStruct.h30 uint64_t encodedBodySize; member
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/protocol/http/
H A DTimingStruct.h31 uint64_t encodedBodySize; member
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/protocol/http/
H A DTimingStruct.h31 uint64_t encodedBodySize; member
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/ipc/
H A DNeckoMessageUtils.h152 WriteParam(aMsg, aParam.encodedBodySize);
174 ReadParam(aMsg, aIter, &aResult->encodedBodySize) &&
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/ipc/
H A DNeckoMessageUtils.h160 WriteParam(aMsg, aParam.encodedBodySize);
180 ReadParam(aMsg, aIter, &aResult->encodedBodySize) &&
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/interfaces/
H A Dresource-timing.idl23 readonly attribute unsigned long long encodedBodySize;
/dports/www/firefox/firefox-99.0/dom/performance/
H A DPerformanceTimingTypes.ipdlh38 uint64_t encodedBodySize;
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/interfaces/
H A Dresource-timing.idl23 readonly attribute unsigned long long encodedBodySize;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A Dresource-timing.idl23 readonly attribute unsigned long long encodedBodySize;
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/interfaces/
H A Dresource-timing.idl23 readonly attribute unsigned long long encodedBodySize;
/dports/lang/spidermonkey60/firefox-60.9.0/dom/webidl/
H A DPerformanceResourceTiming.webidl33 readonly attribute unsigned long long encodedBodySize;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/timing/
H A Dperformance_resource_timing.cc353 uint64_t PerformanceResourceTiming::encodedBodySize() const { in encodedBodySize() function in blink::PerformanceResourceTiming
394 builder.AddNumber("encodedBodySize", encodedBodySize()); in BuildJSONValue()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DPerformanceResourceTiming.webidl48 readonly attribute unsigned long long encodedBodySize;
/dports/devel/stylua/StyLua-0.11.0/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DPerformanceResourceTiming.webidl48 readonly attribute unsigned long long encodedBodySize;
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DPerformanceResourceTiming.webidl48 readonly attribute unsigned long long encodedBodySize;
/dports/multimedia/rav1e/rav1e-0.5.1/cargo-crates/web-sys-0.3.55/webidls/enabled/
H A DPerformanceResourceTiming.webidl48 readonly attribute unsigned long long encodedBodySize;
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/web-sys-0.3.53/webidls/enabled/
H A DPerformanceResourceTiming.webidl48 readonly attribute unsigned long long encodedBodySize;
/dports/net/routinator/routinator-0.10.2/cargo-crates/web-sys-0.3.51/webidls/enabled/
H A DPerformanceResourceTiming.webidl48 readonly attribute unsigned long long encodedBodySize;

1234567