Home
last modified time | relevance | path

Searched refs:CollectionCache (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/html/
DCollectionCache.h32 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
DCollectionCache.cpp26 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()
DHTMLCollection.h38 struct CollectionCache;
63 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*);
66 CollectionCache* info() const { return m_info; } in info()
81 mutable CollectionCache* m_info;
DHTMLFormElement.h44 struct CollectionCache;
154 OwnPtr<CollectionCache> m_collectionCache;
DHTMLSelectElement.h83CollectionCache* collectionInfo() { m_collectionInfo.checkConsistency(); return &m_collectionInfo;… in collectionInfo()
149 CollectionCache m_collectionInfo;
DHTMLFormCollection.h54 static CollectionCache* formCollectionInfo(HTMLFormElement*);
DHTMLFormCollection.cpp39 inline CollectionCache* HTMLFormCollection::formCollectionInfo(HTMLFormElement* form) in formCollectionInfo()
42 form->m_collectionCache = adoptPtr(new CollectionCache); in formCollectionInfo()
DHTMLCollection.cpp48 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type, CollectionCache* info) in HTMLCollection()
73 m_info = new CollectionCache; in resetCollectionInfo()
/external/webkit/Source/WebCore/dom/
DDocument.h393 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;
DDocument.cpp4254 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/
DAndroid.mk313 html/CollectionCache.cpp \
DWebCore.pro641 html/CollectionCache.cpp \
1628 html/CollectionCache.h \
DCMakeLists.txt719 html/CollectionCache.cpp
DGNUmakefile.list.am1565 Source/WebCore/html/CollectionCache.cpp \
1566 Source/WebCore/html/CollectionCache.h \
DGNUmakefile.am1610 Source/WebCore/html/CollectionCache.cpp \
1611 Source/WebCore/html/CollectionCache.h \
DWebCore.gypi598 'html/CollectionCache.h',
2807 'html/CollectionCache.cpp',
DChangeLog-2010-01-291724 * 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 …]
DChangeLog-2009-06-1613089 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.
DChangeLog-2010-12-0682323 * html/CollectionCache.h:
84515 * html/CollectionCache.h:
85667 * html/CollectionCache.h:
DChangeLog48556 * html/CollectionCache.h:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2981 …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 */,