/external/webkit/Source/WebCore/rendering/svg/ |
D | SVGResourcesCycleSolver.cpp | 41 , 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 …]
|
D | SVGResourcesCycleSolver.h | 45 SVGResources* m_resources; variable
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorDOMStorageAgent.cpp | 69 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 …]
|
D | InspectorDatabaseAgent.cpp | 234 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()
|
D | InspectorDOMStorageAgent.h | 79 DOMStorageResourcesMap m_resources; variable
|
D | InspectorDatabaseAgent.h | 82 DatabaseResourcesMap m_resources; variable
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCache.cpp | 83 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()
|
D | ApplicationCache.h | 86 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/ |
D | MemoryCache.cpp | 91 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 …]
|
D | MemoryCache.h | 221 HashMap<String, CachedResource*> m_resources; variable
|
/external/webkit/Source/WebCore/platform/graphics/ |
D | ANGLEWebKitBridge.cpp | 66 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()
|
D | ANGLEWebKitBridge.h | 51 ShBuiltInResources getResources() { return m_resources; } in getResources() 65 ShBuiltInResources m_resources; variable
|
/external/webkit/Source/WebCore/svg/ |
D | SVGDocumentExtensions.cpp | 74 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()
|
D | SVGDocumentExtensions.h | 74 HashMap<AtomicString, RenderSVGResourceContainer*> m_resources; variable
|
/external/webkit/PerformanceTests/Parser/resources/ |
D | final-url-en | 33966 http://www.conejo-valley-dream-homes.com/m_resources.asp 66681 http://www.realestateyork.com/m_resources.asp
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2009-06-16 | 59936 ASSERTION FAILED: !m_resources.contains(url) in ApplicationCache::addResource()
|