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