Home
last modified time | relevance | path

Searched refs:NamedItemCache (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLCollection.h73 class NamedItemCache FINAL : public NoBaseWillBeGarbageCollected<NamedItemCache> {
75 static PassOwnPtrWillBeRawPtr<NamedItemCache> create() in create()
77 return adoptPtrWillBeNoop(new NamedItemCache); in create()
92 NamedItemCache();
114 void setNamedItemCache(PassOwnPtrWillBeRawPtr<NamedItemCache> cache) const in setNamedItemCache()
121 NamedItemCache& namedItemCache() const in namedItemCache()
149 mutable OwnPtrWillBeMember<NamedItemCache> m_namedItemCache;
DHTMLCollection.cpp421 const NamedItemCache& cache = namedItemCache(); in namedItem()
479 OwnPtrWillBeRawPtr<NamedItemCache> cache = NamedItemCache::create(); in updateIdNameCache()
504 const NamedItemCache& cache = namedItemCache(); in namedItems()
515 HTMLCollection::NamedItemCache::NamedItemCache() in NamedItemCache() function in WebCore::HTMLCollection::NamedItemCache
DHTMLAllCollection.cpp54 const NamedItemCache& cache = namedItemCache(); in namedItemWithIndex()
DHTMLFormControlsCollection.cpp157 OwnPtrWillBeRawPtr<NamedItemCache> cache = NamedItemCache::create(); in updateIdNameCache()