Searched refs:resourceForURL (Results 1 - 22 of 22) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DResourceUtils.js35 WebInspector.resourceForURL = function(url)
37 return WebInspector.resourceTreeModel.resourceForURL(url);
57 var resource = WebInspector.resourceForURL(url);
140 var isExternal = !WebInspector.resourceForURL(url);
H A DNetworkUISourceCodeProvider.js81 if (WebInspector.resourceForURL(requestURL) || WebInspector.networkLog.requestForURL(requestURL))
H A DResourceTreeModel.js317 var resource = msg.url ? this.resourceForURL(msg.url) : null;
381 resourceForURL: function(url) method in class:WebInspector.ResourceTreeModel
384 return this.mainFrame ? this.mainFrame.resourceForURL(url) : null;
618 resourceForURL: function(url)
H A DStylesSourceMapping.js98 if (!uiSourceCode.url || !WebInspector.resourceForURL(uiSourceCode.url))
242 var resource = WebInspector.resourceForURL(uiSourceCode.url);
H A DDOMPresentationUtils.js122 var resource = WebInspector.resourceTreeModel.resourceForURL(imageURL);
H A DCSSStyleModel.js858 var resource = WebInspector.resourceTreeModel.resourceForURL(payload.sourceURL);
894 var resource = WebInspector.resourceTreeModel.resourceForURL(this.sourceURL);
1346 var inspectorResource = frame.resourceForURL(viaInspectorURL);
1350 var resource = frame.resourceForURL(header.sourceURL);
H A DHandlerRegistry.js181 if (WebInspector.resourceForURL(resourceURL))
H A DExtensionServer.js288 var contentProvider = WebInspector.workspace.uiSourceCodeForOriginURL(url) || WebInspector.resourceForURL(url);
472 var contentProvider = WebInspector.workspace.uiSourceCodeForOriginURL(url) || WebInspector.resourceForURL(url);
492 var resource = WebInspector.resourceTreeModel.resourceForURL(url);
H A DResourcesPanel.js163 var mainResource = WebInspector.inspectedPageURL && this.resourcesListTreeElement && this.resourcesListTreeElement.expanded && WebInspector.resourceTreeModel.resourceForURL(WebInspector.inspectedPageURL);
401 return !!WebInspector.resourceForURL(anchor.href);
406 var resource = WebInspector.resourceForURL(anchor.href);
H A DConsoleMessage.js152 var isExternal = !WebInspector.resourceForURL(this.url);
H A DElementsPanel.js400 var resource = WebInspector.resourceTreeModel.resourceForURL(anchor.href);
H A Dinspector.js643 var resource = WebInspector.resourceForURL(resourceURL);
H A DAuditRules.js387 var resource = WebInspector.resourceForURL(styleSheet.sourceURL);
H A DScriptsPanel.js1239 var resource = WebInspector.resourceForURL(uiSourceCode.url);
/macosx-10.9.5/WebCore-7537.78.1/loader/appcache/
H A DApplicationCache.h67 ApplicationCacheResource* resourceForURL(const String& url);
H A DApplicationCache.cpp118 ApplicationCacheResource* ApplicationCache::resourceForURL(const String& url) function in class:WebCore::ApplicationCache
145 return resourceForURL(url);
H A DApplicationCacheGroup.cpp173 ApplicationCacheResource* resource = mainResourceCache->resourceForURL(resourceURL);
250 if (ApplicationCacheResource* resource = m_newestCache->resourceForURL(url)) {
272 if (ApplicationCacheResource* resource = m_cacheBeingUpdated->resourceForURL(url)) {
561 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url);
591 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(handle->firstRequest().url());
697 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url);
1037 m_currentHandle = createResourceHandle(KURL(ParsedURLString, it->key), m_newestCache ? m_newestCache->resourceForURL(it->key) : 0);
1068 if (ApplicationCacheResource* resource = m_cacheBeingUpdated->resourceForURL(url)) {
H A DApplicationCacheHost.cpp352 resource = cache->resourceForURL(request.url());
384 resource = cache->resourceForURL(fallbackURL);
H A DApplicationCacheStorage.cpp213 ApplicationCacheResource* resource = cache->resourceForURL(url);
247 ApplicationCacheResource* resource = cache->resourceForURL(url);
286 if (cache->resourceForURL(fallbackURL)->type() & ApplicationCacheResource::Foreign)
321 if (cache->resourceForURL(fallbackURL)->type() & ApplicationCacheResource::Foreign)
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DMemoryCache.h115 CachedResource* resourceForURL(const KURL&);
H A DMemoryCache.cpp166 CachedResource* MemoryCache::resourceForURL(const KURL& resourceURL) function in class:WebCore::MemoryCache
/macosx-10.9.5/WebCore-7537.78.1/testing/
H A DInternals.cpp339 CachedResource* resource = memoryCache()->resourceForURL(contextDocument()->completeURL(url));

Completed in 221 milliseconds