Lines Matching refs:m_owner
59 , m_owner(0) in ResourceHandleInternal()
92 ResourceHandle* m_owner; member in WebCore::ResourceHandleInternal
131 return m_client && m_client->shouldUseCredentialStorage(m_owner); in allowStoredCredentials()
140 …m_client->willSendRequest(m_owner, request.toMutableResourceRequest(), response.toResourceResponse… in willSendRequest()
147 m_client->didSendData(m_owner, bytesSent, totalBytesToBeSent); in didSendData()
160 m_client->didReceiveResponse(m_owner, response.toResourceResponse()); in didReceiveResponse()
170 m_client->didReceiveData(m_owner, data, dataLength, encodedDataLength); in didReceiveData()
179 m_client->didReceiveCachedMetadata(m_owner, data, dataLength); in didReceiveCachedMetadata()
188 m_client->didFinishLoading(m_owner, finishTime); in didFinishLoading()
195 m_client->didFail(m_owner, error); in didFail()
206 d->m_owner = this; in ResourceHandle()
268 d->m_owner = 0; in ~ResourceHandle()