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

  /external/webkit/WebCore/html/
CollectionCache.h 32 struct CollectionCache : FastAllocBase {
33 CollectionCache();
34 CollectionCache(const CollectionCache&);
35 CollectionCache& operator=(const CollectionCache& other)
37 CollectionCache tmp(other);
41 ~CollectionCache();
44 void swap(CollectionCache&);
65 inline void CollectionCache::checkConsistency() {
    [all...]
CollectionCache.cpp 22 #include "CollectionCache.h"
26 CollectionCache::CollectionCache()
32 inline void CollectionCache::copyCacheMap(NodeCacheMap& dest, const NodeCacheMap& src)
40 CollectionCache::CollectionCache(const CollectionCache& other)
53 void CollectionCache::swap(CollectionCache& other)
68 CollectionCache::~CollectionCache(
    [all...]
HTMLCollection.h 41 struct CollectionCache;
66 HTMLCollection(PassRefPtr<Node> base, CollectionType, CollectionCache*);
69 CollectionCache* info() const { return m_info; }
84 mutable CollectionCache* m_info;
HTMLFormCollection.h 54 static CollectionCache* formCollectionInfo(HTMLFormElement*);
HTMLSelectElement.h 28 #include "CollectionCache.h"
79 CollectionCache* collectionInfo() { m_collectionInfo.checkConsistency(); return &m_collectionInfo; }
138 CollectionCache m_collectionInfo;
HTMLFormElement.h 43 struct CollectionCache;
147 CollectionCache* collectionInfo;
HTMLFormCollection.cpp 26 #include "CollectionCache.h"
39 inline CollectionCache* HTMLFormCollection::formCollectionInfo(HTMLFormElement* form)
42 form->collectionInfo = new CollectionCache;
HTMLCollection.cpp 48 HTMLCollection::HTMLCollection(PassRefPtr<Node> base, CollectionType type, CollectionCache* info)
73 m_info = new CollectionCache;
  /external/webkit/WebCore/dom/
Document.h 32 #include "CollectionCache.h"
347 CollectionCache* collectionInfo(CollectionType type)
356 CollectionCache* nameCollectionInfo(CollectionType, const AtomicString& name);
    [all...]
Document.cpp     [all...]
  /external/webkit/WebCore/
Android.mk 245 html/CollectionCache.cpp \

Completed in 425 milliseconds