Home
last modified time | relevance | path

Searched refs:clearClient (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebKit/chromium/src/
DAssociatedURLLoader.cpp72 void clearClient() { m_client = 0; } in clearClient() function in WebKit::AssociatedURLLoader::ClientAdapter
185 m_clientAdapter->clearClient(); in ~AssociatedURLLoader()
225 m_clientAdapter->clearClient(); in cancel()
/external/webkit/Source/WebCore/loader/
DSubresourceLoader.h46 void clearClient() { m_client = 0; } in clearClient() function
DThreadableLoaderClientWrapper.h48 void clearClient() in clearClient() function
DDocumentThreadableLoader.cpp159 m_loader->clearClient(); in ~DocumentThreadableLoader()
168 m_loader->clearClient(); in cancel()
DWorkerThreadableLoader.cpp162 m_workerClientWrapper->clearClient(); in clearClientWrapper()
/external/webkit/Source/WebCore/loader/cache/
DCachedResourceRequest.cpp192 m_loader->clearClient(); in didFail()
214 loader->clearClient(); in didReceiveResponse()
/external/webkit/Source/WebCore/websockets/
DThreadableWebSocketChannelClientWrapper.h86 void clearClient() in clearClient() function
DWorkerThreadableWebSocketChannel.cpp400 m_workerClientWrapper->clearClient(); in clearClientWrapper()
/external/webkit/Source/WebKit/chromium/
DChangeLog3904 (WebKit::AssociatedURLLoader::ClientAdapter::clearClient):
4118 (WebKit::AssociatedURLLoader::ClientAdapter::clearClient):
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1635225 (WebCore::ThreadableLoaderClientWrapper::clearClient):
44510 (WebCore::ThreadableLoaderClientWrapper::clearClient):
58882 except for create and clearClient.
DChangeLog-2008-08-1030996 …(WebCore::SubresourceLoader::clearClient): Add a method to clear the SubresourceLoaderClient. Thi…
31003 …after didFail() is called, call clearClient() on the SubresourceLoader so such an invalid call can…
DChangeLog41520 (WebCore::ThreadableLoaderClientWrapper::clearClient):