Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp854 HashSet<String> foundProperties; in longhandProperties() local
857 …if (foundProperties.contains(individualProperty) || m_style->getPropertyShorthand(individualProper… in longhandProperties()
860 foundProperties.add(individualProperty); in longhandProperties()