HomeSort by relevance Sort by last modified time
    Searched defs:ElementDataCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/dom/
ElementDataCache.cpp 28 #include "core/dom/ElementDataCache.h"
46 PassRefPtr<ShareableElementData> ElementDataCache::cachedShareableElementDataWithAttributes(const Vector<Attribute>& attributes)
62 ElementDataCache::ElementDataCache()
66 ElementDataCache::~ElementDataCache()
ElementDataCache.h 43 class ElementDataCache {
45 static PassOwnPtr<ElementDataCache> create() { return adoptPtr(new ElementDataCache); }
46 ~ElementDataCache();
51 ElementDataCache();

Completed in 34 milliseconds