/external/webkit/Source/WebCore/html/ |
D | CollectionCache.h | 32 struct CollectionCache { struct 35 CollectionCache(); 36 CollectionCache(const CollectionCache&); 37 CollectionCache& operator=(const CollectionCache& other) 39 CollectionCache tmp(other); 43 ~CollectionCache(); 46 void swap(CollectionCache&); 67 inline void CollectionCache::checkConsistency() { } in checkConsistency() argument
|
D | CollectionCache.cpp | 26 CollectionCache::CollectionCache() in CollectionCache() function in WebCore::CollectionCache 32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src) in copyCacheMap() 40 CollectionCache::CollectionCache(const CollectionCache& other) in CollectionCache() function in WebCore::CollectionCache 53 void CollectionCache::swap(CollectionCache& other) in swap() 68 CollectionCache::~CollectionCache() in ~CollectionCache() 74 void CollectionCache::reset() in reset() 89 void CollectionCache::checkConsistency() in checkConsistency()
|
D | HTMLCollection.h | 38 struct CollectionCache; 63 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*); 66 CollectionCache* info() const { return m_info; } in info() 81 mutable CollectionCache* m_info;
|
D | HTMLFormElement.h | 44 struct CollectionCache; 154 OwnPtr<CollectionCache> m_collectionCache;
|
D | HTMLSelectElement.h | 83 …CollectionCache* collectionInfo() { m_collectionInfo.checkConsistency(); return &m_collectionInfo;… in collectionInfo() 149 CollectionCache m_collectionInfo;
|
D | HTMLFormCollection.h | 54 static CollectionCache* formCollectionInfo(HTMLFormElement*);
|
D | HTMLFormCollection.cpp | 39 inline CollectionCache* HTMLFormCollection::formCollectionInfo(HTMLFormElement* form) in formCollectionInfo() 42 form->m_collectionCache = adoptPtr(new CollectionCache); in formCollectionInfo()
|
D | HTMLCollection.cpp | 48 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type, CollectionCache* info) in HTMLCollection() 73 m_info = new CollectionCache; in resetCollectionInfo()
|
/external/webkit/Source/WebCore/dom/ |
D | Document.h | 393 CollectionCache* collectionInfo(CollectionType type) in collectionInfo() 402 CollectionCache* nameCollectionInfo(CollectionType, const AtomicString& name); 1327 typedef HashMap<AtomicStringImpl*, CollectionCache*> NamedCollectionMap; 1328 FixedArray<CollectionCache, NumUnnamedDocumentCachedTypes> m_collectionInfo;
|
D | Document.cpp | 4254 CollectionCache* Document::nameCollectionInfo(CollectionType type, const AtomicString& name) in nameCollectionInfo() 4263 iter = map.add(name.impl(), new CollectionCache).first; in nameCollectionInfo()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 313 html/CollectionCache.cpp \
|
D | WebCore.pro | 641 html/CollectionCache.cpp \ 1628 html/CollectionCache.h \
|
D | CMakeLists.txt | 719 html/CollectionCache.cpp
|
D | GNUmakefile.list.am | 1565 Source/WebCore/html/CollectionCache.cpp \ 1566 Source/WebCore/html/CollectionCache.h \
|
D | GNUmakefile.am | 1610 Source/WebCore/html/CollectionCache.cpp \ 1611 Source/WebCore/html/CollectionCache.h \
|
D | WebCore.gypi | 598 'html/CollectionCache.h', 2807 'html/CollectionCache.cpp',
|
D | ChangeLog-2010-01-29 | 1724 * html/CollectionCache.cpp: 1725 (WebCore::CollectionCache::checkConsistency): 1726 * html/CollectionCache.h: 2261 * html/CollectionCache.cpp: 2262 * html/CollectionCache.h: 2393 * html/CollectionCache.cpp: 2394 (WebCore::CollectionCache::checkConsistency): 2395 * html/CollectionCache.h: 25106 Allow custom memory allocation control for WebCore's CollectionCache 25114 struct CollectionCache - dom/Document.cpp:4029 [all …]
|
D | ChangeLog-2009-06-16 | 13089 Declare CollectionCache as a struct, not a class, to match its 13166 * html/CollectionCache.cpp: Copied from WebCore/html/HTMLCollection.cpp. 13168 * html/CollectionCache.h: Copied from WebCore/html/HTMLCollection.h.
|
D | ChangeLog-2010-12-06 | 82323 * html/CollectionCache.h: 84515 * html/CollectionCache.h: 85667 * html/CollectionCache.h:
|
D | ChangeLog | 48556 * html/CollectionCache.h:
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 2981 …F0F813A1A00C1A634 /* CollectionCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 93C441ED0F… 2982 …F00F813A1A00C1A634 /* CollectionCache.h in Headers */ = {isa = PBXBuildFile; fileRef = 93C441EE0F8… 9555 …0C1A634 /* CollectionCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =… 9556 …1A00C1A634 /* CollectionCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType … 15830 93C441ED0F813A1A00C1A634 /* CollectionCache.cpp */, 15831 93C441EE0F813A1A00C1A634 /* CollectionCache.h */, 20075 93C441F00F813A1A00C1A634 /* CollectionCache.h in Headers */, 23438 93C441EF0F813A1A00C1A634 /* CollectionCache.cpp in Sources */,
|