OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:didAddClient
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
XSLStyleSheetResource.cpp
51
void XSLStyleSheetResource::
didAddClient
(ResourceClient* c)
54
Resource::
didAddClient
(c);
CSSStyleSheetResource.cpp
58
void CSSStyleSheetResource::
didAddClient
(ResourceClient* c)
61
// Resource::
didAddClient
() must be before setCSSStyleSheet(),
64
Resource::
didAddClient
(c);
FontResource.cpp
64
void FontResource::
didAddClient
(ResourceClient* c)
67
Resource::
didAddClient
(c);
RawResource.cpp
51
void RawResource::
didAddClient
(ResourceClient* c)
78
Resource::
didAddClient
(client);
ImageResource.cpp
79
void ImageResource::
didAddClient
(ResourceClient* c)
90
Resource::
didAddClient
(c);
Resource.cpp
383
didAddClient
(client);
386
void Resource::
didAddClient
(ResourceClient* c)
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]);
Completed in 25 milliseconds