Home
last modified time | relevance | path

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

/dports/www/kf5-khtml/khtml-5.89.0/src/xml/
H A Ddom_docimpl.h150 class ElementMappingCache
165 ElementMappingCache();
166 ~ElementMappingCache();
801 ElementMappingCache &underDocNamedCache() in underDocNamedCache()
806 ElementMappingCache &getElementByIdCache() const in getElementByIdCache()
919 ElementMappingCache m_underDocNamedCache;
929 mutable ElementMappingCache m_getElementByIdCache;
H A Ddom_docimpl.cpp308 ElementMappingCache::ElementMappingCache(): m_dict() in ElementMappingCache() function in ElementMappingCache
312 ElementMappingCache::~ElementMappingCache() in ~ElementMappingCache()
317 void ElementMappingCache::add(const DOMString &id, ElementImpl *nd) in add()
335 void ElementMappingCache::set(const DOMString &id, ElementImpl *nd) in set()
346 void ElementMappingCache::remove(const DOMString &id, ElementImpl *nd) in remove()
365 bool ElementMappingCache::contains(const DOMString &id) in contains()
373 ElementMappingCache::ItemInfo *ElementMappingCache::get(const DOMString &id) in get()
833 ElementMappingCache::ItemInfo *info = m_getElementByIdCache.get(elementId); in getElementById()
/dports/www/kf5-khtml/khtml-5.89.0/src/ecma/
H A Dkjs_window.cpp856 …DOM::ElementMappingCache::ItemInfo *info = doc->underDocNamedCache().get(propertyName.domString()); in getOwnPropertySlot()
909 DOM::ElementMappingCache::ItemInfo *info = doc->underDocNamedCache().get(p.domString()); in namedItemGetter()
H A Dkjs_html.cpp243 ElementMappingCache::ItemInfo *info = docImpl->underDocNamedCache().get(propertyDOMString); in getOwnPropertySlot()
303 ElementMappingCache::ItemInfo *info = docImpl->underDocNamedCache().get(name); in nameGetter()