Searched refs:ElementDataCache (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DElementDataCache.h43 class ElementDataCache FINAL : public NoBaseWillBeGarbageCollected<ElementDataCache> {
44 DECLARE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ElementDataCache)
46 static PassOwnPtrWillBeRawPtr<ElementDataCache> create() { return adoptPtrWillBeNoop(new ElementDataCache); }
53 ElementDataCache();
H A DElementDataCache.cpp28 #include "core/dom/ElementDataCache.h"
34 DEFINE_EMPTY_DESTRUCTOR_WILL_BE_REMOVED(ElementDataCache)
48 PassRefPtrWillBeRawPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes)
64 ElementDataCache::ElementDataCache() function in class:blink::ElementDataCache
68 void ElementDataCache::trace(Visitor* visitor)
H A DDocument.h87 class ElementDataCache;
978 ElementDataCache* elementDataCache() { return m_elementDataCache.get(); }
1348 OwnPtrWillBeMember<ElementDataCache> m_elementDataCache;
H A DDocument.cpp73 #include "core/dom/ElementDataCache.h"
2684 m_elementDataCache = ElementDataCache::create();
4677 // Schedule dropping of the ElementDataCache. We keep it alive for a while after parsing finishes
/external/chromium_org/third_party/WebKit/Source/core/
H A Dwebcore_dom.target.darwin-arm.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.darwin-arm64.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.darwin-mips.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.darwin-mips64.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.darwin-x86.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.darwin-x86_64.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.linux-arm.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.linux-arm64.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.linux-mips.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.linux-mips64.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.linux-x86.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \
H A Dwebcore_dom.target.linux-x86_64.mk80 third_party/WebKit/Source/core/dom/ElementDataCache.cpp \

Completed in 540 milliseconds