getPropertiesNotIn 144 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> getPropertiesNotIn(StylePropertySet* styleWithRedundantProperties, CSSStyleDeclaration* baseStyle); getPropertiesNotIn 676 Source/core/editing/EditingStyle.cpp RefPtrWillBeRawPtr<MutableStylePropertySet> difference = getPropertiesNotIn(m_mutableStyle.get(), styleToCompare); getPropertiesNotIn 879 Source/core/editing/EditingStyle.cpp return !m_mutableStyle || getPropertiesNotIn(m_mutableStyle.get(), CSSComputedStyleDeclaration::create(node).get())->isEmpty(); getPropertiesNotIn 1186 Source/core/editing/EditingStyle.cpp m_mutableStyle = getPropertiesNotIn(m_mutableStyle.get(), styleFromMatchedRules->ensureCSSStyleDeclaration()); getPropertiesNotIn 1195 Source/core/editing/EditingStyle.cpp m_mutableStyle = getPropertiesNotIn(m_mutableStyle.get(), computedStyle->m_mutableStyle->ensureCSSStyleDeclaration()); getPropertiesNotIn 1386 Source/core/editing/EditingStyle.cpp RefPtrWillBeRawPtr<MutableStylePropertySet> mutableStyle = getPropertiesNotIn(style->style(), computedStyle.get());