Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorPageAgent.cpp329 Vector<Document*> allImports = InspectorPageAgent::importsForFrame(frame); in cachedResource() local
330 … for (Vector<Document*>::const_iterator it = allImports.begin(); it != allImports.end(); ++it) { in cachedResource()
1305 Vector<Document*> allImports = InspectorPageAgent::importsForFrame(frame); in buildObjectForFrameTree() local
1306 for (Vector<Document*>::const_iterator it = allImports.begin(); it != allImports.end(); ++it) { in buildObjectForFrameTree()