Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/network/curl/
DResourceHandleManager.cpp473 job->request().httpBody()->flatten(d->m_postBytes); in setupPOST()
474 if (d->m_postBytes.size() != 0) { in setupPOST()
475 curl_easy_setopt(d->m_handle, CURLOPT_POSTFIELDSIZE, d->m_postBytes.size()); in setupPOST()
476 curl_easy_setopt(d->m_handle, CURLOPT_POSTFIELDS, d->m_postBytes.data()); in setupPOST()
/external/webkit/WebCore/platform/network/
DResourceHandleInternal.h194 Vector<char> m_postBytes; variable