Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/network/mac/
DResourceHandleMac.mm969 …*)connection didSendBodyData:(NSInteger)bytesWritten totalBytesWritten:(NSInteger)totalBytesWritte…
974 …n:%p didSendBodyData:%d totalBytesWritten:%d totalBytesExpectedToWrite:%d", m_handle, connection, …
979 m_handle->client()->didSendData(m_handle, totalBytesWritten, totalBytesExpectedToWrite);
/external/webkit/Source/WebCore/platform/network/cf/
DResourceHandleCFNet.cpp214 …SendBodyData(CFURLConnectionRef conn, CFIndex bytesWritten, CFIndex totalBytesWritten, CFIndex tot… in didSendBodyData() argument
219 handle->client()->didSendData(handle, totalBytesWritten, totalBytesExpectedToWrite); in didSendBodyData()
/external/webkit/Source/WebCore/
DWebCore.order9366 -[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpectedTo…
DChangeLog-2009-06-167804 …(-[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpected…
55970 …(-[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpected…
78206 …(-[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpected…