Home
last modified time | relevance | path

Searched defs:PresentationAttributeCacheKey (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp46 struct PresentationAttributeCacheKey { struct
47 PresentationAttributeCacheKey() : tagName(0) { } in PresentationAttributeCacheKey() argument
48 StringImpl* tagName;
49 Vector<std::pair<StringImpl*, AtomicString>, 3> attributesAndValues;