Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/editing/
DEditingStyle.cpp92 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
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0617159 …ngStyle to WebCore/editing. This class is intended to encapsulate getPropertiesNotIn, removeNonEd…
45322 (WebCore::getPropertiesNotIn): Uses getTextAlignment.
49369 (WebCore::getPropertiesNotIn): Correct assertion target after
49461 (WebCore::StyleChange::init): Calls getPropertiesNotIn.
49462 (WebCore::getPropertiesNotIn): Renamed from getPropertiesNotInComputedStyle since it takes
49468 … (WebCore::triStateOfStyle): Calls getPropertiesNotIn. Renamed from triStateOfStyleInComputedStyle
DChangeLog23560 diffTextDecorations, fontWeightIsBold, getTextAlignment, and getPropertiesNotIn.
23562 Because of this move, getPropertiesNotIn is no longer visible outside of EditingStyle.cpp
23575 (WebCore::getPropertiesNotIn):