Searched refs:totalBytesWritten (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/network/mac/ |
D | ResourceHandleMac.mm | 969 …*)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/ |
D | ResourceHandleCFNet.cpp | 214 …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/ |
D | WebCore.order | 9366 -[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpectedTo…
|
D | ChangeLog-2009-06-16 | 7804 …(-[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpected… 55970 …(-[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpected… 78206 …(-[WebCoreResourceHandleAsDelegate connection:didSendBodyData:totalBytesWritten:totalBytesExpected…
|