Home
last modified time | relevance | path

Searched refs:bytes_element (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dbrowser_urlrequest_impl.cc344 const auto& bytes_element = element.As<network::DataElementBytes>(); in ContinueOnOriginatingThread() local
345 const auto& bytes = bytes_element.bytes(); in ContinueOnOriginatingThread()
350 std::string(bytes_element.AsStringPiece()), content_type); in ContinueOnOriginatingThread()
/third_party/cef/libcef/renderer/
Drender_urlrequest_impl.cc141 const auto& bytes_element = element.As<network::DataElementBytes>(); in Start() local
142 upload_data_size_ = bytes_element.bytes().size(); in Start()
/third_party/cef/libcef/common/
Drequest_impl.cc1130 const auto& bytes_element = element.As<network::DataElementBytes>(); in Set() local
1131 const auto& bytes = bytes_element.bytes(); in Set()
/third_party/chromium/patch/
D0001-cve.patch5333 const auto& bytes_element = elements_.back()->get_bytes();
5334 bytes_element->length += data.size();
5335 if (should_embed_bytes && bytes_element->embedded_data) {
5337 bytes_element->embedded_data = absl::nullopt;
5355 auto bytes_element = DataElementBytes::New(