Searched refs:removeClient (Results 51 - 64 of 64) sorted by relevance

123

/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.h122 void removeClient(CachedResourceClient*);
H A DMemoryCache.cpp299 toCachedImage(resource)->removeClient(&dummyCachedImageClient());
/macosx-10.10/WebCore-7600.1.25/html/parser/
H A DHTMLDocumentParser.cpp558 cachedScript->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontSelector.cpp79 fontCache().removeClient(this);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DFontCache.cpp607 void FontCache::removeClient(FontSelector* client) function in class:WebCore::FontCache
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentLoader.cpp948 m_mainResource->removeClient(this);
1493 m_mainResource->removeClient(this);
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioEngineUserClient.cpp887 // & stopClient when calling IOAudioStream::removeClient().
926 clientBuffer->mAudioClientBuffer32.audioStream->removeClient(&(clientBuffer->mAudioClientBuffer32) );
2679 clientBuffer->mAudioClientBuffer32.audioStream->removeClient( &( clientBuffer->mAudioClientBuffer32 ) );
2687 clientBuffer->mAudioClientBuffer32.audioStream->removeClient( &(clientBuffer->mAudioClientBuffer32 ));
H A DIOAudioStream.cpp1381 void IOAudioStream::removeClient(IOAudioClientBuffer *clientBuffer) function in class:IOAudioStream
1383 audioDebugIOLog(3, "+ IOAudioStream[%p]::removeClient(%p)\n", this, clientBuffer);
1452 audioDebugIOLog(3, "- IOAudioStream[%p]::removeClient(%p)\n", this, clientBuffer);
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderListMarker.cpp1132 m_image->removeClient(this);
1144 m_image->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGElement.cpp246 cursorElement->removeClient(this);
H A DSVGUseElement.cpp995 m_cachedDocument->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DWebKitWebSourceGStreamer.cpp1020 m_resource->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DXMLDocumentParserLibxml2.cpp663 m_pendingScript->removeClient(this);
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebHTMLView.mm698 promisedDragTIFFDataSource->removeClient(promisedDataClient());
710 promisedDragTIFFDataSource->removeClient(promisedDataClient());
736 promisedDragTIFFDataSource->removeClient(promisedDataClient());
5921 _private->promisedDragTIFFDataSource->removeClient(promisedDataClient());

Completed in 368 milliseconds

123