Searched refs:didAddClient (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DXSLStyleSheetResource.h43 virtual void didAddClient(ResourceClient*);
H A DXSLStyleSheetResource.cpp51 void XSLStyleSheetResource::didAddClient(ResourceClient* c) function in class:WebCore::XSLStyleSheetResource
54 Resource::didAddClient(c);
H A DCSSStyleSheetResource.h46 virtual void didAddClient(ResourceClient*);
H A DCSSStyleSheetResource.cpp58 void CSSStyleSheetResource::didAddClient(ResourceClient* c) function in class:WebCore::CSSStyleSheetResource
61 // Resource::didAddClient() must be before setCSSStyleSheet(),
64 Resource::didAddClient(c);
H A DFontResource.cpp64 void FontResource::didAddClient(ResourceClient* c) function in class:WebCore::FontResource
67 Resource::didAddClient(c);
H A DFontResource.h52 virtual void didAddClient(ResourceClient*);
H A DRawResource.cpp51 void RawResource::didAddClient(ResourceClient* c) function in class:WebCore::RawResource
78 Resource::didAddClient(client);
H A DRawResource.h51 virtual void didAddClient(ResourceClient*);
H A DImageResource.h84 virtual void didAddClient(ResourceClient*);
H A DResource.cpp383 didAddClient(client);
386 void Resource::didAddClient(ResourceClient* c) function in class:WebCore::Resource
581 didAddClient(client);
660 // Calling didAddClient may do anything, including trying to cancel revalidation.
663 // Calling didAddClient for a client may end up removing another client. In that case it won't be in the set anymore.
665 m_resourceToRevalidate->didAddClient(clientsToMove[n]);
H A DImageResource.cpp79 void ImageResource::didAddClient(ResourceClient* c) function in class:WebCore::ImageResource
90 Resource::didAddClient(c);
H A DResource.h129 virtual void didAddClient(ResourceClient*);

Completed in 104 milliseconds