Home | History | Annotate | Download | only in exported

Lines Matching refs:WebHTTPBody

32 #include "public/platform/WebHTTPBody.h"
42 void WebHTTPBody::initialize()
47 void WebHTTPBody::reset()
52 void WebHTTPBody::assign(const WebHTTPBody& other)
60 size_t WebHTTPBody::elementCount() const
66 bool WebHTTPBody::elementAt(size_t index, Element& result) const
113 void WebHTTPBody::appendData(const WebData& data)
121 void WebHTTPBody::appendFile(const WebString& filePath)
127 void WebHTTPBody::appendFileRange(const WebString& filePath, long long fileStart, long long fileLength, double modificationTime)
133 void WebHTTPBody::appendFileSystemURLRange(const WebURL& url, long long start, long long length, double modificationTime)
141 void WebHTTPBody::appendBlob(const WebString& uuid)
147 long long WebHTTPBody::identifier() const
153 void WebHTTPBody::setIdentifier(long long identifier)
159 bool WebHTTPBody::containsPasswordData() const
164 void WebHTTPBody::setContainsPasswordData(bool containsPasswordData)
169 WebHTTPBody::WebHTTPBody(const PassRefPtr<FormData>& data)
174 WebHTTPBody& WebHTTPBody::operator=(const PassRefPtr<FormData>& data)
180 WebHTTPBody::operator PassRefPtr<FormData>() const
185 void WebHTTPBody::assign(WebHTTPBodyPrivate* p)
193 void WebHTTPBody::ensureMutable()