OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nextInLiveResourcesList
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp
419
for (Resource* current = list->m_head; current; current = current->
m_nextInLiveResourcesList
) {
428
Resource* next = resource->
m_nextInLiveResourcesList
;
434
resource->
m_nextInLiveResourcesList
= 0;
443
prev->
m_nextInLiveResourcesList
= next;
451
ASSERT(!resource->
m_nextInLiveResourcesList
&& !resource->m_prevInLiveResourcesList && !resource->m_inLiveDecodedResourcesList);
455
resource->
m_nextInLiveResourcesList
= list->m_head;
460
if (!resource->
m_nextInLiveResourcesList
)
466
for (Resource* current = list->m_head; current; current = current->
m_nextInLiveResourcesList
) {
Resource.h
372
Resource*
m_nextInLiveResourcesList
;
Resource.cpp
124
,
m_nextInLiveResourcesList
(0)
Completed in 114 milliseconds