HomeSort by relevance Sort by last modified time
    Searched refs:resourceForURL (Results 1 - 21 of 21) sorted by null

  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp 114 ApplicationCacheResource* ApplicationCache::resourceForURL(const String& url)
141 return resourceForURL(url);
ApplicationCache.h 69 ApplicationCacheResource* resourceForURL(const String& url);
ApplicationCacheGroup.cpp 170 ApplicationCacheResource* resource = mainResourceCache->resourceForURL(resourceURL);
244 if (ApplicationCacheResource* resource = m_newestCache->resourceForURL(url)) {
264 if (ApplicationCacheResource* resource = m_cacheBeingUpdated->resourceForURL(url)) {
513 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url);
541 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(handle->firstRequest().url());
645 ApplicationCacheResource* newestCachedResource = m_newestCache->resourceForURL(url);
    [all...]
ApplicationCacheHost.cpp 349 resource = cache->resourceForURL(request.url());
381 resource = cache->resourceForURL(fallbackURL);
ApplicationCacheStorage.cpp 209 ApplicationCacheResource* resource = cache->resourceForURL(url);
243 ApplicationCacheResource* resource = cache->resourceForURL(url);
282 if (cache->resourceForURL(fallbackURL)->type() & ApplicationCacheResource::Foreign)
317 if (cache->resourceForURL(fallbackURL)->type() & ApplicationCacheResource::Foreign)
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceTreeModel.js 124 if (isMainFrame && this.resourceForURL(frame.url))
125 WebInspector.mainResource = this.resourceForURL(frame.url);
177 var resource = this.resourceForURL(msg.url);
204 resourceForURL: function(url)
SourceFile.js 36 this._resource = WebInspector.networkManager.inflightResourceForURL(script.sourceURL) || WebInspector.resourceForURL(script.sourceURL);
inspector.js 359 resourceForURL: function(url)
361 return this.resourceTreeModel.resourceForURL(url);
658 var resource = WebInspector.resourceForURL(resourceURL);
    [all...]
ExtensionServer.js 294 resource = this._resourceById(id) || WebInspector.resourceForURL(id);
ResourcesPanel.js 346 return !!WebInspector.resourceForURL(anchor.href);
351 var resource = WebInspector.resourceForURL(anchor.href);
    [all...]
CSSStyleModel.js 698 var resource = WebInspector.resourceForURL(url);
DebuggerPresentationModel.js 154 var resource = WebInspector.resourceForURL(sourceFile.url);
ElementsPanel.js 306 if (WebInspector.resourceForURL(resourceURL))
    [all...]
AuditRules.js 328 var resource = WebInspector.resourceForURL(styleSheet.sourceURL);
    [all...]
  /external/webkit/Source/WebCore/loader/cache/
MemoryCache.h 109 CachedResource* resourceForURL(const KURL&);
CachedResourceLoader.cpp 174 if (CachedResource* existing = memoryCache()->resourceForURL(url)) {
337 CachedResource* resource = memoryCache()->resourceForURL(url);
392 ASSERT(!memoryCache()->resourceForURL(url));
CachedResource.cpp 119 ASSERT(url().isNull() || memoryCache()->resourceForURL(KURL(ParsedURLString, url())) != this);
MemoryCache.cpp 133 CachedResource* MemoryCache::resourceForURL(const KURL& resourceURL)
  /external/webkit/Source/WebCore/inspector/
InspectorResourceAgent.cpp 188 cachedResource = memoryCache()->resourceForURL(url);
  /external/webkit/Source/WebCore/loader/archive/cf/
LegacyWebArchive.cpp 532 CachedResource* cachedResource = memoryCache()->resourceForURL(subresourceURL);
  /external/webkit/Source/WebCore/loader/
FrameLoader.cpp     [all...]

Completed in 635 milliseconds