Home
last modified time | relevance | path

Searched refs:allResources (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp618 const ResourceFetcher::DocumentResourceMap& allResources = document->fetcher()->allResources(); in cachedResourcesForDocument() local
619 ResourceFetcher::DocumentResourceMap::const_iterator end = allResources.end(); in cachedResourcesForDocument()
620 …for (ResourceFetcher::DocumentResourceMap::const_iterator it = allResources.begin(); it != end; ++… in cachedResourcesForDocument()
682 Vector<Resource*> allResources = cachedResourcesForFrame(frame, false); in allResourcesURLsForFrame() local
683 … for (Vector<Resource*>::const_iterator it = allResources.begin(); it != allResources.end(); ++it) in allResourcesURLsForFrame()
1290 Vector<Resource*> allResources = cachedResourcesForFrame(frame, true); in buildObjectForFrameTree() local
1291 …for (Vector<Resource*>::const_iterator it = allResources.begin(); it != allResources.end(); ++it) { in buildObjectForFrameTree()
/external/chromium_org/third_party/WebKit/Source/core/fetch/
DResourceFetcher.h107 const DocumentResourceMap& allResources() const { return m_documentResources; } in allResources() function