Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/svg/
DSVGResourcesCycleSolver.cpp41 , m_resources(resources) in SVGResourcesCycleSolver()
44 ASSERT(m_resources); in SVGResourcesCycleSolver()
103 m_resources->dump(m_renderer); in resolveCycles()
108 m_resources->buildSetOfResources(localResources); in resolveCycles()
158 m_resources->dump(m_renderer); in resolveCycles()
167 if (resourceLeadingToCycle == m_resources->linkedResource()) { in breakCycle()
168 m_resources->resetLinkedResource(); in breakCycle()
174 ASSERT(resourceLeadingToCycle == m_resources->masker()); in breakCycle()
175 m_resources->resetMasker(); in breakCycle()
178 …adingToCycle == m_resources->markerStart() || resourceLeadingToCycle == m_resources->markerMid() |… in breakCycle()
[all …]
DSVGResourcesCycleSolver.h45 SVGResources* m_resources; variable
/external/webkit/Source/WebCore/inspector/
DInspectorDOMStorageAgent.cpp69 DOMStorageResourcesMap::iterator resourcesEnd = m_resources.end(); in setFrontend()
70 for (DOMStorageResourcesMap::iterator it = m_resources.begin(); it != resourcesEnd; ++it) in setFrontend()
76 DOMStorageResourcesMap::iterator domStorageEnd = m_resources.end(); in clearFrontend()
77 for (DOMStorageResourcesMap::iterator it = m_resources.begin(); it != domStorageEnd; ++it) in clearFrontend()
124 DOMStorageResourcesMap::iterator domStorageEnd = m_resources.end(); in storageId()
125 for (DOMStorageResourcesMap::iterator it = m_resources.begin(); it != domStorageEnd; ++it) { in storageId()
134 DOMStorageResourcesMap::iterator it = m_resources.find(storageId); in getDOMStorageResourceForId()
135 if (it == m_resources.end()) in getDOMStorageResourceForId()
142 DOMStorageResourcesMap::iterator domStorageEnd = m_resources.end(); in didUseDOMStorage()
143 for (DOMStorageResourcesMap::iterator it = m_resources.begin(); it != domStorageEnd; ++it) { in didUseDOMStorage()
[all …]
DInspectorDatabaseAgent.cpp234 m_resources.set(resource->id(), resource); in didOpenDatabase()
242 m_resources.clear(); in clearResources()
277 DatabaseResourcesMap::iterator databasesEnd = m_resources.end(); in enable()
278 for (DatabaseResourcesMap::iterator it = m_resources.begin(); it != databasesEnd; ++it) in enable()
334 for (DatabaseResourcesMap::iterator it = m_resources.begin(); it != m_resources.end(); ++it) { in databaseId()
343 for (DatabaseResourcesMap::iterator it = m_resources.begin(); it != m_resources.end(); ++it) { in findByFileName()
352 DatabaseResourcesMap::iterator it = m_resources.find(databaseId); in databaseForId()
353 if (it == m_resources.end()) in databaseForId()
DInspectorDOMStorageAgent.h79 DOMStorageResourcesMap m_resources; variable
DInspectorDatabaseAgent.h82 DatabaseResourcesMap m_resources; variable
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCache.cpp83 ASSERT(!m_resources.contains(url)); in addResource()
95 m_resources.set(url, resource); in addResource()
100 HashMap<String, RefPtr<ApplicationCacheResource> >::iterator it = m_resources.find(url); in removeResource()
101 if (it == m_resources.end()) in removeResource()
107 m_resources.remove(it); in removeResource()
117 return m_resources.get(url).get(); in resourceForURL()
183 ResourceMap::const_iterator end = m_resources.end(); in clearStorageID()
184 for (ResourceMap::const_iterator it = m_resources.begin(); it != end; ++it) in clearStorageID()
213 HashMap<String, RefPtr<ApplicationCacheResource> >::const_iterator end = m_resources.end(); in dump()
215 …for (HashMap<String, RefPtr<ApplicationCacheResource> >::const_iterator it = m_resources.begin(); … in dump()
DApplicationCache.h86 ResourceMap::const_iterator begin() const { return m_resources.begin(); } in begin()
87 ResourceMap::const_iterator end() const { return m_resources.end(); } in end()
101 ResourceMap m_resources; variable
/external/webkit/Source/WebCore/loader/cache/
DMemoryCache.cpp91 m_resources.set(resource->url(), resource); in add()
110 ASSERT(!m_resources.get(resource->url())); in revalidationSucceeded()
111 m_resources.set(resource->url(), resource); in revalidationSucceeded()
136 CachedResource* resource = m_resources.get(url); in resourceForURL()
331 m_resources.remove(resource->url()); in evict()
344 ASSERT(m_resources.get(resource->url()) != resource); in evict()
482 CachedResourceMap::iterator e = m_resources.end(); in removeResourcesWithOrigin()
483 for (CachedResourceMap::iterator it = m_resources.begin(); it != e; ++it) { in removeResourcesWithOrigin()
498 CachedResourceMap::iterator e = m_resources.end(); in getOriginsWithCache()
499 for (CachedResourceMap::iterator it = m_resources.begin(); it != e; ++it) in getOriginsWithCache()
[all …]
DMemoryCache.h221 HashMap<String, CachedResource*> m_resources; variable
/external/webkit/Source/WebCore/platform/graphics/
DANGLEWebKitBridge.cpp66 m_resources = resources; in setResources()
72 m_fragmentCompiler = ShConstructCompiler(SH_FRAGMENT_SHADER, SH_WEBGL_SPEC, &m_resources); in validateShaderSource()
73 m_vertexCompiler = ShConstructCompiler(SH_VERTEX_SHADER, SH_WEBGL_SPEC, &m_resources); in validateShaderSource()
DANGLEWebKitBridge.h51 ShBuiltInResources getResources() { return m_resources; } in getResources()
65 ShBuiltInResources m_resources; variable
/external/webkit/Source/WebCore/svg/
DSVGDocumentExtensions.cpp74 m_resources.set(id, resource); in addResource()
79 if (id.isEmpty() || !m_resources.contains(id)) in removeResource()
82 m_resources.remove(id); in removeResource()
90 return m_resources.get(id); in resourceById()
DSVGDocumentExtensions.h74 HashMap<AtomicString, RenderSVGResourceContainer*> m_resources; variable
/external/webkit/PerformanceTests/Parser/resources/
Dfinal-url-en33966 http://www.conejo-valley-dream-homes.com/m_resources.asp
66681 http://www.realestateyork.com/m_resources.asp
/external/webkit/Source/WebCore/
DChangeLog-2009-06-1659936 ASSERTION FAILED: !m_resources.contains(url) in ApplicationCache::addResource()