OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:discardableFactory
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkResourceCache.h
100
typedef SkDiscardableMemory* (*
DiscardableFactory
)(size_t bytes);
129
* Returns the
DiscardableFactory
used by the global cache, or NULL.
131
static
DiscardableFactory
GetDiscardableFactory();
135
* Returns NULL if the ResourceCache has not been initialized with a
DiscardableFactory
.
147
* Construct the cache to call
DiscardableFactory
when it
153
SkResourceCache(
DiscardableFactory
);
197
DiscardableFactory
discardableFactory
() const { return fDiscardableFactory; }
212
DiscardableFactory
fDiscardableFactory;
SkResourceCache.cpp
129
SkResourceCacheDiscardableAllocator(SkResourceCache::
DiscardableFactory
factory) {
137
SkResourceCache::
DiscardableFactory
fFactory;
164
SkResourceCache::SkResourceCache(
DiscardableFactory
factory) {
435
SkResourceCache::
DiscardableFactory
SkResourceCache::GetDiscardableFactory() {
437
return get_cache()->
discardableFactory
();
Completed in 99 milliseconds