OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setCacheLimitInBytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/web/
WebImageCache.cpp
40
void WebImageCache::
setCacheLimitInBytes
(size_t size)
42
ImageDecodingStore::instance()->
setCacheLimitInBytes
(size);
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageDecodingStore.cpp
61
setCacheLimitInBytes
(0);
272
void ImageDecodingStore::
setCacheLimitInBytes
(size_t cacheLimit)
Completed in 27 milliseconds