Searched defs:resourceForURL (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DResourceUtils.js35 WebInspector.resourceForURL = function(url)
37 return WebInspector.resourceTreeModel.resourceForURL(url);
57 var resource = WebInspector.resourceForURL(url);
147 var isExternal = !WebInspector.resourceForURL(url) && !WebInspector.workspace.uiSourceCodeForURL(url);
H A DResourceTreeModel.js318 var resource = msg.url ? this.resourceForURL(msg.url) : null;
382 resourceForURL: function(url)
385 return this.mainFrame ? this.mainFrame.resourceForURL(url) : null;
620 resourceForURL: function(url)
/external/chromium_org/third_party/WebKit/Source/core/loader/cache/
H A DMemoryCache.cpp123 Resource* MemoryCache::resourceForURL(const KURL& resourceURL) function in class:WebCore::MemoryCache
501 if (Resource* resource = memoryCache()->resourceForURL(url))

Completed in 728 milliseconds