Home
last modified time | relevance | path

Searched refs:PreloadReferencedWhileLoading (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.cpp1411 else if (res->preloadResult() == Resource::PreloadReferencedWhileLoading) in printPreloadStats()
1416 if (res->preloadResult() < Resource::PreloadReferencedWhileLoading) in printPreloadStats()
1420 if (res->preloadResult() < Resource::PreloadReferencedWhileLoading) in printPreloadStats()
1424 if (res->preloadResult() < Resource::PreloadReferencedWhileLoading) in printPreloadStats()
DResource.h122 PreloadReferencedWhileLoading, enumerator
DResource.cpp475 m_preloadResult = PreloadReferencedWhileLoading; in addClientToSet()