OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_protectorCount
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
Resource.h
203
bool canDelete() const { return !hasClients() && !m_loader && !m_preloadCount && !m_handleCount && !
m_protectorCount
&& !m_resourceToRevalidate && !m_proxyResource; }
277
void incrementProtectorCount() {
m_protectorCount
++; }
278
void decrementProtectorCount() {
m_protectorCount
--; }
349
unsigned
m_protectorCount
;
Resource.cpp
108
,
m_protectorCount
(0)
Completed in 24 milliseconds