OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:removeAllClientsFromCache
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceSolidColor.h
34
virtual void
removeAllClientsFromCache
(bool = true) { }
RenderSVGResourceGradient.cpp
39
void RenderSVGResourceGradient::
removeAllClientsFromCache
(bool markForInvalidation)
64
// synchronization to kick in, which causes
removeAllClientsFromCache
() to be called, which in turn deletes our
RenderSVGResourceMarker.cpp
57
removeAllClientsFromCache
();
67
void RenderSVGResourceMarker::
removeAllClientsFromCache
(bool markForInvalidation)
RenderSVGResourceMasker.cpp
45
void RenderSVGResourceMasker::
removeAllClientsFromCache
(bool markForInvalidation)
RenderSVGResourcePattern.cpp
40
void RenderSVGResourcePattern::
removeAllClientsFromCache
(bool markForInvalidation)
130
//
removeAllClientsFromCache
(), we only make it visible in the cache at the very end.
RenderSVGResourceClipper.cpp
54
void RenderSVGResourceClipper::
removeAllClientsFromCache
(bool markForInvalidation)
RenderSVGResourceFilter.cpp
53
void RenderSVGResourceFilter::
removeAllClientsFromCache
(bool markForInvalidation)
Completed in 192 milliseconds