Searched refs:ElementDataCache (Results 1 – 15 of 15) sorted by relevance
43 class ElementDataCache {45 static PassOwnPtr<ElementDataCache> create() { return adoptPtr(new ElementDataCache); } in create()46 ~ElementDataCache();51 ElementDataCache();
46 PassRefPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const V… in cachedShareableElementDataWithAttributes()62 ElementDataCache::ElementDataCache() in ElementDataCache() function in WebCore::ElementDataCache66 ElementDataCache::~ElementDataCache() in ~ElementDataCache()
96 class ElementDataCache; variable1013 ElementDataCache* elementDataCache() { return m_elementDataCache.get(); } in elementDataCache()1384 OwnPtr<ElementDataCache> m_elementDataCache;
2728 m_elementDataCache = ElementDataCache::create(); in setParsing()
75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
2016 'dom/ElementDataCache.cpp',2017 'dom/ElementDataCache.h',