Home
last modified time | relevance | path

Searched refs: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
52 static bool operator!=(const PresentationAttributeCacheKey& a, const PresentationAttributeCacheKey&… in operator !=()
62 PresentationAttributeCacheKey key;
118 static void makePresentationAttributeCacheKey(Element& element, PresentationAttributeCacheKey& resu… in makePresentationAttributeCacheKey()
146 static unsigned computePresentationAttributeCacheHash(const PresentationAttributeCacheKey& key) in computePresentationAttributeCacheHash()
161 PresentationAttributeCacheKey cacheKey; in computePresentationAttributeStyle()