Searched refs:getPropertiesNotIn (Results 1 – 3 of 3) sorted by relevance
92 static RefPtr<CSSMutableStyleDeclaration> getPropertiesNotIn(CSSStyleDeclaration* styleWithRedundan…534 …RefPtr<CSSMutableStyleDeclaration> difference = getPropertiesNotIn(m_mutableStyle.get(), styleToCo… in triStateOfStyle()687 …return !m_mutableStyle || !getPropertiesNotIn(m_mutableStyle.get(), computedStyle(node).get())->le… in styleIsPresentInComputedStyleOfNode()810 …RefPtr<CSSMutableStyleDeclaration> mutableStyle = getPropertiesNotIn(style->style(), computedStyle… in StyleChange()986 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotIn(CSSStyleDeclaration* styleWithRedundantProper… in getPropertiesNotIn() function
17159 …ngStyle to WebCore/editing. This class is intended to encapsulate getPropertiesNotIn, removeNonEd…45322 (WebCore::getPropertiesNotIn): Uses getTextAlignment.49369 (WebCore::getPropertiesNotIn): Correct assertion target after49461 (WebCore::StyleChange::init): Calls getPropertiesNotIn.49462 (WebCore::getPropertiesNotIn): Renamed from getPropertiesNotInComputedStyle since it takes49468 … (WebCore::triStateOfStyle): Calls getPropertiesNotIn. Renamed from triStateOfStyleInComputedStyle
23560 diffTextDecorations, fontWeightIsBold, getTextAlignment, and getPropertiesNotIn.23562 Because of this move, getPropertiesNotIn is no longer visible outside of EditingStyle.cpp23575 (WebCore::getPropertiesNotIn):