Home
last modified time | relevance | path

Searched refs:ElementDataCache (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElementDataCache.h43 class ElementDataCache {
45 static PassOwnPtr<ElementDataCache> create() { return adoptPtr(new ElementDataCache); } in create()
46 ~ElementDataCache();
51 ElementDataCache();
DElementDataCache.cpp46 PassRefPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const V… in cachedShareableElementDataWithAttributes()
62 ElementDataCache::ElementDataCache() in ElementDataCache() function in WebCore::ElementDataCache
66 ElementDataCache::~ElementDataCache() in ~ElementDataCache()
DDocument.h96 class ElementDataCache; variable
1013 ElementDataCache* elementDataCache() { return m_elementDataCache.get(); } in elementDataCache()
1384 OwnPtr<ElementDataCache> m_elementDataCache;
DDocument.cpp2728 m_elementDataCache = ElementDataCache::create(); in setParsing()
/external/chromium_org/third_party/WebKit/Source/core/
Dwebcore_dom.target.darwin-x86.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.darwin-arm.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.darwin-arm64.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.linux-mips.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.linux-arm.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.linux-x86_64.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.darwin-x86_64.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.linux-arm64.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.linux-x86.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dwebcore_dom.target.darwin-mips.mk75 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
Dcore.gypi2016 'dom/ElementDataCache.cpp',
2017 'dom/ElementDataCache.h',