Home
last modified time | relevance | path

Searched refs:m_bodySize (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/network/
DResourceHandleInternal.h117 , m_bodySize(0) in ResourceHandleInternal()
195 unsigned long m_bodySize; variable
/external/webkit/Source/WebKit2/Platform/CoreIPC/unix/
DConnectionUnix.cpp65 , m_bodySize(bodySize) in MessageInfo()
81 size_t bodySize() const { return m_bodySize; } in bodySize()
89 size_t m_bodySize; member in CoreIPC::MessageInfo
/external/webkit/Source/WebCore/platform/network/soup/
DResourceHandleSoup.cpp313 client->didSendData(handle.get(), internal->m_bodyDataSent, internal->m_bodySize); in wroteBodyDataCallback()
596 … && !addFormElementsToSoupMessage(soupMessage, contentType.data(), httpBody, d->m_bodySize)) { in startHTTPRequest()