Searched refs:getPropertiesNotInComputedStyle (Results 1 – 4 of 4) sorted by relevance
118 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotInComputedStyle(CSSStyleDeclaration* style, CSSC…
109 …RefPtr<CSSMutableStyleDeclaration> mutableStyle = getPropertiesNotInComputedStyle(style.get(), com… in init()371 RefPtr<CSSMutableStyleDeclaration> getPropertiesNotInComputedStyle(CSSStyleDeclaration* style, CSSC… in getPropertiesNotInComputedStyle() function
786 …RefPtr<CSSMutableStyleDeclaration> diff = getPropertiesNotInComputedStyle(desiredStyle, computedSt… in triStateOfStyleInComputedStyle()
40541 This patch modifies getPropertiesNotInComputedStyle so that it compares font-weight40547 (WebCore::getPropertiesNotInComputedStyle): Removes font-weight property67370 (WebCore::getPropertiesNotInComputedStyle): Handles text decorations properly.69035 … Because there is a bug in how text decorations are processes in getPropertiesNotInComputedStyle,69042 …(WebCore::StyleChange::init): Uses getPropertiesNotInComputedStyle instead of iterating through th…69046 … (WebCore::getPropertiesNotInComputedStyle): Fixed a bug with how text decorations are treated75128 …(WebCore::getPropertiesNotInComputedStyle): bug fix, must use copy instead of makeMutable for a mu…76932 …(WebCore::getPropertiesNotInComputedStyle): Used in triStateOfStyleInComputedStyle but will be use…76933 * editing/ApplyStyleCommand.h: Added the prototype of getPropertiesNotInComputedStyle