Home
last modified time | relevance | path

Searched refs:resourceForURL (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/front-end/
DResourceTreeModel.js124 if (isMainFrame && this.resourceForURL(frame.url))
125 WebInspector.mainResource = this.resourceForURL(frame.url);
177 var resource = this.resourceForURL(msg.url);
204 resourceForURL: function(url) method in WebInspector.ResourceTreeModel
Dinspector.js359 resourceForURL: function(url) method
361 return this.resourceTreeModel.resourceForURL(url);
658 var resource = WebInspector.resourceForURL(resourceURL);
1190 var resource = this.resourceForURL(url);
1262 var hasResourceWithURL = !!WebInspector.resourceForURL(realURL);
DSourceFile.js36 …workManager.inflightResourceForURL(script.sourceURL) || WebInspector.resourceForURL(script.sourceU…
DExtensionServer.js294 resource = this._resourceById(id) || WebInspector.resourceForURL(id);
DResourcesPanel.js346 return !!WebInspector.resourceForURL(anchor.href);
351 var resource = WebInspector.resourceForURL(anchor.href);
DCSSStyleModel.js698 var resource = WebInspector.resourceForURL(url);
DDebuggerPresentationModel.js154 var resource = WebInspector.resourceForURL(sourceFile.url);
DElementsPanel.js306 if (WebInspector.resourceForURL(resourceURL))
DAuditRules.js328 var resource = WebInspector.resourceForURL(styleSheet.sourceURL);
DStylesSidebarPane.js1277 var hasResource = !!WebInspector.resourceForURL(hrefUrl);
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp170 ApplicationCacheResource* resource = mainResourceCache->resourceForURL(resourceURL); in selectCache()
244 if (ApplicationCacheResource* resource = m_newestCache->resourceForURL(url)) { in finishedLoadingMainResource()
264 if (ApplicationCacheResource* resource = m_cacheBeingUpdated->resourceForURL(url)) { in finishedLoadingMainResource()
513 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url); in didReceiveResponse()
541 …ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(handle->firstReques… in didReceiveResponse()
645 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url); in didFail()
966 …dle(KURL(ParsedURLString, it->first), m_newestCache ? m_newestCache->resourceForURL(it->first) : 0… in startLoadingEntry()
997 if (ApplicationCacheResource* resource = m_cacheBeingUpdated->resourceForURL(url)) { in addEntry()
DApplicationCache.cpp114 ApplicationCacheResource* ApplicationCache::resourceForURL(const String& url) in resourceForURL() function in WebCore::ApplicationCache
141 return resourceForURL(url); in resourceForRequest()
DApplicationCache.h69 ApplicationCacheResource* resourceForURL(const String& url);
DApplicationCacheHost.cpp349 resource = cache->resourceForURL(request.url()); in shouldLoadResourceFromApplicationCache()
381 resource = cache->resourceForURL(fallbackURL); in getApplicationCacheFallbackResource()
DApplicationCacheStorage.cpp209 ApplicationCacheResource* resource = cache->resourceForURL(url); in cacheGroupForURL()
243 ApplicationCacheResource* resource = cache->resourceForURL(url); in cacheGroupForURL()
282 if (cache->resourceForURL(fallbackURL)->type() & ApplicationCacheResource::Foreign) in fallbackCacheGroupForURL()
317 if (cache->resourceForURL(fallbackURL)->type() & ApplicationCacheResource::Foreign) in fallbackCacheGroupForURL()
/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.h109 CachedResource* resourceForURL(const KURL&);
DCachedResourceLoader.cpp167 if (CachedResource* existing = memoryCache()->resourceForURL(url)) { in requestUserCSSStyleSheet()
328 CachedResource* resource = memoryCache()->resourceForURL(url); in requestResource()
383 ASSERT(!memoryCache()->resourceForURL(url)); in loadResource()
DCachedResource.cpp119 ASSERT(url().isNull() || memoryCache()->resourceForURL(KURL(ParsedURLString, url())) != this); in ~CachedResource()
DMemoryCache.cpp133 CachedResource* MemoryCache::resourceForURL(const KURL& resourceURL) in resourceForURL() function in WebCore::MemoryCache
/external/webkit/Source/WebCore/loader/archive/cf/
DLegacyWebArchive.cpp532 CachedResource* cachedResource = memoryCache()->resourceForURL(subresourceURL); in create()
/external/webkit/Source/WebCore/inspector/
DInspectorResourceAgent.cpp188 cachedResource = memoryCache()->resourceForURL(url); in cachedResource()
/external/webkit/Source/WebCore/loader/
DFrameLoader.cpp3533 … CachedResource* resource = memoryCache()->resourceForURL(KURL(ParsedURLString, pastLoads[i])); in tellClientAboutPastMemoryCacheLoads()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0616869 (WebCore::MemoryCache::resourceForURL):
17019 (WebCore::Cache::resourceForURL):
21453 (WebInspector.resourceForURL):
24076 (WebInspector.ResourceManager.prototype.resourceForURL):
25728 (WebInspector.resourceForURL):
25886 (WebInspector.resourceForURL):
26046 (WebInspector.resourceForURL):
26873 (WebInspector.ResourceManager.prototype.resourceForURL):
26885 (WebInspector.ResourceTreeModel.prototype.resourceForURL):
30573 successfully mark it as no longer purgeable in Cache::resourceForURL.
[all …]
DChangeLog-2011-02-1611652 (WebInspector.resourceForURL):
36040 (WebInspector.ResourceTreeModel.prototype.resourceForURL):
36067 (WebInspector.resourceForURL):
40935 (WebCore::MemoryCache::resourceForURL):
DChangeLog-2008-08-1017361 (WebInspector.resourceForURL): Check for a direct match in resourceURLMap first.
23736 (WebCore::CachedResource::~CachedResource): Don't call resourceForURL() for null URLs.
30304 (WebCore::ApplicationCache::resourceForURL):

12