OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:insertinlivedecodedresourceslist
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/frame/
ImageBitmapTest.cpp
134
memoryCache()->
insertInLiveDecodedResourcesList
(cachedImageNoCrop.get());
135
memoryCache()->
insertInLiveDecodedResourcesList
(cachedImageInteriorCrop.get());
136
memoryCache()->
insertInLiveDecodedResourcesList
(cachedImageExteriorCrop.get());
137
memoryCache()->
insertInLiveDecodedResourcesList
(cachedImageOutsideCrop.get());
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp
213
memoryCache()->
insertInLiveDecodedResourcesList
(m_live.get());
347
memoryCache()->
insertInLiveDecodedResourcesList
(cachedImageHighPriority.get());
348
memoryCache()->
insertInLiveDecodedResourcesList
(cachedImageLowPriority.get());
MemoryCache.h
139
void
insertInLiveDecodedResourcesList
(Resource*);
Resource.cpp
370
memoryCache()->
insertInLiveDecodedResourcesList
(this);
530
memoryCache()->
insertInLiveDecodedResourcesList
(this);
569
memoryCache()->
insertInLiveDecodedResourcesList
(this);
MemoryCache.cpp
130
insertInLiveDecodedResourcesList
(newResource);
448
void MemoryCache::
insertInLiveDecodedResourcesList
(Resource* resource)
Completed in 60 milliseconds