Searched defs:PresentationAttributeCacheKey (Results 1 – 1 of 1) sorted by relevance
46 struct PresentationAttributeCacheKey { struct47 PresentationAttributeCacheKey() : tagName(0) { } in PresentationAttributeCacheKey() argument48 StringImpl* tagName;49 Vector<std::pair<StringImpl*, AtomicString>, 3> attributesAndValues;