Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPresentationAttributeStyle.cpp112 static bool attributeNameSort(const pair<StringImpl*, AtomicString>& p1, const pair<StringImpl*, At… in attributeNameSort() function
141 …std::sort(result.attributesAndValues.begin(), result.attributesAndValues.end(), attributeNameSort); in makePresentationAttributeCacheKey()