Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp195 static const unsigned presentationAttributeCacheMaximumSize = 4096; in computePresentationAttributeStyle() local
196 if (presentationAttributeCache().size() > presentationAttributeCacheMaximumSize) { in computePresentationAttributeStyle()