Home
last modified time | relevance | path

Searched refs:PresentationAttributeCacheEntry (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp59 struct PresentationAttributeCacheEntry { struct
66 typedef HashMap<unsigned, OwnPtr<PresentationAttributeCacheEntry>, AlreadyHashed> PresentationAttri…
191 … OwnPtr<PresentationAttributeCacheEntry> newEntry = adoptPtr(new PresentationAttributeCacheEntry); in computePresentationAttributeStyle()