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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DXSLStyleSheetResource.cpp48 void XSLStyleSheetResource::didAddClient(ResourceClient* c) function in class:blink::XSLStyleSheetResource
51 Resource::didAddClient(c);
H A DXSLStyleSheetResource.h43 virtual void didAddClient(ResourceClient*) OVERRIDE;
H A DScriptResource.cpp52 void ScriptResource::didAddClient(ResourceClient* client) function in class:blink::ScriptResource
55 Resource::didAddClient(client);
H A DCSSStyleSheetResource.h48 virtual void didAddClient(ResourceClient*) OVERRIDE;
H A DScriptResource.h52 virtual void didAddClient(ResourceClient*) OVERRIDE;
H A DCSSStyleSheetResource.cpp68 void CSSStyleSheetResource::didAddClient(ResourceClient* c) function in class:blink::CSSStyleSheetResource
71 // Resource::didAddClient() must be before setCSSStyleSheet(),
74 Resource::didAddClient(c);
H A DFontResource.cpp117 void FontResource::didAddClient(ResourceClient* c) function in class:blink::FontResource
120 Resource::didAddClient(c);
H A DRawResource.cpp51 void RawResource::didAddClient(ResourceClient* c) function in class:blink::RawResource
78 Resource::didAddClient(client);
H A DFontResource.h54 virtual void didAddClient(ResourceClient*) OVERRIDE;
H A DRawResource.h47 virtual void didAddClient(ResourceClient*) OVERRIDE;
H A DImageResource.h88 virtual void didAddClient(ResourceClient*) OVERRIDE;
H A DImageResource.cpp91 void ImageResource::didAddClient(ResourceClient* c) function in class:blink::ImageResource
102 Resource::didAddClient(c);
H A DResource.cpp462 didAddClient(client);
465 void Resource::didAddClient(ResourceClient* c) function in class:blink::Resource
633 didAddClient(client);
727 // Calling didAddClient may do anything, including trying to cancel revalidation.
730 // Calling didAddClient for a client may end up removing another client. In that case it won't be in the set anymore.
732 m_resourceToRevalidate->didAddClient(clientsToMove[n]);
H A DResource.h144 virtual void didAddClient(ResourceClient*);

Completed in 1879 milliseconds