Home
last modified time | relevance | path

Searched refs:ResourceRequestBody (Results 1 – 2 of 2) sorted by relevance

/third_party/cef/libcef/common/
Drequest_impl.h37 class ResourceRequestBody; variable
203 void Set(const network::ResourceRequestBody& body);
204 scoped_refptr<network::ResourceRequestBody> GetBody() const;
251 void Get(network::ResourceRequestBody& body) const;
Drequest_impl.cc944 void CefPostDataImpl::Set(const network::ResourceRequestBody& body) { in Set()
959 scoped_refptr<network::ResourceRequestBody> CefPostDataImpl::GetBody() const { in GetBody()
962 scoped_refptr<network::ResourceRequestBody> body = in GetBody()
963 new network::ResourceRequestBody(); in GetBody()
1139 void CefPostDataElementImpl::Get(network::ResourceRequestBody& body) const { in Get()