OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hasClients
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCache.cpp
129
if (newResource->decodedSize() && newResource->
hasClients
())
132
adjustSize(newResource->
hasClients
(), delta);
141
ASSERT(!resource->
hasClients
());
187
ASSERT(current->
hasClients
());
223
ASSERT(!current->
hasClients
());
243
if (!current->
hasClients
() && !current->isPreloaded() && current->isLoaded()) {
264
if (!current->
hasClients
() && !current->isPreloaded() && !current->isCacheValidator()) {
308
adjustSize(resource->
hasClients
(), -static_cast<ptrdiff_t>(resource->size()));
525
liveSize += o->
hasClients
() ? o->size() : 0;
678
if (includeLive || !current->
hasClients
())
[
all
...]
Resource.cpp
423
if (!
hasClients
() && inCache())
451
if (!deleted && !
hasClients
()) {
485
if (
hasClients
() || !m_loader)
529
if (m_decodedSize && !m_inLiveDecodedResourcesList &&
hasClients
())
535
memoryCache()->adjustSize(
hasClients
(), delta);
559
memoryCache()->adjustSize(
hasClients
(), delta);
729
memoryCache()->adjustSize(
hasClients
(), size());
781
return !
hasClients
() && !m_proxyResource && !m_resourceToRevalidate;
814
ASSERT(!
hasClients
());
Resource.h
118
bool
hasClients
() const { return !m_clients.isEmpty() || !m_clientsAwaitingCallback.isEmpty(); }
203
bool canDelete() const { return !
hasClients
() && !m_loader && !m_preloadCount && !m_handleCount && !m_protectorCount && !m_resourceToRevalidate && !m_proxyResource; }
/prebuilts/devtools/tools/lib/
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar
/prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar
Completed in 31 milliseconds