Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchResult.cpp49 MatchedProperties& newProperties = matchedProperties.last(); in addMatchedProperties() local
50 newProperties.properties = const_cast<StylePropertySet*>(properties); in addMatchedProperties()
51 newProperties.linkMatchType = linkMatchType; in addMatchedProperties()
52 newProperties.whitelistType = propertyWhitelistType; in addMatchedProperties()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp447 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive);
504 Int32 *newData, Int32 *newProperties, UInt32 *indexInArchive) in GetUpdateItemInfo() argument
508 if (newProperties != NULL) in GetUpdateItemInfo()
509 *newProperties = BoolToInt(true); in GetUpdateItemInfo()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStylePropertySet.cpp458 WillBeHeapVector<CSSProperty> newProperties; in removePropertiesInSet() local
459 newProperties.reserveInitialCapacity(m_propertyVector.size()); in removePropertiesInSet()
468 newProperties.append(property); in removePropertiesInSet()
471 m_propertyVector = newProperties; in removePropertiesInSet()
/external/lzma/CPP/7zip/Archive/
DIArchive.h150 Int32 *newProperties, /* 1 - new properties, 0 - old properties */ \