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

123

/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DDisplayRefreshMonitorManager.cpp79 if (monitor->removeClient(client)) {
H A DFontCache.h141 void removeClient(FontSelector*);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/cf/
H A DWebCoreAVCFResourceLoader.cpp93 m_resource->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleCachedImageSet.h74 virtual void removeClient(RenderElement*) override;
H A DStyleImage.h64 virtual void removeClient(RenderElement*) = 0;
H A DStylePendingImage.h70 virtual void removeClient(RenderElement*) override { }
/macosx-10.10/WebCore-7600.1.25/dom/
H A DProcessingInstruction.cpp66 m_cachedSheet->removeClient(this);
136 m_cachedSheet->removeClient(this);
232 m_cachedSheet->removeClient(this);
H A DScriptElement.cpp309 m_cachedScript->removeClient(this);
324 cachedScript->removeClient(this);
H A DDataTransfer.cpp326 image->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontFaceSource.cpp65 m_font->removeClient(this);
H A DCSSCursorImageValue.cpp85 cursorElement->removeClient(referencedElement);
H A DCSSImageGeneratorValue.cpp60 void CSSImageGeneratorValue::removeClient(RenderElement* renderer) function in class:WebCore::CSSImageGeneratorValue
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderLayerFilterInfo.cpp130 m_externalSVGReferences[i]->removeClient(this);
H A DRenderElement.cpp109 backgroundImage->removeClient(this);
114 maskImage->removeClient(this);
118 borderImage->removeClient(this);
121 maskBoxImage->removeClient(this);
126 shapeImage->removeClient(this);
332 currOld->image()->removeClient(this);
341 oldImage->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/rendering/svg/
H A DRenderSVGResourceContainer.cpp147 void RenderSVGResourceContainer::removeClient(RenderElement& client) function in class:WebCore::RenderSVGResourceContainer
H A DSVGResourcesCache.cpp75 resourceContainer->removeClient(renderer);
/macosx-10.10/WebCore-7600.1.25/svg/
H A DSVGCursorElement.cpp106 void SVGCursorElement::removeClient(SVGElement* element) function in class:WebCore::SVGCursorElement
H A DSVGFEImageElement.cpp76 m_cachedImage->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/xml/parser/
H A DXMLDocumentParser.cpp232 m_pendingScript->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLLinkElement.cpp92 m_cachedSheet->removeClient(this);
198 m_cachedSheet->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DWebCoreAVFResourceLoader.mm89 m_resource->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/loader/
H A DDocumentThreadableLoader.cpp140 m_resource->removeClient(this);
166 // Script can cancel and restart a request reentrantly within removeClient(),
167 // which could lead to calling CachedResource::removeClient() multiple times for
172 resource->removeClient(this);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DMediaSessionManager.cpp325 void MediaSessionManager::removeClient(MediaSessionManagerClient* client) function in class:WebCore::MediaSessionManager
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResource.cpp496 void CachedResource::removeClient(CachedResourceClient* client) function in class:WebCore::CachedResource
697 removeClient(clientsToMove[n]);
/macosx-10.10/IOAudioFamily-200.6/
H A DIOAudioStream.h288 virtual void removeClient(IOAudioClientBuffer *clientBuffer) AVAILABLE_MAC_OS_X_VERSION_10_4_AND_LATER_BUT_DEPRECATED_IN_MAC_OS_X_VERSION_10_10;

Completed in 487 milliseconds

123