Home | History | Annotate | Download | only in mac

Lines Matching refs:willStopBufferingData

954 - (void)connection:(NSURLConnection *)connection willStopBufferingData:(NSData *)data
958 LOG(Network, "Handle %p delegate connection:%p willStopBufferingData:%p", m_handle, connection, data);
966 m_handle->client()->willStopBufferingData(m_handle, (const char*)[data bytes], static_cast<int>([data length]));